01JHSK1YMD0VWXD1TYVYEFWFVH: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JHSK2AZCDX1BZF39K0CM3TJ1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T07:37:17.926Zjob assigned to worker 01JHSK2FHB1MSKZF4S78039BY4 [factory aws, i-04d75acc723d670b3] (queued for 47 s)
 
22025-01-17T07:37:25.662Zstarting task 0: "setup"
32025-01-17T07:37:25.672Z++ uname -s
42025-01-17T07:37:25.675Z+ kern=SunOS
52025-01-17T07:37:25.675Z+ case "$kern" in
62025-01-17T07:37:25.675Z+ groupadd -g 12345 build
72025-01-17T07:37:25.678Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T07:37:27.685Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T07:37:27.799Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T07:37:27.802Z+ home_fs=zfs
112025-01-17T07:37:27.802Z+ [[ zfs == autofs ]]
122025-01-17T07:37:27.802Z+ mkdir -p /home/build
132025-01-17T07:37:27.805Z+ chown build:build /home/build /work
142025-01-17T07:37:29.807Z+ chmod 0700 /home/build /work
152025-01-17T07:37:29.809Zprocess exited: duration 4148 ms, exit code 0
 
162025-01-17T07:37:29.815Zstarting task 1: "rust-toolchain"
172025-01-17T07:37:29.820Z+ printf ' * toolchain channel = "%s"
182025-01-17T07:37:29.820Z' 1.84.0
192025-01-17T07:37:29.820Z * toolchain channel = "1.84.0"
202025-01-17T07:37:29.820Z+ printf ' * toolchain profile = "%s"
212025-01-17T07:37:29.820Z' default
222025-01-17T07:37:29.820Z * toolchain profile = "default"
232025-01-17T07:37:29.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T07:37:29.823Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T07:37:29.942Zinfo: downloading installer
262025-01-17T07:37:31.338Zinfo: profile set to 'default'
272025-01-17T07:37:31.338Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T07:37:31.340Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T07:37:31.518Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T07:37:31.518Zinfo: downloading component 'cargo'
312025-01-17T07:37:32.567Zinfo: downloading component 'clippy'
322025-01-17T07:37:32.968Zinfo: downloading component 'rust-docs'
332025-01-17T07:37:34.405Zinfo: downloading component 'rust-std'
342025-01-17T07:37:36.534Zinfo: downloading component 'rustc'
352025-01-17T07:37:44.697Zinfo: downloading component 'rustfmt'
362025-01-17T07:37:45.002Zinfo: installing component 'cargo'
372025-01-17T07:37:45.832Zinfo: installing component 'clippy'
382025-01-17T07:37:46.209Zinfo: installing component 'rust-docs'
392025-01-17T07:37:47.882Zinfo: installing component 'rust-std'
402025-01-17T07:37:49.603Zinfo: installing component 'rustc'
412025-01-17T07:37:55.680Zinfo: installing component 'rustfmt'
422025-01-17T07:37:56.013Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T07:37:56.014Z
442025-01-17T07:37:56.402Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T07:37:56.402Z
462025-01-17T07:37:56.405Z
472025-01-17T07:37:56.405ZRust is installed now. Great!
482025-01-17T07:37:56.405Z
492025-01-17T07:37:56.405ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T07:37:56.405Zenvironment variable. This has not been done automatically.
512025-01-17T07:37:56.405Z
522025-01-17T07:37:56.405ZTo configure your current shell, you need to source
532025-01-17T07:37:56.405Zthe corresponding env file under $HOME/.cargo.
542025-01-17T07:37:56.405Z
552025-01-17T07:37:56.405ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T07:37:56.405Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T07:37:56.405Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T07:37:56.482Z+ rustc --version
592025-01-17T07:37:56.552Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T07:37:56.555Zprocess exited: duration 26739 ms, exit code 0
 
612025-01-17T07:37:56.561Zstarting task 2: "authentication"
622025-01-17T07:37:56.582Zprocess exited: duration 20 ms, exit code 0
 
632025-01-17T07:37:56.588Zstarting task 3: "clone repository"
642025-01-17T07:37:56.593Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T07:37:56.596Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T07:37:56.635ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T07:38:04.941Z+ cd /work/oxidecomputer/omicron
682025-01-17T07:38:04.944Z+ git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96
692025-01-17T07:38:05.256ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T07:38:05.256Z * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD
712025-01-17T07:38:05.267Z+ [[ -n renovate/hyper-staticfile-0.x ]]
722025-01-17T07:38:05.270Z++ git branch --show-current
732025-01-17T07:38:05.272Z+ current=main
742025-01-17T07:38:05.272Z+ [[ main != renovate/hyper-staticfile-0.x ]]
752025-01-17T07:38:05.272Z+ git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96
762025-01-17T07:38:05.275Z+ git checkout -f renovate/hyper-staticfile-0.x
772025-01-17T07:38:05.458ZSwitched to branch 'renovate/hyper-staticfile-0.x'
782025-01-17T07:38:05.461Z+ git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96
792025-01-17T07:38:05.641ZHEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1
802025-01-17T07:38:05.644Zprocess exited: duration 9053 ms, exit code 0
 
812025-01-17T07:38:05.649Zstarting task 4: "build"
822025-01-17T07:38:05.657Z+ source ./env.sh
832025-01-17T07:38:05.657Z++ OLD_SHELL_OPTS=ehxB
842025-01-17T07:38:05.657Z++ set -o xtrace
852025-01-17T07:38:05.661Z++++ dirname ./env.sh
862025-01-17T07:38:05.669Z+++ readlink -f .
872025-01-17T07:38:05.672Z++ OMICRON_WS=/work/oxidecomputer/omicron
882025-01-17T07:38:05.672Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892025-01-17T07:38:05.672Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902025-01-17T07:38:05.672Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912025-01-17T07:38:05.672Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922025-01-17T07:38:05.672Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932025-01-17T07:38:05.672Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942025-01-17T07:38:05.672Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952025-01-17T07:38:05.672Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-17T07:38:05.672Z++ case $OLD_SHELL_OPTS in
972025-01-17T07:38:05.672Z++ unset OLD_SHELL_OPTS OMICRON_WS
982025-01-17T07:38:05.673Z+ source .github/buildomat/ci-env.sh
992025-01-17T07:38:05.673Z++ export CARGO_TERM_COLOR=always
1002025-01-17T07:38:05.673Z++ CARGO_TERM_COLOR=always
1012025-01-17T07:38:05.673Z+ target_os=illumos
1022025-01-17T07:38:05.673Z+ NEXTEST_VERSION=0.9.86
1032025-01-17T07:38:05.673Z+ cargo --version
1042025-01-17T07:38:05.726Zcargo 1.84.0 (66221abde 2024-11-19)
1052025-01-17T07:38:05.729Z+ rustc --version
1062025-01-17T07:38:05.792Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1072025-01-17T07:38:05.795Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082025-01-17T07:38:05.798Z+ gunzip
1092025-01-17T07:38:05.798Z+ tar -xvf - -C /home/build/.cargo/bin
1102025-01-17T07:38:06.895Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112025-01-17T07:38:06.898Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122025-01-17T07:38:06.898Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132025-01-17T07:38:06.898Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142025-01-17T07:38:06.898Z+ mkdir /var/tmp/omicron_tmp
1152025-01-17T07:38:06.898Z+ OUTPUT_DIR=/work
1162025-01-17T07:38:06.898Z+ echo 'tests will store non-ephemeral output in /work'
1172025-01-17T07:38:06.898Ztests will store non-ephemeral output in /work
1182025-01-17T07:38:06.898Z+ mkdir -p /work
1192025-01-17T07:38:06.901Z+ banner prerequisites
1202025-01-17T07:38:06.904Z
1212025-01-17T07:38:06.904Z ##### ##### ###### ##### ###### #### # # # #### #
1222025-01-17T07:38:06.904Z # # # # # # # # # # # # # # #
1232025-01-17T07:38:06.904Z # # # # ##### # # ##### # # # # # #### #
1242025-01-17T07:38:06.904Z ##### ##### # ##### # # # # # # # # #
1252025-01-17T07:38:06.904Z # # # # # # # # # # # # # # #
1262025-01-17T07:38:06.904Z # # # ###### # # ###### ### # #### # #### #
1272025-01-17T07:38:06.904Z
1282025-01-17T07:38:06.904Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292025-01-17T07:38:08.562Zpkg list: illegal option -- F
1302025-01-17T07:38:08.562ZUsage:
1312025-01-17T07:38:08.565Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1322025-01-17T07:38:08.565Z [pkg_fmri_pattern ...]
1332025-01-17T07:38:09.439Zpkg list: illegal option -- F
1342025-01-17T07:38:09.439ZUsage:
1352025-01-17T07:38:09.439Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1362025-01-17T07:38:09.439Z [pkg_fmri_pattern ...]
1372025-01-17T07:38:22.191Z Startup: Refreshing catalog 'helios-dev' ... Done
1382025-01-17T07:38:26.293Z Startup: Caching catalogs ... Done
1392025-01-17T07:38:37.719ZPlanning: Solver setup ... Done (10.616s)
1402025-01-17T07:38:37.867ZPlanning: Running solver ... Done (0.149s)
1412025-01-17T07:38:37.985ZPlanning: Finding local manifests ... Done (0.006s)
1422025-01-17T07:38:38.013ZPlanning: Fetching manifests: 0/7 0% complete
1432025-01-17T07:38:38.667ZPlanning: Fetching manifests: 7/7 100% complete
1442025-01-17T07:38:38.780ZPlanning: Package planning ... Done (0.111s)
1452025-01-17T07:38:38.863ZPlanning: Merging actions ... Done (0.057s)
1462025-01-17T07:38:39.053ZPlanning: Checking for conflicting actions ... Done (0.199s)
1472025-01-17T07:38:41.086ZPlanning: Consolidating action changes ... Done (2.050s)
1482025-01-17T07:38:41.531ZPlanning: Evaluating mediators ... Done (0.445s)
1492025-01-17T07:38:41.615ZPlanning: Planning completed in 15.23 seconds
1502025-01-17T07:38:41.631Z Packages to install: 4
1512025-01-17T07:38:41.631Z Packages to update: 3
1522025-01-17T07:38:41.634Z Mediators to change: 2
1532025-01-17T07:38:41.634Z Services to change: 1
1542025-01-17T07:38:41.634Z Estimated space available: 155.60 GB
1552025-01-17T07:38:41.634ZEstimated space to be consumed: 1.64 GB
1562025-01-17T07:38:41.634Z Create boot environment: No
1572025-01-17T07:38:41.634ZCreate backup boot environment: Yes
1582025-01-17T07:38:41.634Z Rebuild boot archive: No
1592025-01-17T07:38:41.634Z
1602025-01-17T07:38:41.634ZChanged mediators:
1612025-01-17T07:38:41.634Z mediator clang:
1622025-01-17T07:38:41.634Z version: None -> 15 (system default)
1632025-01-17T07:38:41.634Z
1642025-01-17T07:38:41.634Z mediator llvm:
1652025-01-17T07:38:41.634Z version: 14 (system default) -> 15 (system default)
1662025-01-17T07:38:41.634Z
1672025-01-17T07:38:41.634ZChanged packages:
1682025-01-17T07:38:41.634Zhelios-dev
1692025-01-17T07:38:41.634Z developer/build-essential
1702025-01-17T07:38:41.635Z None -> 11-2.0
1712025-01-17T07:38:41.635Z library/libxmlsec1
1722025-01-17T07:38:41.635Z None -> 1.2.35-2.0
1732025-01-17T07:38:41.635Z ooce/developer/clang-15
1742025-01-17T07:38:41.635Z None -> 15.0.7-2.0
1752025-01-17T07:38:41.635Z ooce/developer/llvm-15
1762025-01-17T07:38:41.635Z None -> 15.0.7-2.0
1772025-01-17T07:38:41.635Z package/pkg
1782025-01-17T07:38:41.635Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1792025-01-17T07:38:41.635Z system/library/g++-runtime
1802025-01-17T07:38:41.635Z 13-2.0 -> 14-2.0
1812025-01-17T07:38:41.635Z system/library/gcc-runtime
1822025-01-17T07:38:41.635Z 13-2.0 -> 14-2.0
1832025-01-17T07:38:41.635Z
1842025-01-17T07:38:41.636ZServices:
1852025-01-17T07:38:41.636Z restart_fmri:
1862025-01-17T07:38:41.636Z svc:/system/update-man-index:default
1872025-01-17T07:38:41.636Z
1882025-01-17T07:38:41.636ZEditable files to change:
1892025-01-17T07:38:41.636Z Update:
1902025-01-17T07:38:41.636Z usr/share/lib/pkg/web/config.shtml
1912025-01-17T07:38:41.714Z
1922025-01-17T07:38:41.714ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1932025-01-17T07:38:47.945ZDownload: 212/4301 items 1.3/225.4MB 0% complete (384k/s)
1942025-01-17T07:38:52.957ZDownload: 551/4301 items 17.4/225.4MB 7% complete (1.7M/s)
1952025-01-17T07:38:57.957ZDownload: 891/4301 items 18.8/225.4MB 8% complete (1.8M/s)
1962025-01-17T07:39:02.982ZDownload: 1183/4301 items 77.8/225.4MB 34% complete (6.0M/s)
1972025-01-17T07:39:08.720ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (6.4M/s)
1982025-01-17T07:39:13.725ZDownload: 1704/4301 items 118.0/225.4MB 52% complete (4.1M/s)
1992025-01-17T07:39:18.761ZDownload: 2146/4301 items 118.9/225.4MB 52% complete (3.6M/s)
2002025-01-17T07:39:25.488ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (2.5M/s)
2012025-01-17T07:39:29.424ZDownload: 2852/4301 items 121.1/225.4MB 53% complete (196k/s)
2022025-01-17T07:39:37.558ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s)
2032025-01-17T07:39:42.530ZDownload: 3412/4301 items 215.1/225.4MB 95% complete (2.2M/s)
2042025-01-17T07:39:47.531ZDownload: 3872/4301 items 217.4/225.4MB 96% complete (1.4M/s)
2052025-01-17T07:39:53.192ZDownload: 4204/4301 items 220.5/225.4MB 97% complete (828k/s)
2062025-01-17T07:39:57.166ZDownload: Completed 225.42 MB in 75.45 seconds (3.0M/s)
2072025-01-17T07:39:59.126Z Actions: 1/5122 actions (Removing old actions)
2082025-01-17T07:39:59.147Z Actions: 194/5122 actions (Installing new actions)
2092025-01-17T07:40:03.883Z Actions: 4267/5122 actions (Updating modified actions)
2102025-01-17T07:40:04.247Z Actions: Completed 5122 actions in 5.12 seconds.
2112025-01-17T07:40:04.659Z Done (0.404s)
2122025-01-17T07:40:04.661Z Done (0.001s)
2132025-01-17T07:40:05.250Z Done (0.590s)
2142025-01-17T07:40:09.806Z Done (4.319s)
2152025-01-17T07:40:09.893Z Done (0.018s)
2162025-01-17T07:40:09.895Z Done (0.000s)
2172025-01-17T07:40:10.054Z Done (0.000s)
2182025-01-17T07:40:10.773ZPlanning: Evaluating mediator changes ... Done
2192025-01-17T07:40:10.936ZPlanning: Checking for conflicting actions ... Done
2202025-01-17T07:40:10.939ZPlanning: Consolidating action changes ... Done
2212025-01-17T07:40:11.205ZPlanning: Evaluating mediators ... Done
2222025-01-17T07:40:11.207ZPlanning: Planning completed in 0.43 seconds
2232025-01-17T07:40:11.244Z Mediators to change: 2
2242025-01-17T07:40:11.244Z Create boot environment: No
2252025-01-17T07:40:11.247ZCreate backup boot environment: No
2262025-01-17T07:40:11.350Z Done
2272025-01-17T07:40:11.350Z Done
2282025-01-17T07:40:11.719Z Done
2292025-01-17T07:40:15.510Z Done
2302025-01-17T07:40:15.602Z Done
2312025-01-17T07:40:15.605Z Done
2322025-01-17T07:40:15.738Z Done
2332025-01-17T07:40:16.354ZPlanning: Evaluating mediator changes ... Done
2342025-01-17T07:40:16.357ZPlanning: Merging actions ... Done
2352025-01-17T07:40:16.545ZPlanning: Checking for conflicting actions ... Done
2362025-01-17T07:40:16.548ZPlanning: Consolidating action changes ... Done
2372025-01-17T07:40:16.810ZPlanning: Evaluating mediators ... Done
2382025-01-17T07:40:16.865ZPlanning: Planning completed in 0.75 seconds
2392025-01-17T07:40:16.906Z Packages to change: 1
2402025-01-17T07:40:16.906Z Mediators to change: 1
2412025-01-17T07:40:16.909Z Services to change: 1
2422025-01-17T07:40:16.909Z Create boot environment: No
2432025-01-17T07:40:16.909ZCreate backup boot environment: Yes
2442025-01-17T07:40:19.180Z Actions: 1/6 actions (Updating modified actions)
2452025-01-17T07:40:19.183Z Actions: Completed 6 actions in 0.00 seconds.
2462025-01-17T07:40:19.183Z Done
2472025-01-17T07:40:19.183Z Done
2482025-01-17T07:40:19.301Z Done
2492025-01-17T07:40:22.961Z Done
2502025-01-17T07:40:23.053Z Done
2512025-01-17T07:40:23.056Z Done
2522025-01-17T07:40:23.191Z Done
2532025-01-17T07:40:23.639ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2542025-01-17T07:40:23.639Zclang system 15 system
2552025-01-17T07:40:23.639Zcsh system system illumos
2562025-01-17T07:40:23.639Zctags system system illumos
2572025-01-17T07:40:23.639Zgcc vendor 12 vendor
2582025-01-17T07:40:23.639Zgcc system 10 system
2592025-01-17T07:40:23.639Zgcc system 7 system
2602025-01-17T07:40:23.639Zgo system 1.20 system
2612025-01-17T07:40:23.639Zgo system 1.19 system
2622025-01-17T07:40:23.639Zllvm system 15 system
2632025-01-17T07:40:23.639Zllvm system 14 system
2642025-01-17T07:40:23.639Zmariadb system 10.6 system
2652025-01-17T07:40:23.639Zmta vendor vendor dma
2662025-01-17T07:40:23.639Zopenjdk system 17 system
2672025-01-17T07:40:23.639Zopenjdk system 11 system
2682025-01-17T07:40:23.639Zopenjdk system 1.8 system
2692025-01-17T07:40:23.639Zopenssl vendor 3 vendor
2702025-01-17T07:40:23.639Zperl system 5.36 system
2712025-01-17T07:40:23.641Zpostgresql system 15 system
2722025-01-17T07:40:23.641Zpostgresql system 13 system
2732025-01-17T07:40:23.641Zpython vendor 3 vendor
2742025-01-17T07:40:23.641Zpython system 2 system
2752025-01-17T07:40:23.641Zpython3 system 3.11 system
2762025-01-17T07:40:23.641Zruby system 3.0 system
2772025-01-17T07:40:23.641Zwords vendor vendor american-english
2782025-01-17T07:40:23.641Zwords system system australian-english
2792025-01-17T07:40:23.641Zwords system system british-english
2802025-01-17T07:40:23.641Zwords system system canadian-english
2812025-01-17T07:40:23.641Zwords system system french
2822025-01-17T07:40:23.641Zwords system system italian
2832025-01-17T07:40:23.641Zwords system system ngerman
2842025-01-17T07:40:23.641Zwords system system ogerman
2852025-01-17T07:40:23.641Zwords system system spanish
2862025-01-17T07:40:23.977ZPUBLISHER TYPE STATUS P LOCATION
2872025-01-17T07:40:23.977Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2882025-01-17T07:40:26.789ZFMRI IFO
2892025-01-17T07:40:26.789Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2902025-01-17T07:40:26.789Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2912025-01-17T07:40:26.789Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2922025-01-17T07:40:26.789Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2932025-01-17T07:40:26.789Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2942025-01-17T07:40:26.789Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2952025-01-17T07:40:26.789Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2962025-01-17T07:40:26.789Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2972025-01-17T07:40:26.789Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2982025-01-17T07:40:26.789Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2992025-01-17T07:40:26.789Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3002025-01-17T07:40:26.789Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3012025-01-17T07:40:26.789Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3022025-01-17T07:40:26.789Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3032025-01-17T07:40:26.790Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3042025-01-17T07:40:27.566Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3052025-01-17T07:40:27.860Z Updating crates.io index
3062025-01-17T07:40:27.863Z Updating git repository `https://github.com/oxidecomputer/diffus`
3072025-01-17T07:40:28.248Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3082025-01-17T07:40:28.756Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3092025-01-17T07:40:29.038Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102025-01-17T07:40:29.380Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3112025-01-17T07:40:29.658Z Updating git repository `https://github.com/oxidecomputer/propolis`
3122025-01-17T07:40:30.677Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132025-01-17T07:40:32.268Z Updating git repository `https://github.com/oxidecomputer/opte`
3142025-01-17T07:40:32.976Z Updating git repository `https://github.com/oxidecomputer/falcon`
3152025-01-17T07:40:33.775Z Updating git repository `https://github.com/oxidecomputer/clickward`
3162025-01-17T07:40:34.164Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3172025-01-17T07:40:34.440Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3182025-01-17T07:40:35.068Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3192025-01-17T07:40:35.382Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-01-17T07:40:35.713Z Updating git repository `https://github.com/oxidecomputer/tofino`
3212025-01-17T07:40:35.975Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3222025-01-17T07:40:36.305Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3232025-01-17T07:40:36.581Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3242025-01-17T07:40:36.872Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-01-17T07:40:37.213Z Updating git repository `https://github.com/oxidecomputer/ispf`
3262025-01-17T07:40:37.549Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3272025-01-17T07:40:37.889Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3282025-01-17T07:40:38.376Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3292025-01-17T07:40:38.681Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3302025-01-17T07:40:39.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3312025-01-17T07:40:39.553Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3322025-01-17T07:40:39.857Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3332025-01-17T07:40:40.140Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3342025-01-17T07:40:40.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3352025-01-17T07:40:41.698Z Downloading crates ...
3362025-01-17T07:40:41.761Z Downloaded anstyle v1.0.10
3372025-01-17T07:40:41.765Z Downloaded block-buffer v0.10.4
3382025-01-17T07:40:41.765Z Downloaded bitflags v2.6.0
3392025-01-17T07:40:41.770Z Downloaded autocfg v1.4.0
3402025-01-17T07:40:41.774Z Downloaded anstyle-query v1.1.1
3412025-01-17T07:40:41.782Z Downloaded equivalent v1.0.1
3422025-01-17T07:40:41.796Z Downloaded usdt-macro v0.5.0
3432025-01-17T07:40:41.799Z Downloaded swrite v0.1.0
3442025-01-17T07:40:41.816Z Downloaded usdt-attr-macro v0.5.0
3452025-01-17T07:40:41.819Z Downloaded generic-array v0.14.7
3462025-01-17T07:40:41.822Z Downloaded itoa v1.0.11
3472025-01-17T07:40:41.825Z Downloaded scroll_derive v0.12.0
3482025-01-17T07:40:41.827Z Downloaded memmap v0.7.0
3492025-01-17T07:40:41.827Z Downloaded is_terminal_polyfill v1.70.1
3502025-01-17T07:40:41.830Z Downloaded heck v0.5.0
3512025-01-17T07:40:41.830Z Downloaded crypto-common v0.1.6
3522025-01-17T07:40:41.830Z Downloaded cargo-platform v0.1.8
3532025-01-17T07:40:41.833Z Downloaded thiserror v1.0.69
3542025-01-17T07:40:41.835Z Downloaded thread-id v4.2.2
3552025-01-17T07:40:41.838Z Downloaded heck v0.4.1
3562025-01-17T07:40:41.838Z Downloaded errno v0.3.9
3572025-01-17T07:40:41.841Z Downloaded serde_spanned v0.6.8
3582025-01-17T07:40:41.841Z Downloaded digest v0.10.7
3592025-01-17T07:40:41.844Z Downloaded bytecount v0.6.8
3602025-01-17T07:40:41.844Z Downloaded unicode-linebreak v0.1.5
3612025-01-17T07:40:41.847Z Downloaded tabled_derive v0.7.0
3622025-01-17T07:40:41.847Z Downloaded plain v0.2.3
3632025-01-17T07:40:41.847Z Downloaded fnv v1.0.7
3642025-01-17T07:40:41.847Z Downloaded fastrand v2.1.1
3652025-01-17T07:40:41.849Z Downloaded pretty-hex v0.4.1
3662025-01-17T07:40:41.849Z Downloaded cfg-if v1.0.0
3672025-01-17T07:40:41.852Z Downloaded camino-tempfile v1.1.1
3682025-01-17T07:40:41.852Z Downloaded colorchoice v1.0.2
3692025-01-17T07:40:41.856Z Downloaded thiserror-impl v1.0.69
3702025-01-17T07:40:41.859Z Downloaded terminal_size v0.4.0
3712025-01-17T07:40:41.859Z Downloaded fs-err v2.11.0
3722025-01-17T07:40:41.862Z Downloaded version_check v0.9.5
3732025-01-17T07:40:41.862Z Downloaded anstyle-parse v0.2.5
3742025-01-17T07:40:41.865Z Downloaded macaddr v1.0.1
3752025-01-17T07:40:41.867Z Downloaded strsim v0.11.1
3762025-01-17T07:40:41.867Z Downloaded clap_lex v0.7.2
3772025-01-17T07:40:41.867Z Downloaded byteorder v1.5.0
3782025-01-17T07:40:41.870Z Downloaded smawk v0.3.2
3792025-01-17T07:40:41.872Z Downloaded serde_tokenstream v0.2.2
3802025-01-17T07:40:41.872Z Downloaded dof v0.3.0
3812025-01-17T07:40:41.872Z Downloaded proc-macro-error-attr v1.0.4
3822025-01-17T07:40:41.875Z Downloaded dtrace-parser v0.2.0
3832025-01-17T07:40:41.876Z Downloaded usdt-impl v0.5.0
3842025-01-17T07:40:41.878Z Downloaded clap_derive v4.5.18
3852025-01-17T07:40:41.878Z Downloaded cargo_metadata v0.18.1
3862025-01-17T07:40:41.881Z Downloaded anstream v0.6.15
3872025-01-17T07:40:41.881Z Downloaded usdt v0.5.0
3882025-01-17T07:40:41.884Z Downloaded utf8parse v0.2.2
3892025-01-17T07:40:41.884Z Downloaded cpufeatures v0.2.14
3902025-01-17T07:40:41.887Z Downloaded quote v1.0.38
3912025-01-17T07:40:41.891Z Downloaded scroll v0.12.0
3922025-01-17T07:40:41.893Z Downloaded toml_datetime v0.6.8
3932025-01-17T07:40:41.896Z Downloaded tempfile v3.13.0
3942025-01-17T07:40:41.899Z Downloaded pest_derive v2.7.14
3952025-01-17T07:40:41.899Z Downloaded pest_generator v2.7.14
3962025-01-17T07:40:41.902Z Downloaded once_cell v1.20.2
3972025-01-17T07:40:41.906Z Downloaded proc-macro-error v1.0.4
3982025-01-17T07:40:41.909Z Downloaded sha2 v0.10.8
3992025-01-17T07:40:41.911Z Downloaded semver v1.0.24
4002025-01-17T07:40:41.915Z Downloaded pest_meta v2.7.14
4012025-01-17T07:40:41.918Z Downloaded zerocopy-derive v0.7.35
4022025-01-17T07:40:41.921Z Downloaded textwrap v0.16.1
4032025-01-17T07:40:41.924Z Downloaded cargo_toml v0.20.5
4042025-01-17T07:40:41.926Z Downloaded toml v0.8.19
4052025-01-17T07:40:41.929Z Downloaded typenum v1.17.0
4062025-01-17T07:40:41.932Z Downloaded ryu v1.0.18
4072025-01-17T07:40:41.935Z Downloaded ucd-trie v0.1.7
4082025-01-17T07:40:41.935Z Downloaded camino v1.1.9
4092025-01-17T07:40:41.938Z Downloaded papergrid v0.11.0
4102025-01-17T07:40:41.941Z Downloaded log v0.4.22
4112025-01-17T07:40:41.944Z Downloaded unicode-ident v1.0.14
4122025-01-17T07:40:41.947Z Downloaded serde_derive v1.0.217
4132025-01-17T07:40:41.950Z Downloaded anyhow v1.0.93
4142025-01-17T07:40:41.953Z Downloaded proc-macro2 v1.0.92
4152025-01-17T07:40:41.956Z Downloaded clap v4.5.21
4162025-01-17T07:40:41.971Z Downloaded indexmap v2.7.0
4172025-01-17T07:40:41.977Z Downloaded serde v1.0.217
4182025-01-17T07:40:41.989Z Downloaded memchr v2.7.4
4192025-01-17T07:40:42.004Z Downloaded toml_edit v0.22.22
4202025-01-17T07:40:42.045Z Downloaded hashbrown v0.15.1
4212025-01-17T07:40:42.051Z Downloaded zerocopy v0.7.35
4222025-01-17T07:40:42.064Z Downloaded pest v2.7.14
4232025-01-17T07:40:42.069Z Downloaded winnow v0.6.20
4242025-01-17T07:40:42.077Z Downloaded goblin v0.8.2
4252025-01-17T07:40:42.082Z Downloaded clap_builder v4.5.21
4262025-01-17T07:40:42.088Z Downloaded tabled v0.15.0
4272025-01-17T07:40:42.102Z Downloaded serde_json v1.0.135
4282025-01-17T07:40:42.109Z Downloaded unicode-width v0.1.14
4292025-01-17T07:40:42.114Z Downloaded syn v1.0.109
4302025-01-17T07:40:42.123Z Downloaded syn v2.0.96
4312025-01-17T07:40:42.134Z Downloaded rustix v0.38.37
4322025-01-17T07:40:42.172Z Downloaded libc v0.2.169
4332025-01-17T07:40:42.483Z Compiling proc-macro2 v1.0.92
4342025-01-17T07:40:42.483Z Compiling unicode-ident v1.0.14
4352025-01-17T07:40:42.486Z Compiling version_check v0.9.5
4362025-01-17T07:40:42.486Z Compiling serde v1.0.217
4372025-01-17T07:40:42.486Z Compiling thiserror v1.0.69
4382025-01-17T07:40:42.486Z Compiling memchr v2.7.4
4392025-01-17T07:40:42.521Z Compiling libc v0.2.169
4402025-01-17T07:40:42.524Z Compiling ucd-trie v0.1.7
4412025-01-17T07:40:42.755Z Compiling itoa v1.0.11
4422025-01-17T07:40:43.020Z Compiling ryu v1.0.18
4432025-01-17T07:40:43.225Z Compiling once_cell v1.20.2
4442025-01-17T07:40:43.350Z Compiling byteorder v1.5.0
4452025-01-17T07:40:43.411Z Compiling rustix v0.38.37
4462025-01-17T07:40:43.608Z Compiling serde_json v1.0.135
4472025-01-17T07:40:43.851Z Compiling bitflags v2.6.0
4482025-01-17T07:40:43.992Z Compiling usdt-impl v0.5.0
4492025-01-17T07:40:44.094Z Compiling proc-macro-error-attr v1.0.4
4502025-01-17T07:40:44.235Z Compiling syn v1.0.109
4512025-01-17T07:40:44.283Z Compiling quote v1.0.38
4522025-01-17T07:40:44.290Z Compiling proc-macro-error v1.0.4
4532025-01-17T07:40:44.458Z Compiling plain v0.2.3
4542025-01-17T07:40:44.488Z Compiling errno v0.3.9
4552025-01-17T07:40:44.597Z Compiling utf8parse v0.2.2
4562025-01-17T07:40:44.636Z Compiling equivalent v1.0.1
4572025-01-17T07:40:44.723Z Compiling syn v2.0.96
4582025-01-17T07:40:44.764Z Compiling hashbrown v0.15.1
4592025-01-17T07:40:44.789Z Compiling log v0.4.22
4602025-01-17T07:40:44.887Z Compiling camino v1.1.9
4612025-01-17T07:40:44.955Z Compiling thread-id v4.2.2
4622025-01-17T07:40:45.089Z Compiling anstyle-parse v0.2.5
4632025-01-17T07:40:45.413Z Compiling autocfg v1.4.0
4642025-01-17T07:40:45.546Z Compiling anstyle v1.0.10
4652025-01-17T07:40:45.644Z Compiling pretty-hex v0.4.1
4662025-01-17T07:40:45.788Z Compiling indexmap v2.7.0
4672025-01-17T07:40:45.833Z Compiling is_terminal_polyfill v1.70.1
4682025-01-17T07:40:45.870Z Compiling anstyle-query v1.1.1
4692025-01-17T07:40:45.967Z Compiling unicode-width v0.1.14
4702025-01-17T07:40:45.970Z Compiling semver v1.0.24
4712025-01-17T07:40:46.040Z Compiling winnow v0.6.20
4722025-01-17T07:40:46.402Z Compiling colorchoice v1.0.2
4732025-01-17T07:40:46.553Z Compiling anstream v0.6.15
4742025-01-17T07:40:46.581Z Compiling terminal_size v0.4.0
4752025-01-17T07:40:46.606Z Compiling fs-err v2.11.0
4762025-01-17T07:40:46.942Z Compiling heck v0.4.1
4772025-01-17T07:40:46.981Z Compiling clap_lex v0.7.2
4782025-01-17T07:40:47.146Z Compiling heck v0.5.0
4792025-01-17T07:40:47.231Z Compiling fnv v1.0.7
4802025-01-17T07:40:47.356Z Compiling fastrand v2.1.1
4812025-01-17T07:40:47.388Z Compiling anyhow v1.0.93
4822025-01-17T07:40:47.412Z Compiling cfg-if v1.0.0
4832025-01-17T07:40:47.443Z Compiling bytecount v0.6.8
4842025-01-17T07:40:47.527Z Compiling strsim v0.11.1
4852025-01-17T07:40:47.675Z Compiling papergrid v0.11.0
4862025-01-17T07:40:47.910Z Compiling clap_builder v4.5.21
4872025-01-17T07:40:48.326Z Compiling tempfile v3.13.0
4882025-01-17T07:40:48.409Z Compiling memmap v0.7.0
4892025-01-17T07:40:48.528Z Compiling smawk v0.3.2
4902025-01-17T07:40:48.779Z Compiling unicode-linebreak v0.1.5
4912025-01-17T07:40:49.306Z Compiling textwrap v0.16.1
4922025-01-17T07:40:49.368Z Compiling swrite v0.1.0
4932025-01-17T07:40:50.108Z Compiling tabled_derive v0.7.0
4942025-01-17T07:40:51.576Z Compiling serde_derive v1.0.217
4952025-01-17T07:40:51.579Z Compiling thiserror-impl v1.0.69
4962025-01-17T07:40:51.579Z Compiling zerocopy-derive v0.7.35
4972025-01-17T07:40:51.579Z Compiling scroll_derive v0.12.0
4982025-01-17T07:40:51.579Z Compiling clap_derive v4.5.18
4992025-01-17T07:40:51.761Z Compiling tabled v0.15.0
5002025-01-17T07:40:52.874Z Compiling scroll v0.12.0
5012025-01-17T07:40:53.468Z Compiling goblin v0.8.2
5022025-01-17T07:40:53.635Z Compiling zerocopy v0.7.35
5032025-01-17T07:40:54.424Z Compiling pest v2.7.14
5042025-01-17T07:40:55.254Z Compiling clap v4.5.21
5052025-01-17T07:40:56.598Z Compiling pest_meta v2.7.14
5062025-01-17T07:40:57.514Z Compiling pest_generator v2.7.14
5072025-01-17T07:40:58.943Z Compiling pest_derive v2.7.14
5082025-01-17T07:40:59.598Z Compiling dtrace-parser v0.2.0
5092025-01-17T07:41:00.511Z Compiling serde_tokenstream v0.2.2
5102025-01-17T07:41:00.512Z Compiling serde_spanned v0.6.8
5112025-01-17T07:41:00.514Z Compiling toml_datetime v0.6.8
5122025-01-17T07:41:00.810Z Compiling cargo-platform v0.1.8
5132025-01-17T07:41:00.839Z Compiling toml_edit v0.22.22
5142025-01-17T07:41:00.996Z Compiling macaddr v1.0.1
5152025-01-17T07:41:01.200Z Compiling camino-tempfile v1.1.1
5162025-01-17T07:41:01.888Z Compiling dof v0.3.0
5172025-01-17T07:41:01.888Z Compiling cargo_metadata v0.18.1
5182025-01-17T07:41:03.376Z Compiling usdt-attr-macro v0.5.0
5192025-01-17T07:41:03.377Z Compiling usdt-macro v0.5.0
5202025-01-17T07:41:03.604Z Compiling toml v0.8.19
5212025-01-17T07:41:04.425Z Compiling cargo_toml v0.20.5
5222025-01-17T07:41:04.611Z Compiling usdt v0.5.0
5232025-01-17T07:41:07.103Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5242025-01-17T07:41:10.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.98s
5252025-01-17T07:41:10.591Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5262025-01-17T07:41:11.113Z Downloading crates ...
5272025-01-17T07:41:11.244Z Downloaded ciborium-io v0.2.2
5282025-01-17T07:41:11.250Z Downloaded array-init v0.0.4
5292025-01-17T07:41:11.253Z Downloaded adler2 v2.0.0
5302025-01-17T07:41:11.257Z Downloaded atty v0.2.14
5312025-01-17T07:41:11.260Z Downloaded heck v0.3.3
5322025-01-17T07:41:11.264Z Downloaded hickory-client v0.24.1
5332025-01-17T07:41:11.268Z Downloaded crunchy v0.2.2
5342025-01-17T07:41:11.270Z Downloaded cfg_aliases v0.1.1
5352025-01-17T07:41:11.273Z Downloaded async-stream-impl v0.3.6
5362025-01-17T07:41:11.276Z Downloaded cstr-argument v0.1.2
5372025-01-17T07:41:11.276Z Downloaded atomicwrites v0.4.4
5382025-01-17T07:41:11.278Z Downloaded hubpack_derive v0.1.1
5392025-01-17T07:41:11.286Z Downloaded is_ci v1.2.0
5402025-01-17T07:41:11.289Z Downloaded http-range v0.1.5
5412025-01-17T07:41:11.292Z Downloaded cassowary v0.3.0
5422025-01-17T07:41:11.294Z Downloaded base16ct v0.2.0
5432025-01-17T07:41:11.297Z Downloaded arrayvec v0.7.6
5442025-01-17T07:41:11.299Z Downloaded match_cfg v0.1.0
5452025-01-17T07:41:11.300Z Downloaded icu_provider_macros v1.5.0
5462025-01-17T07:41:11.303Z Downloaded cobs v0.2.3
5472025-01-17T07:41:11.305Z Downloaded md5 v0.7.0
5482025-01-17T07:41:11.308Z Downloaded matches v0.1.10
5492025-01-17T07:41:11.308Z Downloaded hex v0.4.3
5502025-01-17T07:41:11.311Z Downloaded cipher v0.4.4
5512025-01-17T07:41:11.313Z Downloaded bit-set v0.5.3
5522025-01-17T07:41:11.313Z Downloaded hex-literal v0.4.1
5532025-01-17T07:41:11.316Z Downloaded assert_matches v1.5.0
5542025-01-17T07:41:11.316Z Downloaded instant v0.1.13
5552025-01-17T07:41:11.320Z Downloaded cexpr v0.6.0
5562025-01-17T07:41:11.323Z Downloaded async-recursion v1.1.1
5572025-01-17T07:41:11.325Z Downloaded http-body v1.0.1
5582025-01-17T07:41:11.328Z Downloaded cbc v0.1.2
5592025-01-17T07:41:11.331Z Downloaded hyper-tls v0.6.0
5602025-01-17T07:41:11.331Z Downloaded cmake v0.1.51
5612025-01-17T07:41:11.334Z Downloaded hubpack v0.1.2
5622025-01-17T07:41:11.334Z Downloaded hostname v0.3.1
5632025-01-17T07:41:11.338Z Downloaded crc-catalog v2.4.0
5642025-01-17T07:41:11.338Z Downloaded chacha20 v0.9.1
5652025-01-17T07:41:11.341Z Downloaded block-padding v0.3.3
5662025-01-17T07:41:11.341Z Downloaded lockfree-object-pool v0.1.6
5672025-01-17T07:41:11.344Z Downloaded humantime v2.1.0
5682025-01-17T07:41:11.346Z Downloaded crucible-workspace-hack v0.1.0
5692025-01-17T07:41:11.349Z Downloaded cfg_aliases v0.2.1
5702025-01-17T07:41:11.349Z Downloaded hostname v0.4.0
5712025-01-17T07:41:11.352Z Downloaded libsw v3.3.1
5722025-01-17T07:41:11.354Z Downloaded md-5 v0.10.6
5732025-01-17T07:41:11.357Z Downloaded argon2 v0.5.3
5742025-01-17T07:41:11.359Z Downloaded base64ct v1.6.0
5752025-01-17T07:41:11.362Z Downloaded keccak v0.1.5
5762025-01-17T07:41:11.364Z Downloaded linear-map v1.2.0
5772025-01-17T07:41:11.364Z Downloaded progenitor-client v0.9.1
5782025-01-17T07:41:11.368Z Downloaded progenitor-client v0.8.0
5792025-01-17T07:41:11.368Z Downloaded headers-core v0.3.0
5802025-01-17T07:41:11.370Z Downloaded mime v0.3.17
5812025-01-17T07:41:11.370Z Downloaded maybe-uninit v2.0.0
5822025-01-17T07:41:11.374Z Downloaded lru v0.12.5
5832025-01-17T07:41:11.377Z Downloaded bit-vec v0.6.3
5842025-01-17T07:41:11.377Z Downloaded arrayref v0.3.9
5852025-01-17T07:41:11.379Z Downloaded idna_adapter v1.2.0
5862025-01-17T07:41:11.379Z Downloaded convert_case v0.4.0
5872025-01-17T07:41:11.379Z Downloaded indoc v1.0.9
5882025-01-17T07:41:11.383Z Downloaded ciborium v0.2.2
5892025-01-17T07:41:11.386Z Downloaded serde-big-array v0.5.1
5902025-01-17T07:41:11.389Z Downloaded indent_write v2.2.0
5912025-01-17T07:41:11.392Z Downloaded csv-core v0.1.11
5922025-01-17T07:41:11.394Z Downloaded bcs v0.1.6
5932025-01-17T07:41:11.397Z Downloaded lazycell v1.3.0
5942025-01-17T07:41:11.397Z Downloaded crossbeam-epoch v0.9.18
5952025-01-17T07:41:11.399Z Downloaded managed v0.8.0
5962025-01-17T07:41:11.402Z Downloaded lalrpop-util v0.19.12
5972025-01-17T07:41:11.405Z Downloaded allocator-api2 v0.2.18
5982025-01-17T07:41:11.408Z Downloaded lazy_static v1.5.0
5992025-01-17T07:41:11.410Z Downloaded curve25519-dalek-derive v0.1.1
6002025-01-17T07:41:11.410Z Downloaded crc v3.2.1
6012025-01-17T07:41:11.414Z Downloaded libloading v0.8.5
6022025-01-17T07:41:11.417Z Downloaded mime_guess v2.0.5
6032025-01-17T07:41:11.419Z Downloaded iana-time-zone v0.1.61
6042025-01-17T07:41:11.422Z Downloaded memoffset v0.9.1
6052025-01-17T07:41:11.425Z Downloaded httpdate v1.0.3
6062025-01-17T07:41:11.427Z Downloaded highway v1.2.0
6072025-01-17T07:41:11.430Z Downloaded termtree v0.4.1
6082025-01-17T07:41:11.430Z Downloaded ciborium-ll v0.2.2
6092025-01-17T07:41:11.433Z Downloaded rand_chacha v0.3.1
6102025-01-17T07:41:11.433Z Downloaded lock_api v0.4.12
6112025-01-17T07:41:11.435Z Downloaded icu_locid_transform_data v1.5.0
6122025-01-17T07:41:11.438Z Downloaded cookie v0.18.1
6132025-01-17T07:41:11.440Z Downloaded ipnet v2.10.1
6142025-01-17T07:41:11.443Z Downloaded quick-error v1.2.3
6152025-01-17T07:41:11.446Z Downloaded ctr v0.9.2
6162025-01-17T07:41:11.448Z Downloaded ascii-canvas v3.0.0
6172025-01-17T07:41:11.448Z Downloaded const_format_proc_macros v0.2.33
6182025-01-17T07:41:11.451Z Downloaded dhcproto-macros v0.1.0
6192025-01-17T07:41:11.454Z Downloaded foreign-types-shared v0.3.1
6202025-01-17T07:41:11.454Z Downloaded foreign-types-shared v0.1.1
6212025-01-17T07:41:11.454Z Downloaded downcast v0.11.0
6222025-01-17T07:41:11.458Z Downloaded zone_cfg_derive v0.1.2
6232025-01-17T07:41:11.458Z Downloaded which v4.4.2
6242025-01-17T07:41:11.461Z Downloaded jobserver v0.1.32
6252025-01-17T07:41:11.461Z Downloaded slog-async v2.8.0
6262025-01-17T07:41:11.464Z Downloaded const-oid v0.9.6
6272025-01-17T07:41:11.467Z Downloaded cancel-safe-futures v0.1.5
6282025-01-17T07:41:11.470Z Downloaded indexmap v1.9.3
6292025-01-17T07:41:11.474Z Downloaded icu_locid v1.5.0
6302025-01-17T07:41:11.480Z Downloaded scrypt v0.11.0
6312025-01-17T07:41:11.483Z Downloaded arc-swap v1.7.1
6322025-01-17T07:41:11.486Z Downloaded icu_properties v1.5.1
6332025-01-17T07:41:11.490Z Downloaded num_threads v0.1.7
6342025-01-17T07:41:11.493Z Downloaded newtype_derive v0.1.6
6352025-01-17T07:41:11.495Z Downloaded sqlformat v0.2.6
6362025-01-17T07:41:11.499Z Downloaded strip-ansi-escapes v0.2.0
6372025-01-17T07:41:11.499Z Downloaded oso-derive v0.27.3
6382025-01-17T07:41:11.499Z Downloaded slog-json v2.6.1
6392025-01-17T07:41:11.502Z Downloaded slog-scope v4.4.0
6402025-01-17T07:41:11.502Z Downloaded tracing-attributes v0.1.27
6412025-01-17T07:41:11.505Z Downloaded termios v0.3.3
6422025-01-17T07:41:11.508Z Downloaded unicode-truncate v1.1.0
6432025-01-17T07:41:11.510Z Downloaded termcolor v1.4.1
6442025-01-17T07:41:11.513Z Downloaded peg-runtime v0.8.3
6452025-01-17T07:41:11.513Z Downloaded rustc-demangle v0.1.24
6462025-01-17T07:41:11.516Z Downloaded zone v0.3.0
6472025-01-17T07:41:11.516Z Downloaded precomputed-hash v0.1.1
6482025-01-17T07:41:11.518Z Downloaded wait-timeout v0.2.0
6492025-01-17T07:41:11.518Z Downloaded openssl-probe v0.1.5
6502025-01-17T07:41:11.521Z Downloaded newtype-uuid v1.2.1
6512025-01-17T07:41:11.524Z Downloaded psl-types v2.0.11
6522025-01-17T07:41:11.524Z Downloaded untrusted v0.7.1
6532025-01-17T07:41:11.526Z Downloaded quinn-udp v0.5.5
6542025-01-17T07:41:11.526Z Downloaded heapless v0.7.17
6552025-01-17T07:41:11.531Z Downloaded clang-sys v1.8.1
6562025-01-17T07:41:11.535Z Downloaded form_urlencoded v1.2.1
6572025-01-17T07:41:11.537Z Downloaded base64 v0.13.1
6582025-01-17T07:41:11.540Z Downloaded bytes v1.9.0
6592025-01-17T07:41:11.545Z Downloaded console v0.15.8
6602025-01-17T07:41:11.549Z Downloaded defmt-macros v0.3.9
6612025-01-17T07:41:11.553Z Downloaded compact_str v0.8.0
6622025-01-17T07:41:11.557Z Downloaded ghash v0.5.1
6632025-01-17T07:41:11.560Z Downloaded hyper-util v0.1.10
6642025-01-17T07:41:11.565Z Downloaded time-core v0.1.2
6652025-01-17T07:41:11.567Z Downloaded multimap v0.10.0
6662025-01-17T07:41:11.567Z Downloaded hash32 v0.3.1
6672025-01-17T07:41:11.570Z Downloaded utf-8 v0.7.6
6682025-01-17T07:41:11.570Z Downloaded hash32 v0.2.1
6692025-01-17T07:41:11.573Z Downloaded strum_macros v0.26.4
6702025-01-17T07:41:11.576Z Downloaded strum v0.26.3
6712025-01-17T07:41:11.576Z Downloaded base64 v0.22.1
6722025-01-17T07:41:11.581Z Downloaded typify v0.2.0
6732025-01-17T07:41:11.584Z Downloaded tokio-tungstenite v0.21.0
6742025-01-17T07:41:11.587Z Downloaded whoami v1.5.2
6752025-01-17T07:41:11.590Z Downloaded pem v3.0.4
6762025-01-17T07:41:11.592Z Downloaded backtrace v0.3.74
6772025-01-17T07:41:11.598Z Downloaded rustversion v1.0.17
6782025-01-17T07:41:11.600Z Downloaded crossbeam-utils v0.8.20
6792025-01-17T07:41:11.604Z Downloaded yasna v0.5.2
6802025-01-17T07:41:11.607Z Downloaded indicatif v0.17.9
6812025-01-17T07:41:11.611Z Downloaded smf v0.2.3
6822025-01-17T07:41:11.614Z Downloaded smallvec v0.6.14
6832025-01-17T07:41:11.617Z Downloaded hickory-server v0.24.1
6842025-01-17T07:41:11.622Z Downloaded new_debug_unreachable v1.0.6
6852025-01-17T07:41:11.624Z Downloaded mirai-annotations v1.12.0
6862025-01-17T07:41:11.629Z Downloaded env_logger v0.10.2
6872025-01-17T07:41:11.632Z Downloaded des v0.8.1
6882025-01-17T07:41:11.632Z Downloaded getrandom v0.2.15
6892025-01-17T07:41:11.634Z Downloaded openssl-macros v0.1.1
6902025-01-17T07:41:11.637Z Downloaded futures-core v0.3.31
6912025-01-17T07:41:11.637Z Downloaded crossbeam-channel v0.5.13
6922025-01-17T07:41:11.643Z Downloaded num-conv v0.1.0
6932025-01-17T07:41:11.646Z Downloaded pretty-hex v0.2.1
6942025-01-17T07:41:11.646Z Downloaded opaque-debug v0.3.1
6952025-01-17T07:41:11.649Z Downloaded tabwriter v1.4.0
6962025-01-17T07:41:11.649Z Downloaded subprocess v0.2.9
6972025-01-17T07:41:11.653Z Downloaded utf8_iter v1.0.4
6982025-01-17T07:41:11.657Z Downloaded utf16_iter v1.0.5
6992025-01-17T07:41:11.657Z Downloaded zone_cfg_derive v0.3.0
7002025-01-17T07:41:11.657Z Downloaded structmeta-derive v0.3.0
7012025-01-17T07:41:11.669Z Downloaded russh-cryptovec v0.7.3
7022025-01-17T07:41:11.672Z Downloaded fallible-iterator v0.3.0
7032025-01-17T07:41:11.675Z Downloaded rayon-core v1.12.1
7042025-01-17T07:41:11.680Z Downloaded ref-cast v1.0.23
7052025-01-17T07:41:11.682Z Downloaded rustls-pemfile v2.2.0
7062025-01-17T07:41:11.682Z Downloaded signature v2.2.0
7072025-01-17T07:41:11.687Z Downloaded dhcproto v0.12.0
7082025-01-17T07:41:11.690Z Downloaded rustls-pki-types v1.10.0
7092025-01-17T07:41:11.692Z Downloaded take_mut v0.2.2
7102025-01-17T07:41:11.697Z Downloaded sync_wrapper v1.0.1
7112025-01-17T07:41:11.697Z Downloaded float-ord v0.3.2
7122025-01-17T07:41:11.698Z Downloaded fallible-streaming-iterator v0.1.9
7132025-01-17T07:41:11.700Z Downloaded diesel-dtrace v0.4.2
7142025-01-17T07:41:11.700Z Downloaded gethostname v0.5.0
7152025-01-17T07:41:11.700Z Downloaded hickory-resolver v0.24.1
7162025-01-17T07:41:11.705Z Downloaded minimal-lexical v0.2.1
7172025-01-17T07:41:11.712Z Downloaded phf_shared v0.11.2
7182025-01-17T07:41:11.715Z Downloaded omicron-zone-package v0.12.0
7192025-01-17T07:41:11.719Z Downloaded yoke-derive v0.7.4
7202025-01-17T07:41:11.720Z Downloaded twox-hash v1.6.3
7212025-01-17T07:41:11.725Z Downloaded snafu v0.8.5
7222025-01-17T07:41:11.730Z Downloaded primeorder v0.13.6
7232025-01-17T07:41:11.730Z Downloaded peg v0.8.4
7242025-01-17T07:41:11.735Z Downloaded fxhash v0.2.1
7252025-01-17T07:41:11.738Z Downloaded normalize-line-endings v0.3.0
7262025-01-17T07:41:11.738Z Downloaded endian-type v0.1.2
7272025-01-17T07:41:11.738Z Downloaded polyval v0.6.2
7282025-01-17T07:41:11.740Z Downloaded uzers v0.12.1
7292025-01-17T07:41:11.740Z Downloaded tokio-tungstenite v0.23.1
7302025-01-17T07:41:11.744Z Downloaded schemars_derive v0.8.21
7312025-01-17T07:41:11.747Z Downloaded pkcs5 v0.7.1
7322025-01-17T07:41:11.750Z Downloaded bumpalo v3.16.0
7332025-01-17T07:41:11.754Z Downloaded slog-dtrace v0.3.0
7342025-01-17T07:41:11.758Z Downloaded slog-bunyan v2.5.0
7352025-01-17T07:41:11.758Z Downloaded dropshot_endpoint v0.15.1
7362025-01-17T07:41:11.762Z Downloaded ssh-encoding v0.2.0
7372025-01-17T07:41:11.765Z Downloaded aes-gcm v0.10.3
7382025-01-17T07:41:11.767Z Downloaded shlex v1.3.0
7392025-01-17T07:41:11.771Z Downloaded dropshot_endpoint v0.12.0
7402025-01-17T07:41:11.774Z Downloaded futures-channel v0.3.31
7412025-01-17T07:41:11.774Z Downloaded aes v0.8.4
7422025-01-17T07:41:11.780Z Downloaded tap v1.0.1
7432025-01-17T07:41:11.783Z Downloaded num-complex v0.4.6
7442025-01-17T07:41:11.783Z Downloaded smallvec v1.13.2
7452025-01-17T07:41:11.786Z Downloaded shell-words v1.1.0
7462025-01-17T07:41:11.791Z Downloaded scopeguard v1.2.0
7472025-01-17T07:41:11.791Z Downloaded unicode-xid v0.2.6
7482025-01-17T07:41:11.795Z Downloaded defmt-parser v0.3.4
7492025-01-17T07:41:11.795Z Downloaded zerofrom-derive v0.1.4
7502025-01-17T07:41:11.795Z Downloaded openssl-sys v0.9.103
7512025-01-17T07:41:11.798Z Downloaded zerofrom v0.1.4
7522025-01-17T07:41:11.801Z Downloaded try-lock v0.2.5
7532025-01-17T07:41:11.801Z Downloaded zeroize v1.8.1
7542025-01-17T07:41:11.805Z Downloaded rusty-fork v0.3.0
7552025-01-17T07:41:11.805Z Downloaded password-hash v0.5.0
7562025-01-17T07:41:11.808Z Downloaded enum-as-inner v0.5.1
7572025-01-17T07:41:11.810Z Downloaded embedded-io v0.6.1
7582025-01-17T07:41:11.810Z Downloaded embedded-io v0.4.0
7592025-01-17T07:41:11.813Z Downloaded dsl_auto_type v0.1.2
7602025-01-17T07:41:11.822Z Downloaded uuid v1.11.0
7612025-01-17T07:41:11.828Z Downloaded unsafe-libyaml v0.2.11
7622025-01-17T07:41:11.828Z Downloaded serde_yaml v0.9.34+deprecated
7632025-01-17T07:41:11.830Z Downloaded ena v0.14.3
7642025-01-17T07:41:11.831Z Downloaded packed_struct v0.10.1
7652025-01-17T07:41:11.831Z Downloaded structmeta v0.3.0
7662025-01-17T07:41:11.834Z Downloaded oso v0.27.3
7672025-01-17T07:41:11.837Z Downloaded progenitor-macro v0.9.1
7682025-01-17T07:41:11.837Z Downloaded powerfmt v0.2.0
7692025-01-17T07:41:11.839Z Downloaded olpc-cjson v0.1.4
7702025-01-17T07:41:11.839Z Downloaded synstructure v0.13.1
7712025-01-17T07:41:11.842Z Downloaded itertools v0.10.5
7722025-01-17T07:41:11.848Z Downloaded libxml v0.3.3
7732025-01-17T07:41:11.857Z Downloaded thiserror v2.0.11
7742025-01-17T07:41:11.862Z Downloaded structmeta-derive v0.2.0
7752025-01-17T07:41:11.865Z Downloaded rustc-hash v2.0.0
7762025-01-17T07:41:11.865Z Downloaded darling_core v0.20.10
7772025-01-17T07:41:11.871Z Downloaded sigpipe v0.1.3
7782025-01-17T07:41:11.875Z Downloaded signal-hook-tokio v0.3.1
7792025-01-17T07:41:11.875Z Downloaded der_derive v0.7.3
7802025-01-17T07:41:11.875Z Downloaded zopfli v0.8.1
7812025-01-17T07:41:11.878Z Downloaded tungstenite v0.24.0
7822025-01-17T07:41:11.880Z Downloaded sync-ptr v0.1.1
7832025-01-17T07:41:11.883Z Downloaded typify-macro v0.3.0
7842025-01-17T07:41:11.883Z Downloaded typify-macro v0.2.0
7852025-01-17T07:41:11.883Z Downloaded tui-tree-widget v0.22.0
7862025-01-17T07:41:11.886Z Downloaded tokio-native-tls v0.3.1
7872025-01-17T07:41:11.889Z Downloaded rustc-hash v1.1.0
7882025-01-17T07:41:11.889Z Downloaded rtoolbox v0.0.2
7892025-01-17T07:41:11.892Z Downloaded derive_more v0.99.18
7902025-01-17T07:41:11.895Z Downloaded rpassword v7.3.1
7912025-01-17T07:41:11.897Z Downloaded peg-macros v0.8.4
7922025-01-17T07:41:11.900Z Downloaded zerovec-derive v0.10.3
7932025-01-17T07:41:11.900Z Downloaded nu-ansi-term v0.50.1
7942025-01-17T07:41:11.904Z Downloaded tokio-rustls v0.24.1
7952025-01-17T07:41:11.908Z Downloaded foldhash v0.1.3
7962025-01-17T07:41:11.909Z Downloaded diesel_derives v2.2.3
7972025-01-17T07:41:11.912Z Downloaded pin-project-internal v1.1.6
7982025-01-17T07:41:11.915Z Downloaded postgres-types v0.2.8
7992025-01-17T07:41:11.915Z Downloaded foreign-types v0.3.2
8002025-01-17T07:41:11.922Z Downloaded ed25519 v2.2.3
8012025-01-17T07:41:11.922Z Downloaded idna v1.0.3
8022025-01-17T07:41:11.930Z Downloaded mockall v0.13.0
8032025-01-17T07:41:11.930Z Downloaded percent-encoding v2.3.1
8042025-01-17T07:41:11.934Z Downloaded owo-colors v4.1.0
8052025-01-17T07:41:11.934Z Downloaded futures-task v0.3.31
8062025-01-17T07:41:11.934Z Downloaded float-cmp v0.9.0
8072025-01-17T07:41:11.934Z Downloaded nanorand v0.7.0
8082025-01-17T07:41:11.935Z Downloaded number_prefix v0.4.0
8092025-01-17T07:41:11.938Z Downloaded fixedbitset v0.4.2
8102025-01-17T07:41:11.938Z Downloaded expectorate v1.1.0
8112025-01-17T07:41:11.938Z Downloaded flume v0.11.1
8122025-01-17T07:41:11.942Z Downloaded pbkdf2 v0.12.2
8132025-01-17T07:41:11.945Z Downloaded snafu-derive v0.8.5
8142025-01-17T07:41:11.945Z Downloaded sct v0.7.1
8152025-01-17T07:41:11.950Z Downloaded native-tls v0.2.12
8162025-01-17T07:41:11.954Z Downloaded simd-adler32 v0.3.7
8172025-01-17T07:41:11.954Z Downloaded structmeta v0.2.0
8182025-01-17T07:41:11.954Z Downloaded strum_macros v0.24.3
8192025-01-17T07:41:11.958Z Downloaded itertools v0.12.1
8202025-01-17T07:41:11.963Z Downloaded sha1 v0.10.6
8212025-01-17T07:41:11.967Z Downloaded salsa20 v0.10.2
8222025-01-17T07:41:11.967Z Downloaded progenitor-macro v0.8.0
8232025-01-17T07:41:11.970Z Downloaded typed-path v0.9.3
8242025-01-17T07:41:11.974Z Downloaded tokio-macros v2.5.0
8252025-01-17T07:41:11.977Z Downloaded tinystr v0.7.6
8262025-01-17T07:41:11.978Z Downloaded xz2 v0.1.7
8272025-01-17T07:41:11.981Z Downloaded rustyline v14.0.0
8282025-01-17T07:41:11.984Z Downloaded xattr v1.3.1
8292025-01-17T07:41:11.987Z Downloaded toolchain_find v0.4.0
8302025-01-17T07:41:11.987Z Downloaded dirs-sys-next v0.1.2
8312025-01-17T07:41:11.991Z Downloaded pin-project v1.1.6
8322025-01-17T07:41:12.001Z Downloaded deranged v0.3.11
8332025-01-17T07:41:12.005Z Downloaded hyper v1.5.2
8342025-01-17T07:41:12.008Z Downloaded packed_struct_codegen v0.10.1
8352025-01-17T07:41:12.014Z Downloaded pkg-config v0.3.31
8362025-01-17T07:41:12.021Z Downloaded russh-keys v0.45.0
8372025-01-17T07:41:12.021Z Downloaded num v0.4.3
8382025-01-17T07:41:12.021Z Downloaded filetime v0.2.25
8392025-01-17T07:41:12.029Z Downloaded ff v0.13.0
8402025-01-17T07:41:12.029Z Downloaded fd-lock v4.0.2
8412025-01-17T07:41:12.029Z Downloaded ssh-cipher v0.2.0
8422025-01-17T07:41:12.029Z Downloaded tinyvec v1.8.0
8432025-01-17T07:41:12.035Z Downloaded pkcs8 v0.10.2
8442025-01-17T07:41:12.035Z Downloaded sec1 v0.7.3
8452025-01-17T07:41:12.035Z Downloaded unicode-bidi v0.3.17
8462025-01-17T07:41:12.039Z Downloaded vte_generate_state_changes v0.1.2
8472025-01-17T07:41:12.039Z Downloaded itertools v0.13.0
8482025-01-17T07:41:12.042Z Downloaded diesel_table_macro_syntax v0.2.0
8492025-01-17T07:41:12.047Z Downloaded tinyvec_macros v0.1.1
8502025-01-17T07:41:12.047Z Downloaded thiserror-no-std v2.0.2
8512025-01-17T07:41:12.050Z Downloaded same-file v1.0.6
8522025-01-17T07:41:12.050Z Downloaded flagset v0.4.6
8532025-01-17T07:41:12.053Z Downloaded miniz_oxide v0.8.0
8542025-01-17T07:41:12.057Z Downloaded elliptic-curve v0.13.8
8552025-01-17T07:41:12.060Z Downloaded newline-converter v0.3.0
8562025-01-17T07:41:12.060Z Downloaded topological-sort v0.2.2
8572025-01-17T07:41:12.064Z Downloaded crossterm v0.28.1
8582025-01-17T07:41:12.067Z Downloaded dunce v1.0.5
8592025-01-17T07:41:12.071Z Downloaded display-error-chain v0.2.2
8602025-01-17T07:41:12.071Z Downloaded displaydoc v0.2.5
8612025-01-17T07:41:12.074Z Downloaded steno v0.4.1
8622025-01-17T07:41:12.077Z Downloaded num-iter v0.1.45
8632025-01-17T07:41:12.081Z Downloaded aho-corasick v1.1.3
8642025-01-17T07:41:12.085Z Downloaded num-integer v0.1.46
8652025-01-17T07:41:12.090Z Downloaded sqlparser_derive v0.2.2
8662025-01-17T07:41:12.090Z Downloaded hashlink v0.9.1
8672025-01-17T07:41:12.093Z Downloaded radium v0.7.0
8682025-01-17T07:41:12.093Z Downloaded num-derive v0.4.2
8692025-01-17T07:41:12.094Z Downloaded r2d2 v0.8.10
8702025-01-17T07:41:12.098Z Downloaded slog-envlogger v2.2.0
8712025-01-17T07:41:12.098Z Downloaded signal-hook v0.3.17
8722025-01-17T07:41:12.106Z Downloaded hkdf v0.12.4
8732025-01-17T07:41:12.109Z Downloaded slab v0.4.9
8742025-01-17T07:41:12.109Z Downloaded zerovec v0.10.4
8752025-01-17T07:41:12.109Z Downloaded futures-sink v0.3.31
8762025-01-17T07:41:12.113Z Downloaded wyz v0.5.1
8772025-01-17T07:41:12.113Z Downloaded write16 v1.0.0
8782025-01-17T07:41:12.113Z Downloaded supports-color v3.0.1
8792025-01-17T07:41:12.117Z Downloaded phf_shared v0.10.0
8802025-01-17T07:41:12.117Z Downloaded progenitor-impl v0.9.1
8812025-01-17T07:41:12.123Z Downloaded tungstenite v0.21.0
8822025-01-17T07:41:12.123Z Downloaded writeable v0.5.5
8832025-01-17T07:41:12.126Z Downloaded tower-service v0.3.3
8842025-01-17T07:41:12.126Z Downloaded debug-ignore v1.0.5
8852025-01-17T07:41:12.126Z Downloaded ed25519-dalek v2.1.1
8862025-01-17T07:41:12.129Z Downloaded fragile v2.0.0
8872025-01-17T07:41:12.133Z Downloaded tungstenite v0.23.0
8882025-01-17T07:41:12.137Z Downloaded mockall_derive v0.13.0
8892025-01-17T07:41:12.137Z Downloaded headers v0.4.0
8902025-01-17T07:41:12.141Z Downloaded derive_builder_macro v0.20.2
8912025-01-17T07:41:12.144Z Downloaded siphasher v0.3.11
8922025-01-17T07:41:12.144Z Downloaded p256 v0.13.2
8932025-01-17T07:41:12.148Z Downloaded qorb v0.2.1
8942025-01-17T07:41:12.152Z Downloaded nodrop v0.1.14
8952025-01-17T07:41:12.155Z Downloaded static_assertions v1.1.0
8962025-01-17T07:41:12.155Z Downloaded stable_deref_trait v1.2.0
8972025-01-17T07:41:12.155Z Downloaded serde_path_to_error v0.1.16
8982025-01-17T07:41:12.159Z Downloaded pbkdf2 v0.11.0
8992025-01-17T07:41:12.164Z Downloaded funty v2.0.0
9002025-01-17T07:41:12.164Z Downloaded serde_derive_internals v0.29.1
9012025-01-17T07:41:12.169Z Downloaded tokio-postgres v0.7.12
9022025-01-17T07:41:12.169Z Downloaded tls_codec_derive v0.4.1
9032025-01-17T07:41:12.173Z Downloaded string_cache v0.8.7
9042025-01-17T07:41:12.173Z Downloaded progenitor v0.9.1
9052025-01-17T07:41:12.173Z Downloaded spki v0.7.3
9062025-01-17T07:41:12.177Z Downloaded strum_macros v0.25.3
9072025-01-17T07:41:12.177Z Downloaded fatfs v0.3.6
9082025-01-17T07:41:12.182Z Downloaded mio v1.0.2
9092025-01-17T07:41:12.186Z Downloaded tracing v0.1.40
9102025-01-17T07:41:12.193Z Downloaded toml v0.7.8
9112025-01-17T07:41:12.197Z Downloaded der v0.7.9
9122025-01-17T07:41:12.200Z Downloaded foreign-types v0.5.0
9132025-01-17T07:41:12.200Z Downloaded tiny-keccak v2.0.2
9142025-01-17T07:41:12.203Z Downloaded ppv-lite86 v0.2.20
9152025-01-17T07:41:12.203Z Downloaded postcard v1.0.10
9162025-01-17T07:41:12.206Z Downloaded postgres-protocol v0.6.7
9172025-01-17T07:41:12.207Z Downloaded phf_generator v0.11.2
9182025-01-17T07:41:12.211Z Downloaded phf_codegen v0.11.2
9192025-01-17T07:41:12.211Z Downloaded paste v1.0.15
9202025-01-17T07:41:12.214Z Downloaded time v0.3.36
9212025-01-17T07:41:12.218Z Downloaded waitgroup v0.1.2
9222025-01-17T07:41:12.221Z Downloaded darling_macro v0.20.10
9232025-01-17T07:41:12.221Z Downloaded rustc_version v0.1.7
9242025-01-17T07:41:12.221Z Downloaded phf v0.11.2
9252025-01-17T07:41:12.224Z Downloaded group v0.13.0
9262025-01-17T07:41:12.224Z Downloaded pin-project-lite v0.2.14
9272025-01-17T07:41:12.228Z Downloaded diff v0.1.13
9282025-01-17T07:41:12.232Z Downloaded want v0.3.1
9292025-01-17T07:41:12.236Z Downloaded path-slash v0.1.5
9302025-01-17T07:41:12.236Z Downloaded spin v0.9.8
9312025-01-17T07:41:12.239Z Downloaded parse-size v1.1.0
9322025-01-17T07:41:12.239Z Downloaded glob v0.3.1
9332025-01-17T07:41:12.239Z Downloaded subtle v2.6.1
9342025-01-17T07:41:12.239Z Downloaded env_filter v0.1.2
9352025-01-17T07:41:12.242Z Downloaded rand_xorshift v0.3.0
9362025-01-17T07:41:12.242Z Downloaded rand_core v0.6.4
9372025-01-17T07:41:12.245Z Downloaded futures-macro v0.3.31
9382025-01-17T07:41:12.245Z Downloaded futures-io v0.3.31
9392025-01-17T07:41:12.247Z Downloaded parking_lot v0.11.2
9402025-01-17T07:41:12.247Z Downloaded enum-as-inner v0.6.1
9412025-01-17T07:41:12.251Z Downloaded dyn-clone v1.0.17
9422025-01-17T07:41:12.255Z Downloaded num-bigint-dig v0.8.4
9432025-01-17T07:41:12.258Z Downloaded parse-display v0.10.0
9442025-01-17T07:41:12.258Z Downloaded schemars v0.8.21
9452025-01-17T07:41:12.268Z Downloaded thread_local v1.1.8
9462025-01-17T07:41:12.271Z Downloaded thiserror-impl-no-std v2.0.2
9472025-01-17T07:41:12.271Z Downloaded thiserror-impl v2.0.11
9482025-01-17T07:41:12.275Z Downloaded futures-executor v0.3.31
9492025-01-17T07:41:12.280Z Downloaded data-encoding v2.6.0
9502025-01-17T07:41:12.280Z Downloaded secrecy v0.8.0
9512025-01-17T07:41:12.280Z Downloaded num_enum_derive v0.5.11
9522025-01-17T07:41:12.280Z Downloaded num_enum v0.5.11
9532025-01-17T07:41:12.283Z Downloaded serde_urlencoded v0.7.1
9542025-01-17T07:41:12.283Z Downloaded serde_repr v0.1.19
9552025-01-17T07:41:12.286Z Downloaded serde_plain v1.0.2
9562025-01-17T07:41:12.286Z Downloaded slog-stdlog v4.1.1
9572025-01-17T07:41:12.289Z Downloaded futures v0.3.31
9582025-01-17T07:41:12.293Z Downloaded globset v0.4.15
9592025-01-17T07:41:12.296Z Downloaded value-bag v1.9.0
9602025-01-17T07:41:12.300Z Downloaded ref-cast-impl v1.0.23
9612025-01-17T07:41:12.300Z Downloaded parse-display-derive v0.10.0
9622025-01-17T07:41:12.304Z Downloaded fs_extra v1.3.0
9632025-01-17T07:41:12.304Z Downloaded derive_builder_core v0.20.2
9642025-01-17T07:41:12.304Z Downloaded chrono v0.4.38
9652025-01-17T07:41:12.310Z Downloaded zone v0.1.8
9662025-01-17T07:41:12.314Z Downloaded walkdir v2.5.0
9672025-01-17T07:41:12.314Z Downloaded hashbrown v0.14.5
9682025-01-17T07:41:12.320Z Downloaded rustc_version v0.4.1
9692025-01-17T07:41:12.323Z Downloaded aws-lc-rs v1.10.0
9702025-01-17T07:41:12.328Z Downloaded universal-hash v0.5.1
9712025-01-17T07:41:12.333Z Downloaded slog-term v2.9.1
9722025-01-17T07:41:12.337Z Downloaded similar v2.6.0
9732025-01-17T07:41:12.341Z Downloaded zerocopy v0.6.6
9742025-01-17T07:41:12.341Z Downloaded untrusted v0.9.0
9752025-01-17T07:41:12.344Z Downloaded flate2 v1.0.34
9762025-01-17T07:41:12.347Z Downloaded lalrpop v0.19.12
9772025-01-17T07:41:12.357Z Downloaded parking_lot_core v0.9.10
9782025-01-17T07:41:12.360Z Downloaded derive_builder v0.20.2
9792025-01-17T07:41:12.364Z Downloaded num-rational v0.4.2
9802025-01-17T07:41:12.367Z Downloaded hashbrown v0.13.2
9812025-01-17T07:41:12.373Z Downloaded num-traits v0.2.19
9822025-01-17T07:41:12.377Z Downloaded bitvec v1.0.1
9832025-01-17T07:41:12.388Z Downloaded socket2 v0.5.7
9842025-01-17T07:41:12.391Z Downloaded reqwest v0.12.9
9852025-01-17T07:41:12.398Z Downloaded p521 v0.13.3
9862025-01-17T07:41:12.402Z Downloaded parking_lot v0.12.3
9872025-01-17T07:41:12.405Z Downloaded rayon v1.10.0
9882025-01-17T07:41:12.414Z Downloaded parking_lot_core v0.8.6
9892025-01-17T07:41:12.417Z Downloaded icu_properties_data v1.5.0
9902025-01-17T07:41:12.426Z Downloaded zip v2.1.3
9912025-01-17T07:41:12.432Z Downloaded quick-xml v0.33.0
9922025-01-17T07:41:12.437Z Downloaded proptest v1.5.0
9932025-01-17T07:41:12.446Z Downloaded tough v0.19.0
9942025-01-17T07:41:12.454Z Downloaded rand v0.8.5
9952025-01-17T07:41:12.457Z Downloaded idna v0.2.3
9962025-01-17T07:41:12.465Z Downloaded rustls-webpki v0.102.8
9972025-01-17T07:41:12.484Z Downloaded idna v0.5.0
9982025-01-17T07:41:12.496Z Downloaded regex v1.11.1
9992025-01-17T07:41:12.503Z Downloaded ssh-key v0.6.6
10002025-01-17T07:41:12.510Z Downloaded vcpkg v0.2.15
10012025-01-17T07:41:12.549Z Downloaded x509-cert v0.2.5
10022025-01-17T07:41:12.555Z Downloaded idna v0.4.0
10032025-01-17T07:41:12.561Z Downloaded salty v0.3.0
10042025-01-17T07:41:12.568Z Downloaded rustls v0.21.12
10052025-01-17T07:41:12.581Z Downloaded reedline v0.35.0
10062025-01-17T07:41:12.589Z Downloaded quinn-proto v0.11.8
10072025-01-17T07:41:12.593Z Downloaded idna v0.3.0
10082025-01-17T07:41:12.600Z Downloaded hickory-proto v0.24.1
10092025-01-17T07:41:12.616Z Downloaded serde_with v3.11.0
10102025-01-17T07:41:12.624Z Downloaded dropshot v0.12.0
10112025-01-17T07:41:12.645Z Downloaded portable-atomic v1.9.0
10122025-01-17T07:41:12.650Z Downloaded unicode-width v0.2.0
10132025-01-17T07:41:12.656Z Downloaded h2 v0.4.6
10142025-01-17T07:41:12.662Z Downloaded gimli v0.31.1
10152025-01-17T07:41:12.671Z Downloaded dropshot v0.15.1
10162025-01-17T07:41:12.693Z Downloaded zerocopy v0.8.10
10172025-01-17T07:41:12.715Z Downloaded futures-util v0.3.31
10182025-01-17T07:41:12.727Z Downloaded petname v2.0.2
10192025-01-17T07:41:12.733Z Downloaded nix v0.27.1
10202025-01-17T07:41:12.745Z Downloaded git2 v0.19.0
10212025-01-17T07:41:12.754Z Downloaded nix v0.28.0
10222025-01-17T07:41:12.763Z Downloaded chrono-tz v0.10.0
10232025-01-17T07:41:12.770Z Downloaded object v0.36.5
10242025-01-17T07:41:12.782Z Downloaded openssl v0.10.66
10252025-01-17T07:41:12.792Z Downloaded regress v0.10.1
10262025-01-17T07:41:12.801Z Downloaded trust-dns-proto v0.22.0
10272025-01-17T07:41:12.812Z Downloaded rustls v0.23.19
10282025-01-17T07:41:12.824Z Downloaded object v0.30.4
10292025-01-17T07:41:12.834Z Downloaded ratatui v0.28.1
10302025-01-17T07:41:12.856Z Downloaded regex-syntax v0.6.29
10312025-01-17T07:41:12.861Z Downloaded typify-impl v0.3.0
10322025-01-17T07:41:12.877Z Downloaded polar-core v0.27.3
10332025-01-17T07:41:12.884Z Downloaded diesel v2.2.6
10342025-01-17T07:41:12.902Z Downloaded smoltcp v0.9.1
10352025-01-17T07:41:12.913Z Downloaded webpki-roots v0.26.6
10362025-01-17T07:41:12.916Z Downloaded smoltcp v0.11.0
10372025-01-17T07:41:12.929Z Downloaded openapiv3 v2.0.0
10382025-01-17T07:41:12.940Z Downloaded nix v0.29.0
10392025-01-17T07:41:12.952Z Downloaded rustls v0.22.4
10402025-01-17T07:41:12.965Z Downloaded regress v0.9.1
10412025-01-17T07:41:12.973Z Downloaded regex-syntax v0.8.5
10422025-01-17T07:41:12.981Z Downloaded typify-impl v0.2.0
10432025-01-17T07:41:12.996Z Downloaded bstr v1.10.0
10442025-01-17T07:41:13.007Z Downloaded curve25519-dalek v4.1.3
10452025-01-17T07:41:13.017Z Downloaded sled v0.34.7
10462025-01-17T07:41:13.026Z Downloaded lzma-sys v0.1.20
10472025-01-17T07:41:13.057Z Downloaded winnow v0.5.40
10482025-01-17T07:41:13.064Z Downloaded zerocopy-derive v0.6.6
10492025-01-17T07:41:13.075Z Downloaded petgraph v0.6.5
10502025-01-17T07:41:13.090Z Downloaded libz-sys v1.1.20
10512025-01-17T07:41:13.118Z Downloaded regex-automata v0.4.8
10522025-01-17T07:41:13.141Z Downloaded bzip2-sys v0.1.11+1.0.8
10532025-01-17T07:41:13.159Z Downloaded p384 v0.13.0
10542025-01-17T07:41:13.165Z Downloaded radix_trie v0.2.1
10552025-01-17T07:41:13.171Z Downloaded rusqlite v0.32.1
10562025-01-17T07:41:13.177Z Downloaded tokio-util v0.7.12
10572025-01-17T07:41:13.184Z Downloaded rcgen v0.12.1
10582025-01-17T07:41:13.187Z Downloaded unicode_categories v0.1.1
10592025-01-17T07:41:13.190Z Downloaded num-bigint v0.4.6
10602025-01-17T07:41:13.195Z Downloaded vte v0.11.1
10612025-01-17T07:41:13.200Z Downloaded unicode-normalization v0.1.24
10622025-01-17T07:41:13.202Z Downloaded rustls-webpki v0.101.7
10632025-01-17T07:41:13.214Z Downloaded bindgen v0.69.5
10642025-01-17T07:41:13.220Z Downloaded progenitor-impl v0.8.0
10652025-01-17T07:41:13.223Z Downloaded nom v7.1.3
10662025-01-17T07:41:13.227Z Downloaded unarray v0.1.4
10672025-01-17T07:41:13.230Z Downloaded progenitor v0.8.0
10682025-01-17T07:41:13.230Z Downloaded samael v0.0.17
10692025-01-17T07:41:13.236Z Downloaded zerocopy-derive v0.8.10
10702025-01-17T07:41:13.240Z Downloaded csv v1.3.0
10712025-01-17T07:41:13.261Z Downloaded rsa v0.9.6
10722025-01-17T07:41:13.264Z Downloaded sha3 v0.10.8
10732025-01-17T07:41:13.269Z Downloaded unicode-segmentation v1.12.0
10742025-01-17T07:41:13.271Z Downloaded tokio v1.43.0
10752025-01-17T07:41:13.307Z Downloaded russh v0.45.0
10762025-01-17T07:41:13.315Z Downloaded sqlparser v0.45.0
10772025-01-17T07:41:13.318Z Downloaded blake3 v1.5.4
10782025-01-17T07:41:13.326Z Downloaded quinn v0.11.5
10792025-01-17T07:41:13.329Z Downloaded toml_edit v0.19.15
10802025-01-17T07:41:13.345Z Downloaded tls_codec v0.4.1
10812025-01-17T07:41:13.348Z Downloaded semver v0.1.20
10822025-01-17T07:41:13.348Z Downloaded predicates-tree v1.0.11
10832025-01-17T07:41:13.352Z Downloaded vsss-rs v3.3.4
10842025-01-17T07:41:13.352Z Downloaded vergen v8.3.2
10852025-01-17T07:41:13.356Z Downloaded zip v0.6.6
10862025-01-17T07:41:13.359Z Downloaded poly1305 v0.8.0
10872025-01-17T07:41:13.362Z Downloaded half v2.4.1
10882025-01-17T07:41:13.364Z Downloaded publicsuffix v2.2.3
10892025-01-17T07:41:13.369Z Downloaded dirs-next v2.0.0
10902025-01-17T07:41:13.369Z Downloaded difflib v0.4.0
10912025-01-17T07:41:13.369Z Downloaded rustfmt-wrapper v0.2.1
10922025-01-17T07:41:13.374Z Downloaded tokio-tungstenite v0.24.0
10932025-01-17T07:41:13.374Z Downloaded serde_with_macros v3.11.0
10942025-01-17T07:41:13.374Z Downloaded encoding_rs v0.8.34
10952025-01-17T07:41:13.395Z Downloaded rand_seeder v0.3.0
10962025-01-17T07:41:13.398Z Downloaded proc-macro-crate v1.3.1
10972025-01-17T07:41:13.398Z Downloaded url v2.5.3
10982025-01-17T07:41:13.398Z Downloaded parse-zoneinfo v0.3.1
10992025-01-17T07:41:13.401Z Downloaded defmt v0.3.8
11002025-01-17T07:41:13.405Z Downloaded unicase v2.7.0
11012025-01-17T07:41:13.409Z Downloaded multer v3.1.0
11022025-01-17T07:41:13.409Z Downloaded ecdsa v0.16.9
11032025-01-17T07:41:13.412Z Downloaded hashbrown v0.12.3
11042025-01-17T07:41:13.416Z Downloaded libm v0.2.8
11052025-01-17T07:41:13.422Z Downloaded unicode-properties v0.1.3
11062025-01-17T07:41:13.426Z Downloaded ron v0.8.1
11072025-01-17T07:41:13.429Z Downloaded slog v2.7.0
11082025-01-17T07:41:13.431Z Downloaded tokio-rustls v0.25.0
11092025-01-17T07:41:13.434Z Downloaded time-macros v0.2.18
11102025-01-17T07:41:13.439Z Downloaded tracing-core v0.1.32
11112025-01-17T07:41:13.439Z Downloaded tar v0.4.42
11122025-01-17T07:41:13.442Z Downloaded http v1.2.0
11132025-01-17T07:41:13.445Z Downloaded crypto-bigint v0.5.5
11142025-01-17T07:41:13.449Z Downloaded cc v1.1.30
11152025-01-17T07:41:13.455Z Downloaded derive-where v1.2.7
11162025-01-17T07:41:13.457Z Downloaded const_format v0.2.33
11172025-01-17T07:41:13.461Z Downloaded ron v0.7.1
11182025-01-17T07:41:13.465Z Downloaded libgit2-sys v0.17.0+1.8.1
11192025-01-17T07:41:13.523Z Downloaded either v1.13.0
11202025-01-17T07:41:13.526Z Downloaded zeroize_derive v1.4.2
11212025-01-17T07:41:13.527Z Downloaded predicates v3.1.2
11222025-01-17T07:41:13.530Z Downloaded pkcs1 v0.7.5
11232025-01-17T07:41:13.533Z Downloaded yoke v0.7.4
11242025-01-17T07:41:13.533Z Downloaded typify v0.3.0
11252025-01-17T07:41:13.537Z Downloaded test-strategy v0.3.1
11262025-01-17T07:41:13.540Z Downloaded crc-any v2.5.0
11272025-01-17T07:41:13.544Z Downloaded password-hash v0.4.2
11282025-01-17T07:41:13.548Z Downloaded nibble_vec v0.1.0
11292025-01-17T07:41:13.548Z Downloaded env_logger v0.11.5
11302025-01-17T07:41:13.554Z Downloaded prettyplease v0.2.25
11312025-01-17T07:41:13.554Z Downloaded rustls-pemfile v1.0.4
11322025-01-17T07:41:13.557Z Downloaded icu_normalizer v1.5.0
11332025-01-17T07:41:13.557Z Downloaded icu_collections v1.5.0
11342025-01-17T07:41:13.562Z Downloaded heapless v0.8.0
11352025-01-17T07:41:13.566Z Downloaded chacha20poly1305 v0.10.1
11362025-01-17T07:41:13.569Z Downloaded base64 v0.21.7
11372025-01-17T07:41:13.576Z Downloaded rfc6979 v0.4.0
11382025-01-17T07:41:13.581Z Downloaded resolv-conf v0.7.0
11392025-01-17T07:41:13.582Z Downloaded predicates-core v1.0.8
11402025-01-17T07:41:13.582Z Downloaded pin-utils v0.1.0
11412025-01-17T07:41:13.582Z Downloaded pem-rfc7468 v0.7.0
11422025-01-17T07:41:13.586Z Downloaded tokio-stream v0.1.16
11432025-01-17T07:41:13.586Z Downloaded tokio-rustls v0.26.0
11442025-01-17T07:41:13.593Z Downloaded term v0.7.0
11452025-01-17T07:41:13.597Z Downloaded foreign-types-macros v0.2.3
11462025-01-17T07:41:13.597Z Downloaded fallible-iterator v0.2.0
11472025-01-17T07:41:13.597Z Downloaded ahash v0.8.11
11482025-01-17T07:41:13.597Z Downloaded stringprep v0.1.5
11492025-01-17T07:41:13.597Z Downloaded cookie_store v0.21.0
11502025-01-17T07:41:13.602Z Downloaded scheduled-thread-pool v0.2.7
11512025-01-17T07:41:13.602Z Downloaded icu_provider v1.5.0
11522025-01-17T07:41:13.602Z Downloaded icu_normalizer_data v1.5.0
11532025-01-17T07:41:13.604Z Downloaded hmac v0.12.1
11542025-01-17T07:41:13.605Z Downloaded signal-hook-registry v1.4.2
11552025-01-17T07:41:13.607Z Downloaded signal-hook-mio v0.2.4
11562025-01-17T07:41:13.607Z Downloaded serde-hex v0.1.0
11572025-01-17T07:41:13.607Z Downloaded memmap2 v0.9.5
11582025-01-17T07:41:13.610Z Downloaded litemap v0.7.3
11592025-01-17T07:41:13.613Z Downloaded httparse v1.9.5
11602025-01-17T07:41:13.618Z Downloaded blake2 v0.10.6
11612025-01-17T07:41:13.618Z Downloaded async-bb8-diesel v0.2.1
11622025-01-17T07:41:13.625Z Downloaded bitfield-struct v0.6.2
11632025-01-17T07:41:13.625Z Downloaded hyper-rustls v0.27.3
11642025-01-17T07:41:13.631Z Downloaded ipnetwork v0.20.0
11652025-01-17T07:41:13.631Z Downloaded lru-cache v0.1.2
11662025-01-17T07:41:13.631Z Downloaded colored v2.1.0
11672025-01-17T07:41:13.631Z Downloaded crc32fast v1.4.2
11682025-01-17T07:41:13.631Z Downloaded async-trait v0.1.83
11692025-01-17T07:41:13.635Z Downloaded icu_locid_transform v1.5.0
11702025-01-17T07:41:13.635Z Downloaded libefi-sys v0.1.0
11712025-01-17T07:41:13.640Z Downloaded bzip2 v0.4.4
11722025-01-17T07:41:13.640Z Downloaded backoff v0.4.0
11732025-01-17T07:41:13.640Z Downloaded constant_time_eq v0.3.1
11742025-01-17T07:41:13.644Z Downloaded chrono-tz-build v0.4.0
11752025-01-17T07:41:13.644Z Downloaded aead v0.5.2
11762025-01-17T07:41:13.644Z Downloaded bb8 v0.8.5
11772025-01-17T07:41:13.644Z Downloaded async-stream v0.3.6
11782025-01-17T07:41:13.648Z Downloaded linked-hash-map v0.5.6
11792025-01-17T07:41:13.648Z Downloaded maplit v1.0.2
11802025-01-17T07:41:13.648Z Downloaded instability v0.3.2
11812025-01-17T07:41:13.653Z Downloaded darling v0.20.10
11822025-01-17T07:41:13.659Z Downloaded kstat-rs v0.2.4
11832025-01-17T07:41:13.659Z Downloaded is-terminal v0.4.13
11842025-01-17T07:41:13.659Z Downloaded internet-checksum v0.2.1
11852025-01-17T07:41:13.659Z Downloaded hyper-staticfile v0.10.1
11862025-01-17T07:41:13.663Z Downloaded impl-trait-for-tuples v0.2.2
11872025-01-17T07:41:13.663Z Downloaded addr2line v0.24.2
11882025-01-17T07:41:13.663Z Downloaded inout v0.1.3
11892025-01-17T07:41:13.667Z Downloaded http-body-util v0.1.2
11902025-01-17T07:41:13.668Z Downloaded home v0.5.9
11912025-01-17T07:41:13.668Z Downloaded bitfield v0.14.0
11922025-01-17T07:41:13.670Z Downloaded crossbeam-deque v0.8.5
11932025-01-17T07:41:13.670Z Downloaded buf-list v1.0.3
11942025-01-17T07:41:13.670Z Downloaded blowfish v0.9.1
11952025-01-17T07:41:13.675Z Downloaded bitflags v1.3.2
11962025-01-17T07:41:13.679Z Downloaded bcrypt-pbkdf v0.10.0
11972025-01-17T07:41:13.679Z Downloaded atomic-waker v1.1.2
11982025-01-17T07:41:13.679Z Downloaded ident_case v1.0.1
11992025-01-17T07:41:13.679Z Downloaded castaway v0.2.3
12002025-01-17T07:41:13.819Z Downloaded libsqlite3-sys v0.30.1
12012025-01-17T07:41:13.987Z Downloaded ring v0.17.8
12022025-01-17T07:41:14.302Z Downloaded aws-lc-sys v0.22.0
12032025-01-17T07:41:14.618Z Compiling serde v1.0.217
12042025-01-17T07:41:14.622Z Compiling lock_api v0.4.12
12052025-01-17T07:41:14.622Z Compiling scopeguard v1.2.0
12062025-01-17T07:41:14.777Z Compiling value-bag v1.9.0
12072025-01-17T07:41:14.780Z Compiling typenum v1.17.0
12082025-01-17T07:41:14.780Z Compiling generic-array v0.14.7
12092025-01-17T07:41:14.805Z Compiling syn v2.0.96
12102025-01-17T07:41:14.820Z Compiling getrandom v0.2.15
12112025-01-17T07:41:14.923Z Compiling subtle v2.6.1
12122025-01-17T07:41:15.163Z Compiling rand_core v0.6.4
12132025-01-17T07:41:15.266Z Compiling log v0.4.22
12142025-01-17T07:41:15.337Z Compiling shlex v1.3.0
12152025-01-17T07:41:15.374Z Compiling jobserver v0.1.32
12162025-01-17T07:41:15.394Z Compiling const-oid v0.9.6
12172025-01-17T07:41:15.623Z Compiling smallvec v1.13.2
12182025-01-17T07:41:15.688Z Compiling spin v0.9.8
12192025-01-17T07:41:15.716Z Compiling pin-project-lite v0.2.14
12202025-01-17T07:41:15.850Z Compiling cc v1.1.30
12212025-01-17T07:41:16.017Z Compiling rustix v0.38.37
12222025-01-17T07:41:16.036Z Compiling parking_lot_core v0.9.10
12232025-01-17T07:41:16.066Z Compiling futures-core v0.3.31
12242025-01-17T07:41:16.207Z Compiling signal-hook-registry v1.4.2
12252025-01-17T07:41:16.324Z Compiling mio v1.0.2
12262025-01-17T07:41:16.816Z Compiling aho-corasick v1.1.3
12272025-01-17T07:41:16.893Z Compiling parking_lot v0.12.3
12282025-01-17T07:41:17.063Z Compiling regex-syntax v0.8.5
12292025-01-17T07:41:17.146Z Compiling either v1.13.0
12302025-01-17T07:41:17.400Z Compiling cpufeatures v0.2.14
12312025-01-17T07:41:17.433Z Compiling lazy_static v1.5.0
12322025-01-17T07:41:17.512Z Compiling futures-sink v0.3.31
12332025-01-17T07:41:17.535Z Compiling glob v0.3.1
12342025-01-17T07:41:17.575Z Compiling stable_deref_trait v1.2.0
12352025-01-17T07:41:17.681Z Compiling socket2 v0.5.7
12362025-01-17T07:41:17.700Z Compiling slab v0.4.9
12372025-01-17T07:41:17.719Z Compiling prettyplease v0.2.25
12382025-01-17T07:41:18.075Z Compiling minimal-lexical v0.2.1
12392025-01-17T07:41:18.277Z Compiling serde_json v1.0.135
12402025-01-17T07:41:18.462Z Compiling clang-sys v1.8.1
12412025-01-17T07:41:18.645Z Compiling nom v7.1.3
12422025-01-17T07:41:18.701Z Compiling libloading v0.8.5
12432025-01-17T07:41:18.965Z Compiling bindgen v0.69.5
12442025-01-17T07:41:19.106Z Compiling home v0.5.9
12452025-01-17T07:41:19.380Z Compiling futures-channel v0.3.31
12462025-01-17T07:41:19.615Z Compiling itertools v0.12.1
12472025-01-17T07:41:19.826Z Compiling foldhash v0.1.3
12482025-01-17T07:41:19.879Z Compiling libm v0.2.8
12492025-01-17T07:41:20.180Z Compiling lazycell v1.3.0
12502025-01-17T07:41:20.258Z Compiling rustc-hash v1.1.0
12512025-01-17T07:41:20.361Z Compiling futures-io v0.3.31
12522025-01-17T07:41:20.422Z Compiling futures-task v0.3.31
12532025-01-17T07:41:20.641Z Compiling pin-utils v0.1.0
12542025-01-17T07:41:20.709Z Compiling allocator-api2 v0.2.18
12552025-01-17T07:41:20.784Z Compiling cmake v0.1.51
12562025-01-17T07:41:21.468Z Compiling regex-automata v0.4.8
12572025-01-17T07:41:21.608Z Compiling hashbrown v0.15.1
12582025-01-17T07:41:21.673Z Compiling num-traits v0.2.19
12592025-01-17T07:41:21.963Z Compiling cexpr v0.6.0
12602025-01-17T07:41:22.175Z Compiling pkg-config v0.3.31
12612025-01-17T07:41:22.565Z Compiling synstructure v0.13.1
12622025-01-17T07:41:23.445Z Compiling tinyvec_macros v0.1.1
12632025-01-17T07:41:23.500Z Compiling dunce v1.0.5
12642025-01-17T07:41:23.541Z Compiling fs_extra v1.3.0
12652025-01-17T07:41:23.633Z Compiling tinyvec v1.8.0
12662025-01-17T07:41:24.067Z Compiling ring v0.17.8
12672025-01-17T07:41:24.113Z Compiling base64ct v1.6.0
12682025-01-17T07:41:24.696Z Compiling unicode-bidi v0.3.17
12692025-01-17T07:41:25.115Z Compiling unicode-normalization v0.1.24
12702025-01-17T07:41:25.204Z Compiling writeable v0.5.5
12712025-01-17T07:41:25.644Z Compiling paste v1.0.15
12722025-01-17T07:41:25.707Z Compiling litemap v0.7.3
12732025-01-17T07:41:26.091Z Compiling pem-rfc7468 v0.7.0
12742025-01-17T07:41:26.170Z Compiling httparse v1.9.5
12752025-01-17T07:41:26.190Z Compiling aws-lc-rs v1.10.0
12762025-01-17T07:41:26.606Z Compiling flagset v0.4.6
12772025-01-17T07:41:26.807Z Compiling tracing-core v0.1.32
12782025-01-17T07:41:26.826Z Compiling regex v1.11.1
12792025-01-17T07:41:26.899Z Compiling crossbeam-utils v0.8.20
12802025-01-17T07:41:27.404Z Compiling icu_locid_transform_data v1.5.0
12812025-01-17T07:41:27.519Z Compiling rustls-pki-types v1.10.0
12822025-01-17T07:41:27.767Z Compiling percent-encoding v2.3.1
12832025-01-17T07:41:27.882Z Compiling serde_derive v1.0.217
12842025-01-17T07:41:27.949Z Compiling zeroize_derive v1.4.2
12852025-01-17T07:41:28.156Z Compiling zerocopy-derive v0.7.35
12862025-01-17T07:41:28.496Z Compiling tokio-macros v2.5.0
12872025-01-17T07:41:28.521Z Compiling zerofrom-derive v0.1.4
12882025-01-17T07:41:29.412Z Compiling zeroize v1.8.1
12892025-01-17T07:41:29.925Z Compiling yoke-derive v0.7.4
12902025-01-17T07:41:30.147Z Compiling thiserror-impl v1.0.69
12912025-01-17T07:41:30.168Z Compiling zerocopy v0.7.35
12922025-01-17T07:41:31.081Z Compiling crypto-common v0.1.6
12932025-01-17T07:41:31.303Z Compiling block-buffer v0.10.4
12942025-01-17T07:41:31.402Z Compiling futures-macro v0.3.31
12952025-01-17T07:41:31.553Z Compiling digest v0.10.7
12962025-01-17T07:41:31.778Z Compiling zerovec-derive v0.10.3
12972025-01-17T07:41:32.022Z Compiling hmac v0.12.1
12982025-01-17T07:41:32.061Z Compiling zerofrom v0.1.4
12992025-01-17T07:41:32.273Z Compiling block-padding v0.3.3
13002025-01-17T07:41:32.296Z Compiling displaydoc v0.2.5
13012025-01-17T07:41:32.533Z Compiling inout v0.1.3
13022025-01-17T07:41:32.554Z Compiling yoke v0.7.4
13032025-01-17T07:41:32.604Z Compiling sha2 v0.10.8
13042025-01-17T07:41:32.816Z Compiling cipher v0.4.4
13052025-01-17T07:41:32.920Z Compiling ppv-lite86 v0.2.20
13062025-01-17T07:41:33.075Z Compiling thiserror v1.0.69
13072025-01-17T07:41:33.271Z Compiling icu_provider_macros v1.5.0
13082025-01-17T07:41:33.292Z Compiling futures-util v0.3.31
13092025-01-17T07:41:33.361Z Compiling der_derive v0.7.3
13102025-01-17T07:41:33.745Z Compiling rand_chacha v0.3.1
13112025-01-17T07:41:33.844Z Compiling tracing-attributes v0.1.27
13122025-01-17T07:41:34.382Z Compiling rand v0.8.5
13132025-01-17T07:41:34.399Z Compiling zerovec v0.10.4
13142025-01-17T07:41:35.638Z Compiling der v0.7.9
13152025-01-17T07:41:36.008Z Compiling salsa20 v0.10.2
13162025-01-17T07:41:36.254Z Compiling tinystr v0.7.6
13172025-01-17T07:41:36.257Z Compiling icu_collections v1.5.0
13182025-01-17T07:41:36.414Z Compiling pest v2.7.14
13192025-01-17T07:41:36.435Z Compiling pbkdf2 v0.12.2
13202025-01-17T07:41:36.613Z Compiling icu_locid v1.5.0
13212025-01-17T07:41:36.676Z Compiling icu_properties_data v1.5.0
13222025-01-17T07:41:36.911Z Compiling num-conv v0.1.0
13232025-01-17T07:41:37.139Z Compiling tracing v0.1.40
13242025-01-17T07:41:37.207Z Compiling untrusted v0.7.1
13252025-01-17T07:41:37.414Z Compiling mirai-annotations v1.12.0
13262025-01-17T07:41:37.488Z Compiling untrusted v0.9.0
13272025-01-17T07:41:37.616Z Compiling spki v0.7.3
13282025-01-17T07:41:37.637Z Compiling vcpkg v0.2.15
13292025-01-17T07:41:37.673Z Compiling time-core v0.1.2
13302025-01-17T07:41:37.880Z Compiling icu_provider v1.5.0
13312025-01-17T07:41:37.981Z Compiling powerfmt v0.2.0
13322025-01-17T07:41:38.441Z Compiling deranged v0.3.11
13332025-01-17T07:41:38.700Z Compiling icu_locid_transform v1.5.0
13342025-01-17T07:41:38.721Z Compiling time-macros v0.2.18
13352025-01-17T07:41:38.906Z Compiling scrypt v0.11.0
13362025-01-17T07:41:39.435Z Compiling pest_meta v2.7.14
13372025-01-17T07:41:39.480Z Compiling openssl-sys v0.9.103
13382025-01-17T07:41:39.548Z Compiling cbc v0.1.2
13392025-01-17T07:41:39.788Z Compiling aes v0.8.4
13402025-01-17T07:41:39.863Z Compiling scroll_derive v0.12.0
13412025-01-17T07:41:40.566Z Compiling icu_properties v1.5.1
13422025-01-17T07:41:40.951Z Compiling bitflags v2.6.0
13432025-01-17T07:41:41.093Z Compiling bytes v1.9.0
13442025-01-17T07:41:41.805Z Compiling indexmap v2.7.0
13452025-01-17T07:41:42.183Z Compiling tokio v1.43.0
13462025-01-17T07:41:42.361Z Compiling http v1.2.0
13472025-01-17T07:41:42.500Z Compiling semver v1.0.24
13482025-01-17T07:41:43.150Z Compiling rustc_version v0.4.1
13492025-01-17T07:41:43.882Z Compiling num_threads v0.1.7
13502025-01-17T07:41:43.942Z Compiling icu_normalizer_data v1.5.0
13512025-01-17T07:41:44.030Z Compiling atomic-waker v1.1.2
13522025-01-17T07:41:44.063Z Compiling utf8_iter v1.0.4
13532025-01-17T07:41:44.235Z Compiling utf16_iter v1.0.5
13542025-01-17T07:41:44.318Z Compiling write16 v1.0.0
13552025-01-17T07:41:44.343Z Compiling time v0.3.36
13562025-01-17T07:41:44.445Z Compiling icu_normalizer v1.5.0
13572025-01-17T07:41:44.464Z Compiling http-body v1.0.1
13582025-01-17T07:41:44.467Z Compiling scroll v0.12.0
13592025-01-17T07:41:44.532Z Compiling pest_generator v2.7.14
13602025-01-17T07:41:44.702Z Compiling pkcs5 v0.7.1
13612025-01-17T07:41:45.012Z Compiling which v4.4.2
13622025-01-17T07:41:45.225Z Compiling form_urlencoded v1.2.1
13632025-01-17T07:41:45.588Z Compiling slog v2.7.0
13642025-01-17T07:41:45.775Z Compiling try-lock v0.2.5
13652025-01-17T07:41:45.942Z Compiling goblin v0.8.2
13662025-01-17T07:41:46.169Z Compiling want v0.3.1
13672025-01-17T07:41:46.192Z Compiling idna_adapter v1.2.0
13682025-01-17T07:41:46.235Z Compiling pkcs8 v0.10.2
13692025-01-17T07:41:46.381Z Compiling pest_derive v2.7.14
13702025-01-17T07:41:46.415Z Compiling uuid v1.11.0
13712025-01-17T07:41:46.435Z Compiling httpdate v1.0.3
13722025-01-17T07:41:46.866Z Compiling iana-time-zone v0.1.61
13732025-01-17T07:41:46.929Z Compiling idna v1.0.3
13742025-01-17T07:41:47.137Z Compiling dtrace-parser v0.2.0
13752025-01-17T07:41:47.232Z Compiling chrono v0.4.38
13762025-01-17T07:41:48.602Z Compiling serde_spanned v0.6.8
13772025-01-17T07:41:48.651Z Compiling serde_tokenstream v0.2.2
13782025-01-17T07:41:48.846Z Compiling toml_datetime v0.6.8
13792025-01-17T07:41:49.138Z Compiling foreign-types-shared v0.1.1
13802025-01-17T07:41:50.164Z Compiling adler2 v2.0.0
13812025-01-17T07:41:50.166Z Compiling openssl v0.10.66
13822025-01-17T07:41:50.166Z Compiling match_cfg v0.1.0
13832025-01-17T07:41:50.166Z Compiling base64 v0.22.1
13842025-01-17T07:41:50.166Z Compiling tower-service v0.3.3
13852025-01-17T07:41:50.166Z Compiling rustversion v1.0.17
13862025-01-17T07:41:50.167Z Compiling hostname v0.3.1
13872025-01-17T07:41:50.167Z Compiling miniz_oxide v0.8.0
13882025-01-17T07:41:50.167Z Compiling foreign-types v0.3.2
13892025-01-17T07:41:50.167Z Compiling url v2.5.3
13902025-01-17T07:41:50.167Z Compiling tokio-util v0.7.12
13912025-01-17T07:41:50.664Z Compiling openssl-macros v0.1.1
13922025-01-17T07:41:51.104Z Compiling h2 v0.4.6
13932025-01-17T07:41:51.241Z Compiling async-trait v0.1.83
13942025-01-17T07:41:51.382Z Compiling serde_derive_internals v0.29.1
13952025-01-17T07:41:51.404Z Compiling dirs-sys-next v0.1.2
13962025-01-17T07:41:51.625Z Compiling rustls v0.22.4
13972025-01-17T07:41:51.899Z Compiling dof v0.3.0
13982025-01-17T07:41:51.959Z Compiling schemars v0.8.21
13992025-01-17T07:41:52.287Z Compiling rustls v0.23.19
14002025-01-17T07:41:52.548Z Compiling native-tls v0.2.12
14012025-01-17T07:41:52.894Z Compiling usdt-impl v0.5.0
14022025-01-17T07:41:53.675Z Compiling syn v1.0.109
14032025-01-17T07:41:53.782Z Compiling siphasher v0.3.11
14042025-01-17T07:41:53.808Z Compiling data-encoding v2.6.0
14052025-01-17T07:41:54.178Z Compiling schemars_derive v0.8.21
14062025-01-17T07:41:54.374Z Compiling dirs-next v2.0.0
14072025-01-17T07:41:55.423Z Compiling http-body-util v0.1.2
14082025-01-17T07:41:55.824Z Compiling crossbeam-epoch v0.9.18
14092025-01-17T07:41:55.824Z Compiling heapless v0.7.17
14102025-01-17T07:41:55.867Z Compiling sha1 v0.10.6
14112025-01-17T07:41:55.922Z Compiling signature v2.2.0
14122025-01-17T07:41:56.214Z Compiling bzip2-sys v0.1.11+1.0.8
14132025-01-17T07:41:56.235Z Compiling thread_local v1.1.8
14142025-01-17T07:41:56.297Z Compiling cookie v0.18.1
14152025-01-17T07:41:56.471Z Compiling encoding_rs v0.8.34
14162025-01-17T07:41:56.609Z Compiling multer v3.1.0
14172025-01-17T07:41:56.697Z Compiling gimli v0.31.1
14182025-01-17T07:41:56.698Z Compiling openssl-probe v0.1.5
14192025-01-17T07:41:56.892Z Compiling unicode-properties v0.1.3
14202025-01-17T07:41:56.988Z Compiling slog-async v2.8.0
14212025-01-17T07:41:57.263Z Compiling ipnet v2.10.1
14222025-01-17T07:41:57.269Z Compiling signal-hook v0.3.17
14232025-01-17T07:41:57.464Z Compiling mime v0.3.17
14242025-01-17T07:41:57.532Z Compiling rayon-core v1.12.1
14252025-01-17T07:41:57.849Z Compiling dyn-clone v1.0.17
14262025-01-17T07:41:58.021Z Compiling hyper v1.5.2
14272025-01-17T07:41:58.463Z Compiling toml_edit v0.22.22
14282025-01-17T07:42:00.807Z Compiling hyper-util v0.1.10
14292025-01-17T07:42:01.158Z Compiling addr2line v0.24.2
14302025-01-17T07:42:01.646Z Compiling stringprep v0.1.5
14312025-01-17T07:42:01.957Z Compiling crossbeam-deque v0.8.5
14322025-01-17T07:42:02.117Z Compiling usdt-attr-macro v0.5.0
14332025-01-17T07:42:02.194Z Compiling usdt-macro v0.5.0
14342025-01-17T07:42:02.311Z Compiling term v0.7.0
14352025-01-17T07:42:03.291Z Compiling slog-json v2.6.1
14362025-01-17T07:42:03.587Z Compiling serde_urlencoded v0.7.1
14372025-01-17T07:42:03.613Z Compiling crossbeam-channel v0.5.13
14382025-01-17T07:42:03.660Z Compiling curve25519-dalek v4.1.3
14392025-01-17T07:42:03.680Z Compiling futures-executor v0.3.31
14402025-01-17T07:42:03.700Z Compiling enum-as-inner v0.6.1
14412025-01-17T07:42:04.103Z Compiling md-5 v0.10.6
14422025-01-17T07:42:04.202Z Compiling rustls-pemfile v2.2.0
14432025-01-17T07:42:04.317Z Compiling async-stream-impl v0.3.6
14442025-01-17T07:42:04.360Z Compiling num-integer v0.1.46
14452025-01-17T07:42:04.520Z Compiling idna v0.4.0
14462025-01-17T07:42:04.652Z Compiling idna v0.3.0
14472025-01-17T07:42:04.743Z Compiling hash32 v0.2.1
14482025-01-17T07:42:05.085Z Compiling ff v0.13.0
14492025-01-17T07:42:05.130Z Compiling is-terminal v0.4.13
14502025-01-17T07:42:05.281Z Compiling object v0.36.5
14512025-01-17T07:42:05.304Z Compiling dropshot v0.12.0
14522025-01-17T07:42:05.565Z Compiling take_mut v0.2.2
14532025-01-17T07:42:05.586Z Compiling fallible-iterator v0.2.0
14542025-01-17T07:42:05.739Z Compiling anyhow v1.0.93
14552025-01-17T07:42:06.011Z Compiling rustc-demangle v0.1.24
14562025-01-17T07:42:06.110Z Compiling portable-atomic v1.9.0
14572025-01-17T07:42:06.223Z Compiling psl-types v2.0.11
14582025-01-17T07:42:06.267Z Compiling quick-error v1.2.3
14592025-01-17T07:42:06.337Z Compiling smoltcp v0.9.1
14602025-01-17T07:42:06.418Z Compiling utf-8 v0.7.6
14612025-01-17T07:42:07.440Z Compiling num-bigint-dig v0.8.4
14622025-01-17T07:42:07.444Z Compiling linked-hash-map v0.5.6
14632025-01-17T07:42:07.444Z Compiling base16ct v0.2.0
14642025-01-17T07:42:07.444Z Compiling tungstenite v0.24.0
14652025-01-17T07:42:07.444Z Compiling sec1 v0.7.3
14662025-01-17T07:42:07.444Z Compiling lru-cache v0.1.2
14672025-01-17T07:42:07.444Z Compiling publicsuffix v2.2.3
14682025-01-17T07:42:07.444Z Compiling resolv-conf v0.7.0
14692025-01-17T07:42:07.444Z Compiling postgres-protocol v0.6.7
14702025-01-17T07:42:07.720Z Compiling async-stream v0.3.6
14712025-01-17T07:42:07.919Z Compiling hickory-proto v0.24.1
14722025-01-17T07:42:08.023Z Compiling usdt v0.5.0
14732025-01-17T07:42:08.606Z Compiling group v0.13.0
14742025-01-17T07:42:08.626Z Compiling slog-term v2.9.1
14752025-01-17T07:42:08.928Z Compiling num-iter v0.1.45
14762025-01-17T07:42:09.127Z Compiling futures v0.3.31
14772025-01-17T07:42:09.159Z Compiling slog-bunyan v2.5.0
14782025-01-17T07:42:09.637Z Compiling tokio-native-tls v0.3.1
14792025-01-17T07:42:09.811Z Compiling camino v1.1.9
14802025-01-17T07:42:09.936Z Compiling toml v0.8.19
14812025-01-17T07:42:11.008Z Compiling phf_shared v0.11.2
14822025-01-17T07:42:11.380Z Compiling dropshot_endpoint v0.12.0
14832025-01-17T07:42:11.466Z Compiling terminal_size v0.4.0
14842025-01-17T07:42:11.489Z Compiling waitgroup v0.1.2
14852025-01-17T07:42:11.580Z Compiling openapiv3 v2.0.0
14862025-01-17T07:42:11.684Z Compiling serde_path_to_error v0.1.16
14872025-01-17T07:42:11.715Z Compiling hkdf v0.12.4
14882025-01-17T07:42:11.992Z Compiling backtrace v0.3.74
14892025-01-17T07:42:12.398Z Compiling crypto-bigint v0.5.5
14902025-01-17T07:42:12.515Z Compiling webpki-roots v0.26.6
14912025-01-17T07:42:12.724Z Compiling curve25519-dalek-derive v0.1.1
14922025-01-17T07:42:14.180Z Compiling zerocopy-derive v0.6.6
14932025-01-17T07:42:15.000Z Compiling idna v0.5.0
14942025-01-17T07:42:15.445Z Compiling hubpack_derive v0.1.1
14952025-01-17T07:42:15.593Z Compiling hostname v0.4.0
14962025-01-17T07:42:15.675Z Compiling ahash v0.8.11
14972025-01-17T07:42:15.809Z Compiling fs-err v2.11.0
14982025-01-17T07:42:16.012Z Compiling crc32fast v1.4.2
14992025-01-17T07:42:16.118Z Compiling debug-ignore v1.0.5
15002025-01-17T07:42:16.121Z Compiling bitflags v1.3.2
15012025-01-17T07:42:16.266Z Compiling managed v0.8.0
15022025-01-17T07:42:16.296Z Compiling winnow v0.5.40
15032025-01-17T07:42:16.334Z Compiling newtype-uuid v1.2.1
15042025-01-17T07:42:16.359Z Compiling hubpack v0.1.2
15052025-01-17T07:42:16.529Z Compiling console v0.15.8
15062025-01-17T07:42:16.691Z Compiling strum_macros v0.25.3
15072025-01-17T07:42:16.748Z Compiling clap_builder v4.5.21
15082025-01-17T07:42:17.159Z Compiling flate2 v1.0.34
15092025-01-17T07:42:18.065Z Compiling zerocopy v0.6.6
15102025-01-17T07:42:18.167Z Compiling cookie_store v0.21.0
15112025-01-17T07:42:18.299Z Compiling elliptic-curve v0.13.8
15122025-01-17T07:42:18.879Z Compiling hickory-resolver v0.24.1
15132025-01-17T07:42:19.627Z Compiling toml_edit v0.19.15
15142025-01-17T07:42:19.909Z Compiling phf v0.11.2
15152025-01-17T07:42:19.940Z Compiling signal-hook-mio v0.2.4
15162025-01-17T07:42:20.118Z Compiling rayon v1.10.0
15172025-01-17T07:42:20.180Z Compiling hyper-tls v0.6.0
15182025-01-17T07:42:20.523Z Compiling bzip2 v0.4.4
15192025-01-17T07:42:20.910Z Compiling postgres-types v0.2.8
15202025-01-17T07:42:22.239Z Compiling tokio-tungstenite v0.24.0
15212025-01-17T07:42:24.098Z Compiling ed25519 v2.2.3
15222025-01-17T07:42:24.495Z Compiling phf_shared v0.10.0
15232025-01-17T07:42:24.837Z Compiling tokio-stream v0.1.16
15242025-01-17T07:42:24.876Z Compiling pkcs1 v0.7.5
15252025-01-17T07:42:25.253Z Compiling serde-big-array v0.5.1
15262025-01-17T07:42:25.513Z Compiling clap_derive v4.5.18
15272025-01-17T07:42:25.785Z Compiling rfc6979 v0.4.0
15282025-01-17T07:42:25.833Z Compiling derive-where v1.2.7
15292025-01-17T07:42:25.962Z Compiling serde_repr v0.1.19
15302025-01-17T07:42:25.992Z Compiling bstr v1.10.0
15312025-01-17T07:42:26.702Z Compiling float-cmp v0.9.0
15322025-01-17T07:42:26.894Z Compiling sync_wrapper v1.0.1
15332025-01-17T07:42:26.959Z Compiling whoami v1.5.2
15342025-01-17T07:42:27.068Z Compiling normalize-line-endings v0.3.0
15352025-01-17T07:42:27.071Z Compiling precomputed-hash v0.1.1
15362025-01-17T07:42:27.200Z Compiling number_prefix v0.4.0
15372025-01-17T07:42:27.250Z Compiling difflib v0.4.0
15382025-01-17T07:42:27.443Z Compiling static_assertions v1.1.0
15392025-01-17T07:42:27.554Z Compiling bit-vec v0.6.3
15402025-01-17T07:42:27.573Z Compiling unicode-width v0.2.0
15412025-01-17T07:42:27.642Z Compiling new_debug_unreachable v1.0.6
15422025-01-17T07:42:27.753Z Compiling fixedbitset v0.4.2
15432025-01-17T07:42:27.961Z Compiling predicates-core v1.0.8
15442025-01-17T07:42:28.157Z Compiling unicode-segmentation v1.12.0
15452025-01-17T07:42:28.221Z Compiling predicates v3.1.2
15462025-01-17T07:42:28.303Z Compiling indicatif v0.17.9
15472025-01-17T07:42:28.700Z Compiling petgraph v0.6.5
15482025-01-17T07:42:29.034Z Compiling similar v2.6.0
15492025-01-17T07:42:29.053Z Compiling bit-set v0.5.3
15502025-01-17T07:42:29.349Z Compiling string_cache v0.8.7
15512025-01-17T07:42:29.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15522025-01-17T07:42:29.789Z Compiling tokio-postgres v0.7.12
15532025-01-17T07:42:30.121Z Compiling clap v4.5.21
15542025-01-17T07:42:30.255Z Compiling ecdsa v0.16.9
15552025-01-17T07:42:30.321Z Compiling rsa v0.9.6
15562025-01-17T07:42:31.093Z Compiling ed25519-dalek v2.1.1
15572025-01-17T07:42:31.247Z Compiling toml v0.7.8
15582025-01-17T07:42:32.292Z Compiling zip v0.6.6
15592025-01-17T07:42:32.362Z Compiling crossterm v0.28.1
15602025-01-17T07:42:33.988Z Compiling hex v0.4.3
15612025-01-17T07:42:34.156Z Compiling x509-cert v0.2.5
15622025-01-17T07:42:34.352Z Compiling itertools v0.10.5
15632025-01-17T07:42:34.610Z Compiling unicode-xid v0.2.6
15642025-01-17T07:42:34.826Z Compiling peg-runtime v0.8.3
15652025-01-17T07:42:35.408Z Compiling lalrpop-util v0.19.12
15662025-01-17T07:42:35.428Z Compiling strum_macros v0.26.4
15672025-01-17T07:42:35.754Z Compiling xattr v1.3.1
15682025-01-17T07:42:35.774Z Compiling filetime v0.2.25
15692025-01-17T07:42:36.041Z Compiling tar v0.4.42
15702025-01-17T07:42:39.990Z Compiling strum v0.26.3
15712025-01-17T07:42:43.190Z Compiling aws-lc-sys v0.22.0
15722025-01-17T07:43:11.073Z Compiling rustls-webpki v0.102.8
15732025-01-17T07:43:14.268Z Compiling tokio-rustls v0.25.0
15742025-01-17T07:43:16.075Z Compiling tokio-rustls v0.26.0
15752025-01-17T07:43:16.355Z Compiling hyper-rustls v0.27.3
15762025-01-17T07:43:16.689Z Compiling reqwest v0.12.9
15772025-01-17T07:43:18.000Z Compiling qorb v0.2.1
15782025-01-17T07:43:21.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15792025-01-17T07:43:21.377Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15802025-01-17T07:43:25.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15812025-01-17T07:43:26.108Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15822025-01-17T07:43:26.162ZJan 17 07:43:25.620 INFO Starting download, target: Clickhouse
15832025-01-17T07:43:26.162ZJan 17 07:43:25.621 INFO Starting download, target: Cockroach
15842025-01-17T07:43:26.162ZJan 17 07:43:25.621 INFO Starting download, target: Console
15852025-01-17T07:43:26.162ZJan 17 07:43:25.621 INFO Starting download, target: DendriteOpenapi
15862025-01-17T07:43:26.162ZJan 17 07:43:25.621 INFO Starting download, target: DendriteStub
15872025-01-17T07:43:26.165ZJan 17 07:43:25.621 INFO Starting download, target: MaghemiteMgd
15882025-01-17T07:43:26.165ZJan 17 07:43:25.621 INFO Starting download, target: TransceiverControl
15892025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15902025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15912025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15932025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15942025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952025-01-17T07:43:26.165ZJan 17 07:43:25.622 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15962025-01-17T07:43:26.408ZJan 17 07:43:25.864 INFO Download complete, target: DendriteOpenapi
15972025-01-17T07:43:26.743ZJan 17 07:43:26.135 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15982025-01-17T07:43:26.880ZJan 17 07:43:26.155 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15992025-01-17T07:43:27.082ZJan 17 07:43:26.480 INFO Download complete, target: Console
16002025-01-17T07:43:27.336ZJan 17 07:43:26.752 INFO Download complete, target: TransceiverControl
16012025-01-17T07:43:27.726ZJan 17 07:43:27.171 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16022025-01-17T07:43:27.760ZJan 17 07:43:27.178 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16032025-01-17T07:43:28.068ZJan 17 07:43:27.523 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16042025-01-17T07:43:28.813ZJan 17 07:43:28.272 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16052025-01-17T07:43:28.813ZJan 17 07:43:28.272 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16062025-01-17T07:43:30.590ZJan 17 07:43:30.049 INFO Download complete, target: DendriteStub
16072025-01-17T07:43:30.657ZJan 17 07:43:30.116 INFO Download complete, target: MaghemiteMgd
16082025-01-17T07:43:36.164ZJan 17 07:43:35.623 INFO Checking that binary works, target: Cockroach
16092025-01-17T07:43:36.325ZJan 17 07:43:35.784 INFO Download complete, target: Cockroach
16102025-01-17T07:43:40.585ZJan 17 07:43:40.035 INFO Checking that binary works, target: Clickhouse
16112025-01-17T07:43:40.744ZJan 17 07:43:40.195 INFO Download complete, target: Clickhouse
16122025-01-17T07:43:40.758ZAll builder prerequisites installed successfully, and PATH looks valid
16132025-01-17T07:43:40.763Z
16142025-01-17T07:43:40.763Zreal 5:33.840286597
16152025-01-17T07:43:40.763Zuser 15:56.587255863
16162025-01-17T07:43:40.763Zsys 2:05.250194605
16172025-01-17T07:43:40.764Ztrap 0.589411790
16182025-01-17T07:43:40.764Ztflt 1.578900790
16192025-01-17T07:43:40.764Zdflt 1.332424291
16202025-01-17T07:43:40.764Zkflt 0.029429150
16212025-01-17T07:43:40.764Zlock 25:41.053282923
16222025-01-17T07:43:40.764Zslp 57:09.788900510
16232025-01-17T07:43:40.764Zlat 1:01.251179036
16242025-01-17T07:43:40.765Zstop 2:32.772890348
16252025-01-17T07:43:40.765Z++ bmat factory name
16262025-01-17T07:43:40.769Z++ bmat factory private
16272025-01-17T07:43:40.776Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-04d75acc723d670b3 '{
16282025-01-17T07:43:40.776Z buildomat: {
16292025-01-17T07:43:40.776Z factory: {
16302025-01-17T07:43:40.776Z name: $bmat_factory_name,
16312025-01-17T07:43:40.776Z private: $bmat_factory_private,
16322025-01-17T07:43:40.776Z },
16332025-01-17T07:43:40.776Z },
16342025-01-17T07:43:40.777Z }'
16352025-01-17T07:43:40.810Z+ banner ls-apis
16362025-01-17T07:43:40.838Z
16372025-01-17T07:43:40.838Z # #### ## ##### # ####
16382025-01-17T07:43:40.838Z # # # # # # # #
16392025-01-17T07:43:40.838Z # #### ##### # # # # # ####
16402025-01-17T07:43:40.839Z # # ###### ##### # #
16412025-01-17T07:43:40.839Z # # # # # # # # #
16422025-01-17T07:43:40.839Z ###### #### # # # # ####
16432025-01-17T07:43:40.839Z
16442025-01-17T07:43:40.839Z+ source ./tools/include/force-git-over-https.sh
16452025-01-17T07:43:40.839Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16462025-01-17T07:43:40.839Z++ (( i = 0 ))
16472025-01-17T07:43:40.839Z++ (( i < 5 ))
16482025-01-17T07:43:40.839Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16492025-01-17T07:43:40.839Z++ (( i++ ))
16502025-01-17T07:43:40.842Z++ (( i < 5 ))
16512025-01-17T07:43:40.842Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16522025-01-17T07:43:40.842Z++ (( i++ ))
16532025-01-17T07:43:40.843Z++ (( i < 5 ))
16542025-01-17T07:43:40.843Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16552025-01-17T07:43:40.843Z++ (( i++ ))
16562025-01-17T07:43:40.843Z++ (( i < 5 ))
16572025-01-17T07:43:40.843Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16582025-01-17T07:43:40.843Z++ (( i++ ))
16592025-01-17T07:43:40.843Z++ (( i < 5 ))
16602025-01-17T07:43:40.843Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16612025-01-17T07:43:40.843Z++ (( i++ ))
16622025-01-17T07:43:40.843Z++ (( i < 5 ))
16632025-01-17T07:43:40.843Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16642025-01-17T07:43:40.843Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16652025-01-17T07:43:40.843Z+ ptime -m cargo xtask ls-apis apis
16662025-01-17T07:43:41.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16672025-01-17T07:43:41.368Z Running `target/debug/xtask ls-apis apis`
16682025-01-17T07:43:42.179Z Compiling semver v0.1.20
16692025-01-17T07:43:42.304Z Compiling structmeta-derive v0.3.0
16702025-01-17T07:43:42.306Z Compiling cargo-platform v0.1.8
16712025-01-17T07:43:42.501Z Compiling cargo_metadata v0.18.1
16722025-01-17T07:43:42.504Z Compiling rustc_version v0.1.7
16732025-01-17T07:43:42.836Z Compiling newtype_derive v0.1.6
16742025-01-17T07:43:43.642Z Compiling structmeta v0.3.0
16752025-01-17T07:43:43.919Z Compiling parse-display-derive v0.10.0
16762025-01-17T07:43:45.625Z Compiling parse-display v0.10.0
16772025-01-17T07:43:45.800Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16782025-01-17T07:43:49.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
16792025-01-17T07:43:50.071Z Running `target/debug/ls-apis apis`
16802025-01-17T07:43:50.109Zloading metadata for workspace omicron from current workspace
16812025-01-17T07:43:55.139Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16822025-01-17T07:43:55.143Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
16832025-01-17T07:43:55.146Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
16842025-01-17T07:44:13.892Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16852025-01-17T07:44:17.468Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16862025-01-17T07:44:17.485Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16872025-01-17T07:44:17.640ZBootstrap Agent (client: bootstrap-agent-client)
16882025-01-17T07:44:17.640Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16892025-01-17T07:44:17.641Z consumed by: wicketd (omicron/wicketd) via 2 paths
16902025-01-17T07:44:17.641Z
16912025-01-17T07:44:17.641ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16922025-01-17T07:44:17.641Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16932025-01-17T07:44:17.641Z
16942025-01-17T07:44:17.641ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16952025-01-17T07:44:17.641Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16962025-01-17T07:44:17.641Z
16972025-01-17T07:44:17.641ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16982025-01-17T07:44:17.641Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16992025-01-17T07:44:17.641Z
17002025-01-17T07:44:17.641ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17012025-01-17T07:44:17.641Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17022025-01-17T07:44:17.641Z
17032025-01-17T07:44:17.641ZCrucible Agent (client: crucible-agent-client)
17042025-01-17T07:44:17.644Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17052025-01-17T07:44:17.644Z
17062025-01-17T07:44:17.644ZCrucible Control (for testing only) (client: crucible-control-client)
17072025-01-17T07:44:17.644Z
17082025-01-17T07:44:17.644ZCrucible Pantry (client: crucible-pantry-client)
17092025-01-17T07:44:17.644Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17102025-01-17T07:44:17.644Z
17112025-01-17T07:44:17.644ZMaghemite DDM Admin (client: ddm-admin-client)
17122025-01-17T07:44:17.645Z consumed by: installinator (omicron/installinator) via 1 path
17132025-01-17T07:44:17.645Z consumed by: mgd (maghemite/mgd) via 1 path
17142025-01-17T07:44:17.645Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17152025-01-17T07:44:17.645Z consumed by: wicketd (omicron/wicketd) via 1 path
17162025-01-17T07:44:17.645Z
17172025-01-17T07:44:17.645ZDNS Server (client: dns-service-client)
17182025-01-17T07:44:17.654Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17192025-01-17T07:44:17.654Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17202025-01-17T07:44:17.654Z
17212025-01-17T07:44:17.654ZDendrite DPD (client: dpd-client)
17222025-01-17T07:44:17.654Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17232025-01-17T07:44:17.654Z consumed by: mgd (maghemite/mgd) via 1 path
17242025-01-17T07:44:17.654Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17252025-01-17T07:44:17.654Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17262025-01-17T07:44:17.654Z consumed by: tfportd (dendrite/tfportd) via 1 path
17272025-01-17T07:44:17.654Z consumed by: wicketd (omicron/wicketd) via 2 paths
17282025-01-17T07:44:17.654Z
17292025-01-17T07:44:17.654ZDownstairs Controller (debugging only) (client: dsc-client)
17302025-01-17T07:44:17.654Z
17312025-01-17T07:44:17.654ZManagement Gateway Service (client: gateway-client)
17322025-01-17T07:44:17.659Z consumed by: dpd (dendrite/dpd) via 1 path
17332025-01-17T07:44:17.659Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17342025-01-17T07:44:17.659Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17352025-01-17T07:44:17.659Z consumed by: wicketd (omicron/wicketd) via 3 paths
17362025-01-17T07:44:17.659Z
17372025-01-17T07:44:17.659ZWicketd Installinator (client: installinator-client)
17382025-01-17T07:44:17.659Z consumed by: installinator (omicron/installinator) via 1 path
17392025-01-17T07:44:17.659Z
17402025-01-17T07:44:17.659ZMaghemite MG Admin (client: mg-admin-client)
17412025-01-17T07:44:17.664Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17422025-01-17T07:44:17.664Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17432025-01-17T07:44:17.664Z
17442025-01-17T07:44:17.664ZNexus Internal API (client: nexus-client)
17452025-01-17T07:44:17.668Z consumed by: dpd (dendrite/dpd) via 1 path
17462025-01-17T07:44:17.668Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17472025-01-17T07:44:17.668Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17482025-01-17T07:44:17.668Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17492025-01-17T07:44:17.668Z
17502025-01-17T07:44:17.668ZExternal API (client: oxide-client)
17512025-01-17T07:44:17.668Z
17522025-01-17T07:44:17.668ZOximeter (client: oximeter-client)
17532025-01-17T07:44:17.672Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17542025-01-17T07:44:17.672Z
17552025-01-17T07:44:17.672ZPropolis (client: propolis-client)
17562025-01-17T07:44:17.672Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17572025-01-17T07:44:17.672Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17582025-01-17T07:44:17.672Z
17592025-01-17T07:44:17.672ZCrucible Repair (client: repair-client)
17602025-01-17T07:44:17.672Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17612025-01-17T07:44:17.672Z
17622025-01-17T07:44:17.672ZRepo Depot API (client: repo-depot-client)
17632025-01-17T07:44:17.672Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17642025-01-17T07:44:17.673Z
17652025-01-17T07:44:17.673ZSled Agent (client: sled-agent-client)
17662025-01-17T07:44:17.676Z consumed by: dpd (dendrite/dpd) via 1 path
17672025-01-17T07:44:17.676Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17682025-01-17T07:44:17.676Z
17692025-01-17T07:44:17.676ZWicketd (client: wicketd-client)
17702025-01-17T07:44:17.678Z
17712025-01-17T07:44:17.794Z
17722025-01-17T07:44:17.797Zreal 36.950484208
17732025-01-17T07:44:17.797Zuser 31.164964267
17742025-01-17T07:44:17.797Zsys 8.757943357
17752025-01-17T07:44:17.797Ztrap 0.021381891
17762025-01-17T07:44:17.797Ztflt 0.028745348
17772025-01-17T07:44:17.797Zdflt 0.312079113
17782025-01-17T07:44:17.797Zkflt 0.007132135
17792025-01-17T07:44:17.797Zlock 38.470299250
17802025-01-17T07:44:17.797Zslp 3:18.040433947
17812025-01-17T07:44:17.797Zlat 1.014501134
17822025-01-17T07:44:17.797Zstop 1.548619675
17832025-01-17T07:44:17.797Z+ ptime -m cargo xtask ls-apis deployment-units
17842025-01-17T07:44:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17852025-01-17T07:44:18.417Z Running `target/debug/xtask ls-apis deployment-units`
17862025-01-17T07:44:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
17872025-01-17T07:44:19.376Z Running `target/debug/ls-apis deployment-units`
17882025-01-17T07:44:19.423Zloading metadata for workspace omicron from current workspace
17892025-01-17T07:44:20.636Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17902025-01-17T07:44:20.639Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
17912025-01-17T07:44:20.643Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
17922025-01-17T07:44:22.379Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17932025-01-17T07:44:23.145Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17942025-01-17T07:44:23.163Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17952025-01-17T07:44:23.317ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17962025-01-17T07:44:23.317Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17972025-01-17T07:44:23.317Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17982025-01-17T07:44:23.317Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17992025-01-17T07:44:23.317Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18002025-01-17T07:44:23.320Z
18012025-01-17T07:44:23.320Z
18022025-01-17T07:44:23.320ZCockroach
18032025-01-17T07:44:23.320Z omicron-cockroach-admin (omicron/cockroach-admin)
18042025-01-17T07:44:23.320Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18052025-01-17T07:44:23.320Z
18062025-01-17T07:44:23.320Z
18072025-01-17T07:44:23.320ZCrucible
18082025-01-17T07:44:23.320Z crucible-agent (crucible/agent)
18092025-01-17T07:44:23.320Z exposes: Crucible Agent (client = crucible-agent-client)
18102025-01-17T07:44:23.320Z
18112025-01-17T07:44:23.320Z crucible-downstairs (crucible/downstairs)
18122025-01-17T07:44:23.320Z exposes: Crucible Repair (client = repair-client)
18132025-01-17T07:44:23.323Z consumes: repair-client
18142025-01-17T07:44:23.323Z
18152025-01-17T07:44:23.323Z
18162025-01-17T07:44:23.323ZCrucible Pantry
18172025-01-17T07:44:23.323Z crucible-pantry (crucible/pantry)
18182025-01-17T07:44:23.323Z exposes: Crucible Pantry (client = crucible-pantry-client)
18192025-01-17T07:44:23.323Z
18202025-01-17T07:44:23.323Z
18212025-01-17T07:44:23.323ZDNS Server
18222025-01-17T07:44:23.323Z dns-server (omicron/dns-server)
18232025-01-17T07:44:23.323Z exposes: DNS Server (client = dns-service-client)
18242025-01-17T07:44:23.326Z
18252025-01-17T07:44:23.326Z
18262025-01-17T07:44:23.327ZHost OS
18272025-01-17T07:44:23.327Z ddmd (maghemite/ddmd)
18282025-01-17T07:44:23.327Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18292025-01-17T07:44:23.330Z consumes: dpd-client
18302025-01-17T07:44:23.330Z
18312025-01-17T07:44:23.330Z dpd (dendrite/dpd)
18322025-01-17T07:44:23.330Z exposes: Dendrite DPD (client = dpd-client)
18332025-01-17T07:44:23.330Z consumes: gateway-client
18342025-01-17T07:44:23.330Z consumes: nexus-client
18352025-01-17T07:44:23.330Z consumes: sled-agent-client
18362025-01-17T07:44:23.330Z
18372025-01-17T07:44:23.330Z mgd (maghemite/mgd)
18382025-01-17T07:44:23.330Z exposes: Maghemite MG Admin (client = mg-admin-client)
18392025-01-17T07:44:23.333Z consumes: ddm-admin-client
18402025-01-17T07:44:23.333Z consumes: dpd-client
18412025-01-17T07:44:23.333Z
18422025-01-17T07:44:23.333Z omicron-gateway (omicron/gateway)
18432025-01-17T07:44:23.333Z exposes: Management Gateway Service (client = gateway-client)
18442025-01-17T07:44:23.335Z
18452025-01-17T07:44:23.335Z omicron-sled-agent (omicron/sled-agent)
18462025-01-17T07:44:23.335Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18472025-01-17T07:44:23.335Z exposes: Repo Depot API (client = repo-depot-client)
18482025-01-17T07:44:23.335Z exposes: Sled Agent (client = sled-agent-client)
18492025-01-17T07:44:23.338Z consumes: bootstrap-agent-client
18502025-01-17T07:44:23.338Z consumes: ddm-admin-client
18512025-01-17T07:44:23.338Z consumes: dns-service-client
18522025-01-17T07:44:23.338Z consumes: dpd-client
18532025-01-17T07:44:23.338Z consumes: gateway-client
18542025-01-17T07:44:23.339Z consumes: mg-admin-client
18552025-01-17T07:44:23.339Z consumes: nexus-client
18562025-01-17T07:44:23.340Z consumes: propolis-client
18572025-01-17T07:44:23.340Z consumes: repo-depot-client
18582025-01-17T07:44:23.340Z
18592025-01-17T07:44:23.340Z propolis-server (propolis/bin/propolis-server)
18602025-01-17T07:44:23.340Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18612025-01-17T07:44:23.340Z exposes: Propolis (client = propolis-client)
18622025-01-17T07:44:23.343Z consumes: nexus-client
18632025-01-17T07:44:23.343Z
18642025-01-17T07:44:23.343Z tfportd (dendrite/tfportd)
18652025-01-17T07:44:23.343Z consumes: dpd-client
18662025-01-17T07:44:23.343Z
18672025-01-17T07:44:23.343Z wicketd (omicron/wicketd)
18682025-01-17T07:44:23.343Z exposes: Wicketd Installinator (client = installinator-client)
18692025-01-17T07:44:23.343Z exposes: Wicketd (client = wicketd-client)
18702025-01-17T07:44:23.343Z consumes: bootstrap-agent-client
18712025-01-17T07:44:23.343Z consumes: ddm-admin-client
18722025-01-17T07:44:23.343Z consumes: dpd-client
18732025-01-17T07:44:23.343Z consumes: gateway-client
18742025-01-17T07:44:23.343Z
18752025-01-17T07:44:23.343Z
18762025-01-17T07:44:23.343ZInstallinator
18772025-01-17T07:44:23.343Z installinator (omicron/installinator)
18782025-01-17T07:44:23.343Z consumes: ddm-admin-client
18792025-01-17T07:44:23.343Z consumes: installinator-client
18802025-01-17T07:44:23.343Z
18812025-01-17T07:44:23.343Z
18822025-01-17T07:44:23.344ZNexus
18832025-01-17T07:44:23.344Z omicron-nexus (omicron/nexus)
18842025-01-17T07:44:23.344Z exposes: Nexus Internal API (client = nexus-client)
18852025-01-17T07:44:23.344Z exposes: External API (client = oxide-client)
18862025-01-17T07:44:23.347Z consumes: clickhouse-admin-keeper-client
18872025-01-17T07:44:23.347Z consumes: clickhouse-admin-server-client
18882025-01-17T07:44:23.347Z consumes: clickhouse-admin-single-client
18892025-01-17T07:44:23.347Z consumes: cockroach-admin-client
18902025-01-17T07:44:23.347Z consumes: crucible-agent-client
18912025-01-17T07:44:23.347Z consumes: crucible-pantry-client
18922025-01-17T07:44:23.347Z consumes: dns-service-client
18932025-01-17T07:44:23.347Z consumes: dpd-client
18942025-01-17T07:44:23.347Z consumes: gateway-client
18952025-01-17T07:44:23.347Z consumes: mg-admin-client
18962025-01-17T07:44:23.347Z consumes: oximeter-client
18972025-01-17T07:44:23.347Z consumes: propolis-client
18982025-01-17T07:44:23.347Z consumes: sled-agent-client
18992025-01-17T07:44:23.347Z
19002025-01-17T07:44:23.347Z
19012025-01-17T07:44:23.347ZOximeter
19022025-01-17T07:44:23.347Z oximeter-collector (omicron/oximeter/collector)
19032025-01-17T07:44:23.347Z exposes: Oximeter (client = oximeter-client)
19042025-01-17T07:44:23.347Z consumes: nexus-client
19052025-01-17T07:44:23.347Z
19062025-01-17T07:44:23.347Z
19072025-01-17T07:44:23.462Z
19082025-01-17T07:44:23.462Zreal 5.649783102
19092025-01-17T07:44:23.462Zuser 4.428928556
19102025-01-17T07:44:23.462Zsys 1.752578068
19112025-01-17T07:44:23.462Ztrap 0.002830050
19122025-01-17T07:44:23.462Ztflt 0.000013818
19132025-01-17T07:44:23.465Zdflt 0.000020936
19142025-01-17T07:44:23.465Zkflt 0.000000000
19152025-01-17T07:44:23.465Zlock 0.001978621
19162025-01-17T07:44:23.465Zslp 9.945913373
19172025-01-17T07:44:23.466Zlat 0.024947977
19182025-01-17T07:44:23.466Zstop 0.071118704
19192025-01-17T07:44:23.466Z+ ptime -m cargo xtask ls-apis servers
19202025-01-17T07:44:23.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19212025-01-17T07:44:23.988Z Running `target/debug/xtask ls-apis servers`
19222025-01-17T07:44:24.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19232025-01-17T07:44:24.877Z Running `target/debug/ls-apis servers`
19242025-01-17T07:44:24.919Zloading metadata for workspace omicron from current workspace
19252025-01-17T07:44:26.126Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19262025-01-17T07:44:26.130Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
19272025-01-17T07:44:26.133Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
19282025-01-17T07:44:27.864Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19292025-01-17T07:44:28.644Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19302025-01-17T07:44:28.663Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19312025-01-17T07:44:28.819Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19322025-01-17T07:44:28.819Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19332025-01-17T07:44:28.819Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19342025-01-17T07:44:28.819Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19352025-01-17T07:44:28.822Z
19362025-01-17T07:44:28.822Zomicron-cockroach-admin (omicron/cockroach-admin)
19372025-01-17T07:44:28.822Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19382025-01-17T07:44:28.822Z
19392025-01-17T07:44:28.822Zcrucible-agent (crucible/agent)
19402025-01-17T07:44:28.822Z exposes: Crucible Agent (client = crucible-agent-client)
19412025-01-17T07:44:28.822Z
19422025-01-17T07:44:28.822Zcrucible-downstairs (crucible/downstairs)
19432025-01-17T07:44:28.822Z exposes: Crucible Repair (client = repair-client)
19442025-01-17T07:44:28.822Z consumes: repair-client
19452025-01-17T07:44:28.822Z
19462025-01-17T07:44:28.822Zcrucible-pantry (crucible/pantry)
19472025-01-17T07:44:28.822Z exposes: Crucible Pantry (client = crucible-pantry-client)
19482025-01-17T07:44:28.825Z
19492025-01-17T07:44:28.825Zdns-server (omicron/dns-server)
19502025-01-17T07:44:28.825Z exposes: DNS Server (client = dns-service-client)
19512025-01-17T07:44:28.825Z
19522025-01-17T07:44:28.826Zomicron-sled-agent (omicron/sled-agent)
19532025-01-17T07:44:28.826Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19542025-01-17T07:44:28.826Z exposes: Repo Depot API (client = repo-depot-client)
19552025-01-17T07:44:28.826Z exposes: Sled Agent (client = sled-agent-client)
19562025-01-17T07:44:28.829Z consumes: bootstrap-agent-client
19572025-01-17T07:44:28.829Z consumes: ddm-admin-client
19582025-01-17T07:44:28.829Z consumes: dns-service-client
19592025-01-17T07:44:28.830Z consumes: dpd-client
19602025-01-17T07:44:28.830Z consumes: gateway-client
19612025-01-17T07:44:28.830Z consumes: mg-admin-client
19622025-01-17T07:44:28.830Z consumes: nexus-client
19632025-01-17T07:44:28.830Z consumes: propolis-client
19642025-01-17T07:44:28.830Z consumes: repo-depot-client
19652025-01-17T07:44:28.830Z
19662025-01-17T07:44:28.830Zpropolis-server (propolis/bin/propolis-server)
19672025-01-17T07:44:28.830Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19682025-01-17T07:44:28.830Z exposes: Propolis (client = propolis-client)
19692025-01-17T07:44:28.837Z consumes: nexus-client
19702025-01-17T07:44:28.837Z
19712025-01-17T07:44:28.837Zddmd (maghemite/ddmd)
19722025-01-17T07:44:28.837Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19732025-01-17T07:44:28.837Z consumes: dpd-client
19742025-01-17T07:44:28.837Z
19752025-01-17T07:44:28.837Zdpd (dendrite/dpd)
19762025-01-17T07:44:28.837Z exposes: Dendrite DPD (client = dpd-client)
19772025-01-17T07:44:28.840Z consumes: gateway-client
19782025-01-17T07:44:28.840Z consumes: nexus-client
19792025-01-17T07:44:28.840Z consumes: sled-agent-client
19802025-01-17T07:44:28.840Z
19812025-01-17T07:44:28.840Zmgd (maghemite/mgd)
19822025-01-17T07:44:28.840Z exposes: Maghemite MG Admin (client = mg-admin-client)
19832025-01-17T07:44:28.840Z consumes: ddm-admin-client
19842025-01-17T07:44:28.840Z consumes: dpd-client
19852025-01-17T07:44:28.840Z
19862025-01-17T07:44:28.840Zomicron-gateway (omicron/gateway)
19872025-01-17T07:44:28.841Z exposes: Management Gateway Service (client = gateway-client)
19882025-01-17T07:44:28.841Z
19892025-01-17T07:44:28.841Ztfportd (dendrite/tfportd)
19902025-01-17T07:44:28.841Z consumes: dpd-client
19912025-01-17T07:44:28.841Z
19922025-01-17T07:44:28.841Zwicketd (omicron/wicketd)
19932025-01-17T07:44:28.841Z exposes: Wicketd Installinator (client = installinator-client)
19942025-01-17T07:44:28.841Z exposes: Wicketd (client = wicketd-client)
19952025-01-17T07:44:28.844Z consumes: bootstrap-agent-client
19962025-01-17T07:44:28.844Z consumes: ddm-admin-client
19972025-01-17T07:44:28.844Z consumes: dpd-client
19982025-01-17T07:44:28.844Z consumes: gateway-client
19992025-01-17T07:44:28.844Z
20002025-01-17T07:44:28.844Zinstallinator (omicron/installinator)
20012025-01-17T07:44:28.844Z consumes: ddm-admin-client
20022025-01-17T07:44:28.845Z consumes: installinator-client
20032025-01-17T07:44:28.845Z
20042025-01-17T07:44:28.845Zomicron-nexus (omicron/nexus)
20052025-01-17T07:44:28.845Z exposes: Nexus Internal API (client = nexus-client)
20062025-01-17T07:44:28.845Z exposes: External API (client = oxide-client)
20072025-01-17T07:44:28.849Z consumes: clickhouse-admin-keeper-client
20082025-01-17T07:44:28.849Z consumes: clickhouse-admin-server-client
20092025-01-17T07:44:28.849Z consumes: clickhouse-admin-single-client
20102025-01-17T07:44:28.849Z consumes: cockroach-admin-client
20112025-01-17T07:44:28.849Z consumes: crucible-agent-client
20122025-01-17T07:44:28.849Z consumes: crucible-pantry-client
20132025-01-17T07:44:28.849Z consumes: dns-service-client
20142025-01-17T07:44:28.849Z consumes: dpd-client
20152025-01-17T07:44:28.849Z consumes: gateway-client
20162025-01-17T07:44:28.849Z consumes: mg-admin-client
20172025-01-17T07:44:28.849Z consumes: oximeter-client
20182025-01-17T07:44:28.849Z consumes: propolis-client
20192025-01-17T07:44:28.849Z consumes: sled-agent-client
20202025-01-17T07:44:28.849Z
20212025-01-17T07:44:28.849Zoximeter-collector (omicron/oximeter/collector)
20222025-01-17T07:44:28.849Z exposes: Oximeter (client = oximeter-client)
20232025-01-17T07:44:28.849Z consumes: nexus-client
20242025-01-17T07:44:28.849Z
20252025-01-17T07:44:28.962Z
20262025-01-17T07:44:28.962Zreal 5.483605628
20272025-01-17T07:44:28.962Zuser 4.357462426
20282025-01-17T07:44:28.962Zsys 1.675909578
20292025-01-17T07:44:28.962Ztrap 0.000420881
20302025-01-17T07:44:28.963Ztflt 0.000011766
20312025-01-17T07:44:28.965Zdflt 0.000007338
20322025-01-17T07:44:28.965Zkflt 0.000000000
20332025-01-17T07:44:28.965Zlock 0.001964710
20342025-01-17T07:44:28.965Zslp 9.832769158
20352025-01-17T07:44:28.965Zlat 0.007642198
20362025-01-17T07:44:28.965Zstop 0.070947829
20372025-01-17T07:44:28.965Z+ ptime -m cargo xtask ls-apis check
20382025-01-17T07:44:29.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20392025-01-17T07:44:29.475Z Running `target/debug/xtask ls-apis check`
20402025-01-17T07:44:30.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20412025-01-17T07:44:30.359Z Running `target/debug/ls-apis check`
20422025-01-17T07:44:30.403Zloading metadata for workspace omicron from current workspace
20432025-01-17T07:44:31.613Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20442025-01-17T07:44:31.617Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
20452025-01-17T07:44:31.620Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
20462025-01-17T07:44:33.336Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20472025-01-17T07:44:34.088Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20482025-01-17T07:44:34.106Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20492025-01-17T07:44:34.362Z
20502025-01-17T07:44:34.362Z
20512025-01-17T07:44:34.362ZServer-managed APIs:
20522025-01-17T07:44:34.362Z
20532025-01-17T07:44:34.362Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20542025-01-17T07:44:34.362Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20552025-01-17T07:44:34.362Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20562025-01-17T07:44:34.362Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20572025-01-17T07:44:34.362Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20582025-01-17T07:44:34.362Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20592025-01-17T07:44:34.362Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20602025-01-17T07:44:34.362Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20612025-01-17T07:44:34.362Z DNS Server (dns-service-client, exposed by dns-server)
20622025-01-17T07:44:34.362Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20632025-01-17T07:44:34.362Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20642025-01-17T07:44:34.363Z External API (oxide-client, exposed by omicron-nexus)
20652025-01-17T07:44:34.363Z Oximeter (oximeter-client, exposed by oximeter-collector)
20662025-01-17T07:44:34.363Z Propolis (propolis-client, exposed by propolis-server)
20672025-01-17T07:44:34.363Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20682025-01-17T07:44:34.363Z Wicketd (wicketd-client, exposed by wicketd)
20692025-01-17T07:44:34.363Z
20702025-01-17T07:44:34.363Z
20712025-01-17T07:44:34.363ZClient-managed API:
20722025-01-17T07:44:34.363Z
20732025-01-17T07:44:34.363Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20742025-01-17T07:44:34.363Z reason: depends on itself (i.e., instances call each other)
20752025-01-17T07:44:34.363Z Dendrite DPD (dpd-client, exposed by dpd)
20762025-01-17T07:44:34.363Z reason: Sled Agent calling DPD creates a circular dependency
20772025-01-17T07:44:34.363Z Wicketd Installinator (installinator-client, exposed by wicketd)
20782025-01-17T07:44:34.363Z reason: client is provided implicitly by the operator
20792025-01-17T07:44:34.363Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20802025-01-17T07:44:34.363Z reason: Circular dependencies between Nexus and other services
20812025-01-17T07:44:34.363Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20822025-01-17T07:44:34.363Z reason: depends on itself (i.e., instances call each other)
20832025-01-17T07:44:34.363Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20842025-01-17T07:44:34.363Z reason: depends on itself (i.e., instances call each other)
20852025-01-17T07:44:34.363Z
20862025-01-17T07:44:34.363Z
20872025-01-17T07:44:34.363ZAPIs with unknown version management: none
20882025-01-17T07:44:34.478Z
20892025-01-17T07:44:34.478Zreal 5.498630545
20902025-01-17T07:44:34.478Zuser 4.398917609
20912025-01-17T07:44:34.478Zsys 1.647804824
20922025-01-17T07:44:34.478Ztrap 0.000346404
20932025-01-17T07:44:34.478Ztflt 0.000017475
20942025-01-17T07:44:34.478Zdflt 0.000081127
20952025-01-17T07:44:34.480Zkflt 0.000000000
20962025-01-17T07:44:34.480Zlock 0.002374754
20972025-01-17T07:44:34.480Zslp 9.737825961
20982025-01-17T07:44:34.483Zlat 0.007305124
20992025-01-17T07:44:34.483Zstop 0.069335534
21002025-01-17T07:44:34.483Z+ banner build
21012025-01-17T07:44:34.483Z
21022025-01-17T07:44:34.483Z ##### # # # # #####
21032025-01-17T07:44:34.483Z # # # # # # # #
21042025-01-17T07:44:34.483Z ##### # # # # # #
21052025-01-17T07:44:34.483Z # # # # # # # #
21062025-01-17T07:44:34.483Z # # # # # # # #
21072025-01-17T07:44:34.483Z ##### #### # ###### #####
21082025-01-17T07:44:34.483Z
21092025-01-17T07:44:34.483Z+ export 'RUSTFLAGS=-D warnings'
21102025-01-17T07:44:34.483Z+ RUSTFLAGS='-D warnings'
21112025-01-17T07:44:34.483Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21122025-01-17T07:44:34.483Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21132025-01-17T07:44:34.483Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21142025-01-17T07:44:34.483Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21152025-01-17T07:44:34.483Z+ export TMPDIR=/var/tmp/omicron_tmp
21162025-01-17T07:44:34.483Z+ TMPDIR=/var/tmp/omicron_tmp
21172025-01-17T07:44:34.483Z+ export RUST_BACKTRACE=1
21182025-01-17T07:44:34.483Z+ RUST_BACKTRACE=1
21192025-01-17T07:44:34.483Z+ export CARGO_INCREMENTAL=0
21202025-01-17T07:44:34.483Z+ CARGO_INCREMENTAL=0
21212025-01-17T07:44:34.483Z+ export RUSTC_BOOTSTRAP=1
21222025-01-17T07:44:34.483Z+ RUSTC_BOOTSTRAP=1
21232025-01-17T07:44:34.483Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21242025-01-17T07:44:36.214Z Dirty unicode-ident v1.0.14: the rustflags changed
21252025-01-17T07:44:36.214Z Compiling unicode-ident v1.0.14
21262025-01-17T07:44:36.218Z Dirty proc-macro2 v1.0.92: the rustflags changed
21272025-01-17T07:44:36.218Z Compiling proc-macro2 v1.0.92
21282025-01-17T07:44:36.218Z Dirty libc v0.2.169: the rustflags changed
21292025-01-17T07:44:36.218Z Compiling libc v0.2.169
21302025-01-17T07:44:36.218Z Dirty cfg-if v1.0.0: the rustflags changed
21312025-01-17T07:44:36.218Z Compiling cfg-if v1.0.0
21322025-01-17T07:44:36.218Z Dirty serde v1.0.217: the rustflags changed
21332025-01-17T07:44:36.218Z Compiling serde v1.0.217
21342025-01-17T07:44:36.218Z Dirty autocfg v1.4.0: the rustflags changed
21352025-01-17T07:44:36.218Z Compiling autocfg v1.4.0
21362025-01-17T07:44:36.218Z Dirty memchr v2.7.4: the rustflags changed
21372025-01-17T07:44:36.218Z Compiling memchr v2.7.4
21382025-01-17T07:44:36.218Z Dirty version_check v0.9.5: the rustflags changed
21392025-01-17T07:44:36.218Z Compiling version_check v0.9.5
21402025-01-17T07:44:36.218Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79c505353f8cd80b -C extra-filename=-79c505353f8cd80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412025-01-17T07:44:36.218Z Running `/home/build/.rustup/toolchains/1.84.0-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.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=10f066d9d8ac37f0 -C extra-filename=-10f066d9d8ac37f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422025-01-17T07:44:36.218Z Running `/home/build/.rustup/toolchains/1.84.0-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.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=b638736da7687cf1 -C extra-filename=-b638736da7687cf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432025-01-17T07:44:36.218Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2f4d20600755659a -C extra-filename=-2f4d20600755659a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442025-01-17T07:44:36.218Z Running `/home/build/.rustup/toolchains/1.84.0-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.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --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=4219371846cd7a99 -C extra-filename=-4219371846cd7a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452025-01-17T07:44:36.369Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e4a03f715f1d52e -C extra-filename=-8e4a03f715f1d52e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462025-01-17T07:44:36.372Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=4182dae7cc683f1e -C extra-filename=-4182dae7cc683f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472025-01-17T07:44:36.372Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3c9b6fd71e894f1 -C extra-filename=-c3c9b6fd71e894f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482025-01-17T07:44:36.501Z Dirty value-bag v1.9.0: the rustflags changed
21492025-01-17T07:44:36.501Z Compiling value-bag v1.9.0
21502025-01-17T07:44:36.537Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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=line-tables-only --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=f4dee63d7438a1c0 -C extra-filename=-f4dee63d7438a1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512025-01-17T07:44:36.601Z Dirty scopeguard v1.2.0: the rustflags changed
21522025-01-17T07:44:36.601Z Compiling scopeguard v1.2.0
21532025-01-17T07:44:36.645Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=df89f03d00cf139f -C extra-filename=-df89f03d00cf139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542025-01-17T07:44:36.789Z Dirty once_cell v1.20.2: the rustflags changed
21552025-01-17T07:44:36.789Z Compiling once_cell v1.20.2
21562025-01-17T07:44:36.791Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=60ef584d13ef286e -C extra-filename=-60ef584d13ef286e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572025-01-17T07:44:36.963Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0/build-script-build`
21582025-01-17T07:44:37.087Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99/build-script-build`
21592025-01-17T07:44:37.091Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1/build-script-build`
21602025-01-17T07:44:37.121Z Dirty log v0.4.22: the rustflags changed
21612025-01-17T07:44:37.121Z Compiling log v0.4.22
21622025-01-17T07:44:37.146Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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=line-tables-only --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=e1464231da30ba90 -C extra-filename=-e1464231da30ba90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-f4dee63d7438a1c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632025-01-17T07:44:37.150Z Dirty itoa v1.0.11: the rustflags changed
21642025-01-17T07:44:37.150Z Compiling itoa v1.0.11
21652025-01-17T07:44:37.153Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=04bafa42b6ada290 -C extra-filename=-04bafa42b6ada290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662025-01-17T07:44:37.180Z Dirty smallvec v1.13.2: the rustflags changed
21672025-01-17T07:44:37.180Z Compiling smallvec v1.13.2
21682025-01-17T07:44:37.182Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=6dc292e9f3a2bf65 -C extra-filename=-6dc292e9f3a2bf65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692025-01-17T07:44:37.204Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=d98e06afb0ecdece -C extra-filename=-d98e06afb0ecdece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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(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"))'`
21702025-01-17T07:44:37.228Z Dirty byteorder v1.5.0: the rustflags changed
21712025-01-17T07:44:37.228Z Compiling byteorder v1.5.0
21722025-01-17T07:44:37.232Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=876b15a9d7bdd3ca -C extra-filename=-876b15a9d7bdd3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732025-01-17T07:44:37.365Z Dirty lock_api v0.4.12: the rustflags changed
21742025-01-17T07:44:37.365Z Compiling lock_api v0.4.12
21752025-01-17T07:44:37.368Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=af08541b00afd941 -C extra-filename=-af08541b00afd941 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762025-01-17T07:44:37.402Z Dirty pin-project-lite v0.2.14: the rustflags changed
21772025-01-17T07:44:37.402Z Compiling pin-project-lite v0.2.14
21782025-01-17T07:44:37.404Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --warn=unreachable_pub '--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=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--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::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=191fa3bf3ffbfed4 -C extra-filename=-191fa3bf3ffbfed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792025-01-17T07:44:37.432Z Running `/home/build/.rustup/toolchains/1.84.0-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.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bd41c333537d5136 -C extra-filename=-bd41c333537d5136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --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)'`
21802025-01-17T07:44:37.552Z Dirty subtle v2.6.1: the rustflags changed
21812025-01-17T07:44:37.552Z Compiling subtle v2.6.1
21822025-01-17T07:44:37.554Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c513df462f984acf -C extra-filename=-c513df462f984acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832025-01-17T07:44:37.581Z Dirty regex-syntax v0.8.5: the rustflags changed
21842025-01-17T07:44:37.581Z Compiling regex-syntax v0.8.5
21852025-01-17T07:44:37.621Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=a66ab2e1c0f0e719 -C extra-filename=-a66ab2e1c0f0e719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862025-01-17T07:44:37.661Z Dirty shlex v1.3.0: the rustflags changed
21872025-01-17T07:44:37.661Z Compiling shlex v1.3.0
21882025-01-17T07:44:37.664Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7a287c72367768d2 -C extra-filename=-7a287c72367768d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892025-01-17T07:44:37.765Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941/build-script-build`
21902025-01-17T07:44:37.867Z Dirty aho-corasick v1.1.3: the rustflags changed
21912025-01-17T07:44:37.867Z Compiling aho-corasick v1.1.3
21922025-01-17T07:44:37.870Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c3065e531983c7c3 -C extra-filename=-c3065e531983c7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932025-01-17T07:44:37.896Z Dirty allocator-api2 v0.2.18: the rustflags changed
21942025-01-17T07:44:37.896Z Compiling allocator-api2 v0.2.18
21952025-01-17T07:44:37.898Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=3cd2c893cf2d9e8b -C extra-filename=-3cd2c893cf2d9e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962025-01-17T07:44:37.926Z Dirty ryu v1.0.18: the rustflags changed
21972025-01-17T07:44:37.926Z Compiling ryu v1.0.18
21982025-01-17T07:44:37.929Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e121c62561f36b4c -C extra-filename=-e121c62561f36b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992025-01-17T07:44:37.955Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=ccddae81612c627a -C extra-filename=-ccddae81612c627a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22002025-01-17T07:44:38.052Z Dirty typenum v1.17.0: the rustflags changed
22012025-01-17T07:44:38.052Z Compiling typenum v1.17.0
22022025-01-17T07:44:38.097Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=2e8f2568a91afce2 -C extra-filename=-2e8f2568a91afce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-01-17T07:44:38.301Z Dirty quote v1.0.38: the rustflags changed
22042025-01-17T07:44:38.301Z Compiling quote v1.0.38
22052025-01-17T07:44:38.304Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=498985666c383562 -C extra-filename=-498985666c383562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062025-01-17T07:44:38.451Z Dirty getrandom v0.2.15: the rustflags changed
22072025-01-17T07:44:38.451Z Compiling getrandom v0.2.15
22082025-01-17T07:44:38.454Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --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=9f2de0cca6729757 -C extra-filename=-9f2de0cca6729757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092025-01-17T07:44:38.552Z Dirty jobserver v0.1.32: the rustflags changed
22102025-01-17T07:44:38.552Z Compiling jobserver v0.1.32
22112025-01-17T07:44:38.555Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8581f790d88085ee -C extra-filename=-8581f790d88085ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122025-01-17T07:44:38.680Z Dirty rand_core v0.6.4: the rustflags changed
22132025-01-17T07:44:38.680Z Compiling rand_core v0.6.4
22142025-01-17T07:44:38.683Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --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=4bd757ad22864a11 -C extra-filename=-4bd757ad22864a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-01-17T07:44:38.861Z Dirty syn v2.0.96: the rustflags changed
22162025-01-17T07:44:38.861Z Compiling syn v2.0.96
22172025-01-17T07:44:38.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=028145fd6b5d9770 -C extra-filename=-028145fd6b5d9770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-01-17T07:44:38.979Z Dirty cc v1.1.30: the rustflags changed
22192025-01-17T07:44:38.979Z Compiling cc v1.1.30
22202025-01-17T07:44:38.981Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d1017860bc73739d -C extra-filename=-d1017860bc73739d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-8581f790d88085ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-01-17T07:44:39.017Z Dirty generic-array v0.14.7: the rustflags changed
22222025-01-17T07:44:39.017Z Compiling generic-array v0.14.7
22232025-01-17T07:44:39.020Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=139570e6fff76617 -C extra-filename=-139570e6fff76617 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-01-17T07:44:39.153Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2/build-script-main`
22252025-01-17T07:44:39.218Z Dirty libm v0.2.8: the rustflags changed
22262025-01-17T07:44:39.218Z Compiling libm v0.2.8
22272025-01-17T07:44:39.221Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=f03913d03ca28051 -C extra-filename=-f03913d03ca28051 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-01-17T07:44:39.356Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=8b84945d5afed316 -C extra-filename=-8b84945d5afed316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292025-01-17T07:44:39.389Z Dirty num-traits v0.2.19: the rustflags changed
22302025-01-17T07:44:39.389Z Compiling num-traits v0.2.19
22312025-01-17T07:44:39.391Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=36570671de51037e -C extra-filename=-36570671de51037e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322025-01-17T07:44:39.449Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617/build-script-build`
22332025-01-17T07:44:39.509Z Dirty thiserror v1.0.69: the rustflags changed
22342025-01-17T07:44:39.509Z Compiling thiserror v1.0.69
22352025-01-17T07:44:39.513Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1fe6987f581660a -C extra-filename=-c1fe6987f581660a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362025-01-17T07:44:39.628Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051/build-script-build`
22372025-01-17T07:44:39.675Z Dirty parking_lot_core v0.9.10: the rustflags changed
22382025-01-17T07:44:39.675Z Compiling parking_lot_core v0.9.10
22392025-01-17T07:44:39.678Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5676c49e9077a6e3 -C extra-filename=-5676c49e9077a6e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402025-01-17T07:44:39.788Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e/build-script-build`
22412025-01-17T07:44:40.073Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=74bc698943a40f85 -C extra-filename=-74bc698943a40f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-01-17T07:44:40.187Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a/build-script-build`
22432025-01-17T07:44:40.218Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3/build-script-build`
22442025-01-17T07:44:40.293Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2753b859e43a5634 -C extra-filename=-2753b859e43a5634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452025-01-17T07:44:40.477Z Dirty serde_json v1.0.135: the rustflags changed
22462025-01-17T07:44:40.477Z Compiling serde_json v1.0.135
22472025-01-17T07:44:40.480Z Running `/home/build/.rustup/toolchains/1.84.0-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.135/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --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=b99a4c4ce554e545 -C extra-filename=-b99a4c4ce554e545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482025-01-17T07:44:40.660Z Dirty parking_lot v0.12.3: the rustflags changed
22492025-01-17T07:44:40.661Z Compiling parking_lot v0.12.3
22502025-01-17T07:44:40.665Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=365b5e5d8440e68d -C extra-filename=-365b5e5d8440e68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2753b859e43a5634.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-01-17T07:44:40.818Z Dirty futures-core v0.3.31: the rustflags changed
22522025-01-17T07:44:40.818Z Compiling futures-core v0.3.31
22532025-01-17T07:44:40.821Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=6723a47d595cc3af -C extra-filename=-6723a47d595cc3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-01-17T07:44:40.879Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545/build-script-build`
22552025-01-17T07:44:40.897Z Dirty spin v0.9.8: the rustflags changed
22562025-01-17T07:44:40.897Z Compiling spin v0.9.8
22572025-01-17T07:44:40.900Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=ab8acbf5910d8815 -C extra-filename=-ab8acbf5910d8815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-01-17T07:44:41.095Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e2a796a15b1388de -C extra-filename=-e2a796a15b1388de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-74bc698943a40f85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22592025-01-17T07:44:41.306Z Dirty regex-automata v0.4.8: the rustflags changed
22602025-01-17T07:44:41.306Z Compiling regex-automata v0.4.8
22612025-01-17T07:44:41.308Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --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=e5f079cc6d264231 -C extra-filename=-e5f079cc6d264231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-01-17T07:44:41.419Z Dirty rustix v0.38.37: the rustflags changed
22632025-01-17T07:44:41.419Z Compiling rustix v0.38.37
22642025-01-17T07:44:41.422Z Running `/home/build/.rustup/toolchains/1.84.0-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.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=463c3edaf87986e5 -C extra-filename=-463c3edaf87986e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-01-17T07:44:41.455Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22662025-01-17T07:44:41.456Z Compiling signal-hook-registry v1.4.2
22672025-01-17T07:44:41.458Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e181b83a9834373e -C extra-filename=-e181b83a9834373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682025-01-17T07:44:42.191Z Dirty errno v0.3.9: the rustflags changed
22692025-01-17T07:44:42.191Z Compiling errno v0.3.9
22702025-01-17T07:44:42.216Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=540490b3b93907e1 -C extra-filename=-540490b3b93907e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712025-01-17T07:44:42.230Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5/build-script-build`
22722025-01-17T07:44:42.447Z Dirty fnv v1.0.7: the rustflags changed
22732025-01-17T07:44:42.447Z Compiling fnv v1.0.7
22742025-01-17T07:44:42.450Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=519bcd82bf42b6cc -C extra-filename=-519bcd82bf42b6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-01-17T07:44:42.567Z Dirty equivalent v1.0.1: the rustflags changed
22762025-01-17T07:44:42.567Z Compiling equivalent v1.0.1
22772025-01-17T07:44:42.570Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af359b78b2cc337f -C extra-filename=-af359b78b2cc337f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-01-17T07:44:42.609Z Dirty foldhash v0.1.3: the rustflags changed
22792025-01-17T07:44:42.610Z Compiling foldhash v0.1.3
22802025-01-17T07:44:42.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17d0e488ed49c9cf -C extra-filename=-17d0e488ed49c9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-01-17T07:44:42.658Z Dirty either v1.13.0: the rustflags changed
22822025-01-17T07:44:42.659Z Compiling either v1.13.0
22832025-01-17T07:44:42.674Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=def387f0ad91f972 -C extra-filename=-def387f0ad91f972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-01-17T07:44:42.694Z Dirty mio v1.0.2: the rustflags changed
22852025-01-17T07:44:42.694Z Compiling mio v1.0.2
22862025-01-17T07:44:42.708Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=4cd503eb64bcd135 -C extra-filename=-4cd503eb64bcd135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-01-17T07:44:42.721Z Dirty socket2 v0.5.7: the rustflags changed
22882025-01-17T07:44:42.721Z Compiling socket2 v0.5.7
22892025-01-17T07:44:42.721Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=035327f91f1c3ac2 -C extra-filename=-035327f91f1c3ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-01-17T07:44:42.836Z Dirty lazy_static v1.5.0: the rustflags changed
22912025-01-17T07:44:42.836Z Compiling lazy_static v1.5.0
22922025-01-17T07:44:42.839Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=57d431b61839a6c3 -C extra-filename=-57d431b61839a6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-01-17T07:44:42.945Z Dirty hashbrown v0.15.1: the rustflags changed
22942025-01-17T07:44:42.945Z Compiling hashbrown v0.15.1
22952025-01-17T07:44:43.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=9285703b23ee883d -C extra-filename=-9285703b23ee883d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-af359b78b2cc337f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-17d0e488ed49c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-01-17T07:44:43.020Z Dirty const-oid v0.9.6: the rustflags changed
22972025-01-17T07:44:43.020Z Compiling const-oid v0.9.6
22982025-01-17T07:44:43.111Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=96c496a36c3a16e3 -C extra-filename=-96c496a36c3a16e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-01-17T07:44:43.124Z Dirty slab v0.4.9: the rustflags changed
23002025-01-17T07:44:43.124Z Compiling slab v0.4.9
23012025-01-17T07:44:43.128Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4e90da021d98366d -C extra-filename=-4e90da021d98366d --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-01-17T07:44:43.538Z Dirty futures-io v0.3.31: the rustflags changed
23032025-01-17T07:44:43.538Z Compiling futures-io v0.3.31
23042025-01-17T07:44:43.540Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=aee6ae55f06be3cb -C extra-filename=-aee6ae55f06be3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-01-17T07:44:43.671Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d/build-script-build`
23062025-01-17T07:44:43.827Z Dirty heck v0.5.0: the rustflags changed
23072025-01-17T07:44:43.827Z Compiling heck v0.5.0
23082025-01-17T07:44:43.829Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eca0aece77251b6e -C extra-filename=-eca0aece77251b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-01-17T07:44:43.856Z Dirty cpufeatures v0.2.14: the rustflags changed
23102025-01-17T07:44:43.856Z Compiling cpufeatures v0.2.14
23112025-01-17T07:44:43.859Z Dirty pkg-config v0.3.31: the rustflags changed
23122025-01-17T07:44:43.859Z Compiling pkg-config v0.3.31
23132025-01-17T07:44:43.878Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cada76e4ef944563 -C extra-filename=-cada76e4ef944563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-01-17T07:44:43.880Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d598cd9474a3b865 -C extra-filename=-d598cd9474a3b865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-01-17T07:44:43.880Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afaad52f9c8e0636 -C extra-filename=-afaad52f9c8e0636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162025-01-17T07:44:44.006Z Dirty futures-sink v0.3.31: the rustflags changed
23172025-01-17T07:44:44.006Z Compiling futures-sink v0.3.31
23182025-01-17T07:44:44.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dbf99efc1a6d3206 -C extra-filename=-dbf99efc1a6d3206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-01-17T07:44:44.143Z Dirty iana-time-zone v0.1.61: the rustflags changed
23202025-01-17T07:44:44.143Z Compiling iana-time-zone v0.1.61
23212025-01-17T07:44:44.151Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=44f9af647fcea788 -C extra-filename=-44f9af647fcea788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-01-17T07:44:44.192Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23232025-01-17T07:44:44.192Z Compiling stable_deref_trait v1.2.0
23242025-01-17T07:44:44.213Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9f6c9094a52be94c -C extra-filename=-9f6c9094a52be94c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-01-17T07:44:44.217Z Dirty semver v1.0.24: the rustflags changed
23262025-01-17T07:44:44.217Z Compiling semver v1.0.24
23272025-01-17T07:44:44.220Z Running `/home/build/.rustup/toolchains/1.84.0-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.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cbf0f4ba3e9441f7 -C extra-filename=-cbf0f4ba3e9441f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-01-17T07:44:44.326Z Dirty pin-utils v0.1.0: the rustflags changed
23292025-01-17T07:44:44.326Z Compiling pin-utils v0.1.0
23302025-01-17T07:44:44.328Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=890d8c93a53b900e -C extra-filename=-890d8c93a53b900e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-01-17T07:44:44.355Z Dirty futures-channel v0.3.31: the rustflags changed
23322025-01-17T07:44:44.355Z Compiling futures-channel v0.3.31
23332025-01-17T07:44:44.358Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=2e887d49c0e6853d -C extra-filename=-2e887d49c0e6853d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-01-17T07:44:44.442Z Dirty futures-task v0.3.31: the rustflags changed
23352025-01-17T07:44:44.442Z Compiling futures-task v0.3.31
23362025-01-17T07:44:44.457Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=73f5e80fb91076c7 -C extra-filename=-73f5e80fb91076c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372025-01-17T07:44:44.532Z Dirty syn v1.0.109: the rustflags changed
23382025-01-17T07:44:44.532Z Compiling syn v1.0.109
23392025-01-17T07:44:44.535Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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="quote"' --cfg 'feature="visit"' --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=29e8cb407edb1dd0 -C extra-filename=-29e8cb407edb1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-01-17T07:44:44.759Z Dirty tracing-core v0.1.32: the rustflags changed
23412025-01-17T07:44:44.759Z Compiling tracing-core v0.1.32
23422025-01-17T07:44:44.762Z Dirty dyn-clone v1.0.17: the rustflags changed
23432025-01-17T07:44:44.762Z Compiling dyn-clone v1.0.17
23442025-01-17T07:44:44.762Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0ed74dea4f4939a5 -C extra-filename=-0ed74dea4f4939a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452025-01-17T07:44:44.762Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73d05713540a027d -C extra-filename=-73d05713540a027d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-01-17T07:44:44.814Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7/build-script-build`
23472025-01-17T07:44:44.898Z Dirty schemars v0.8.21: the rustflags changed
23482025-01-17T07:44:44.898Z Compiling schemars v0.8.21
23492025-01-17T07:44:44.901Z Running `/home/build/.rustup/toolchains/1.84.0-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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --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=cf95a8775434d4e9 -C extra-filename=-cf95a8775434d4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-01-17T07:44:45.016Z Dirty glob v0.3.1: the rustflags changed
23512025-01-17T07:44:45.016Z Compiling glob v0.3.1
23522025-01-17T07:44:45.019Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc199f92aeb6c1f7 -C extra-filename=-bc199f92aeb6c1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-01-17T07:44:45.065Z Dirty home v0.5.9: the rustflags changed
23542025-01-17T07:44:45.065Z Compiling home v0.5.9
23552025-01-17T07:44:45.112Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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=line-tables-only '--allow=clippy::all' '--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=f8ac525f227664f4 -C extra-filename=-f8ac525f227664f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562025-01-17T07:44:45.189Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0/build-script-build`
23572025-01-17T07:44:45.218Z Dirty minimal-lexical v0.2.1: the rustflags changed
23582025-01-17T07:44:45.218Z Compiling minimal-lexical v0.2.1
23592025-01-17T07:44:45.221Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-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=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=1915d1cdcf333f2c -C extra-filename=-1915d1cdcf333f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-01-17T07:44:45.280Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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="quote"' --cfg 'feature="visit"' --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=0b3d324b272def3b -C extra-filename=-0b3d324b272def3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23612025-01-17T07:44:45.311Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9/build-script-build`
23622025-01-17T07:44:45.341Z Dirty percent-encoding v2.3.1: the rustflags changed
23632025-01-17T07:44:45.341Z Compiling percent-encoding v2.3.1
23642025-01-17T07:44:45.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd59636cc9d88936 -C extra-filename=-dd59636cc9d88936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-01-17T07:44:45.380Z Dirty litemap v0.7.3: the rustflags changed
23662025-01-17T07:44:45.380Z Compiling litemap v0.7.3
23672025-01-17T07:44:45.383Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5cd5201825356c11 -C extra-filename=-5cd5201825356c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-01-17T07:44:45.706Z Dirty nom v7.1.3: the rustflags changed
23692025-01-17T07:44:45.706Z Compiling nom v7.1.3
23702025-01-17T07:44:45.709Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a40758ffb1943256 -C extra-filename=-a40758ffb1943256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-1915d1cdcf333f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-01-17T07:44:45.751Z Dirty writeable v0.5.5: the rustflags changed
23722025-01-17T07:44:45.751Z Compiling writeable v0.5.5
23732025-01-17T07:44:45.788Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5547c0301457b354 -C extra-filename=-5547c0301457b354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-01-17T07:44:45.791Z Dirty prettyplease v0.2.25: the rustflags changed
23752025-01-17T07:44:45.791Z Compiling prettyplease v0.2.25
23762025-01-17T07:44:45.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=adf536bd91ff55f0 -C extra-filename=-adf536bd91ff55f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-01-17T07:44:45.860Z Dirty clang-sys v1.8.1: the rustflags changed
23782025-01-17T07:44:45.860Z Compiling clang-sys v1.8.1
23792025-01-17T07:44:45.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=aae102f13dfd5840 -C extra-filename=-aae102f13dfd5840 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-01-17T07:44:45.950Z Dirty synstructure v0.13.1: the rustflags changed
23812025-01-17T07:44:45.950Z Compiling synstructure v0.13.1
23822025-01-17T07:44:45.953Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c039a95a6db6e6f9 -C extra-filename=-c039a95a6db6e6f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-01-17T07:44:46.191Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23842025-01-17T07:44:46.191Z Compiling serde_derive_internals v0.29.1
23852025-01-17T07:44:46.194Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2118dcafe025d36f -C extra-filename=-2118dcafe025d36f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-01-17T07:44:46.314Z Dirty vcpkg v0.2.15: the rustflags changed
23872025-01-17T07:44:46.314Z Compiling vcpkg v0.2.15
23882025-01-17T07:44:46.317Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a14e1f9b807d2369 -C extra-filename=-a14e1f9b807d2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-01-17T07:44:46.606Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840/build-script-build`
23902025-01-17T07:44:46.651Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0/build-script-build`
23912025-01-17T07:44:46.694Z Dirty regex v1.11.1: the rustflags changed
23922025-01-17T07:44:46.694Z Compiling regex v1.11.1
23932025-01-17T07:44:46.697Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=1e69782a0be8362b -C extra-filename=-1e69782a0be8362b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942025-01-17T07:44:47.454Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23952025-01-17T07:44:47.454Z Compiling icu_locid_transform_data v1.5.0
23962025-01-17T07:44:47.458Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1c787b69297e97d -C extra-filename=-b1c787b69297e97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-01-17T07:44:47.595Z Dirty form_urlencoded v1.2.1: the rustflags changed
23982025-01-17T07:44:47.595Z Compiling form_urlencoded v1.2.1
23992025-01-17T07:44:47.598Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a22328da2b144e8 -C extra-filename=-9a22328da2b144e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-01-17T07:44:47.707Z Dirty itertools v0.12.1: the rustflags changed
24012025-01-17T07:44:47.707Z Compiling itertools v0.12.1
24022025-01-17T07:44:47.709Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=a8f1c5c0d6b75aaf -C extra-filename=-a8f1c5c0d6b75aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-01-17T07:44:47.948Z Dirty libloading v0.8.5: the rustflags changed
24042025-01-17T07:44:47.948Z Compiling libloading v0.8.5
24052025-01-17T07:44:48.000Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05ca7c5cc109f8e8 -C extra-filename=-05ca7c5cc109f8e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-01-17T07:44:48.172Z Dirty icu_properties_data v1.5.0: the rustflags changed
24072025-01-17T07:44:48.172Z Compiling icu_properties_data v1.5.0
24082025-01-17T07:44:48.176Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc5d9fbe90c50abe -C extra-filename=-bc5d9fbe90c50abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-01-17T07:44:48.403Z Dirty bindgen v0.69.5: the rustflags changed
24102025-01-17T07:44:48.403Z Compiling bindgen v0.69.5
24112025-01-17T07:44:48.407Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=df9c24cd77d51add -C extra-filename=-df9c24cd77d51add --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-01-17T07:44:48.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=8e2e44174bd79a27 -C extra-filename=-8e2e44174bd79a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-05ca7c5cc109f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-01-17T07:44:48.620Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4c84752ba284ab52 -C extra-filename=-4c84752ba284ab52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
24142025-01-17T07:44:49.151Z Dirty cexpr v0.6.0: the rustflags changed
24152025-01-17T07:44:49.151Z Compiling cexpr v0.6.0
24162025-01-17T07:44:49.154Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88d3761b5b4b050a -C extra-filename=-88d3761b5b4b050a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172025-01-17T07:44:49.339Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add/build-script-build`
24182025-01-17T07:44:49.383Z Dirty ring v0.17.8: the rustflags changed
24192025-01-17T07:44:49.383Z Compiling ring v0.17.8
24202025-01-17T07:44:49.388Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=1c3103aa1e537d4c -C extra-filename=-1c3103aa1e537d4c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-01-17T07:44:50.566Z Dirty utf8_iter v1.0.4: the rustflags changed
24222025-01-17T07:44:50.566Z Compiling utf8_iter v1.0.4
24232025-01-17T07:44:50.569Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1975c2ee4172c278 -C extra-filename=-1975c2ee4172c278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-01-17T07:44:50.629Z Dirty lazycell v1.3.0: the rustflags changed
24252025-01-17T07:44:50.629Z Compiling lazycell v1.3.0
24262025-01-17T07:44:50.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=8979d158a363d4f6 -C extra-filename=-8979d158a363d4f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-01-17T07:44:50.818Z Dirty write16 v1.0.0: the rustflags changed
24282025-01-17T07:44:50.818Z Compiling write16 v1.0.0
24292025-01-17T07:44:50.821Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=29e7c954aed6cc24 -C extra-filename=-29e7c954aed6cc24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-01-17T07:44:50.846Z Dirty rustc-hash v1.1.0: the rustflags changed
24312025-01-17T07:44:50.846Z Compiling rustc-hash v1.1.0
24322025-01-17T07:44:50.849Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d061298049524a8c -C extra-filename=-d061298049524a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-01-17T07:44:50.869Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24342025-01-17T07:44:50.869Z Compiling crossbeam-utils v0.8.20
24352025-01-17T07:44:50.872Z Running `/home/build/.rustup/toolchains/1.84.0-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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c37082b409d2476b -C extra-filename=-c37082b409d2476b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-01-17T07:44:50.981Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24372025-01-17T07:44:50.981Z Compiling icu_normalizer_data v1.5.0
24382025-01-17T07:44:50.984Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a665c983d42ad140 -C extra-filename=-a665c983d42ad140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-01-17T07:44:51.030Z Dirty strsim v0.11.1: the rustflags changed
24402025-01-17T07:44:51.030Z Compiling strsim v0.11.1
24412025-01-17T07:44:51.033Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb16d374a192cad6 -C extra-filename=-fb16d374a192cad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-01-17T07:44:51.106Z Dirty utf16_iter v1.0.5: the rustflags changed
24432025-01-17T07:44:51.106Z Compiling utf16_iter v1.0.5
24442025-01-17T07:44:51.109Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f32504f2be281d16 -C extra-filename=-f32504f2be281d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-01-17T07:44:51.335Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c/build-script-build`
24462025-01-17T07:44:51.366Z Dirty httparse v1.9.5: the rustflags changed
24472025-01-17T07:44:51.366Z Compiling httparse v1.9.5
24482025-01-17T07:44:51.369Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0594b135d0800817 -C extra-filename=-0594b135d0800817 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-01-17T07:44:51.489Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b/build-script-build`
24502025-01-17T07:44:51.534Z Dirty adler2 v2.0.0: the rustflags changed
24512025-01-17T07:44:51.534Z Compiling adler2 v2.0.0
24522025-01-17T07:44:51.537Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=89d10dac645178e9 -C extra-filename=-89d10dac645178e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-01-17T07:44:51.777Z Dirty serde_derive v1.0.217: the rustflags changed
24542025-01-17T07:44:51.777Z Compiling serde_derive v1.0.217
24552025-01-17T07:44:51.780Z Dirty zeroize_derive v1.4.2: the rustflags changed
24562025-01-17T07:44:51.780Z Compiling zeroize_derive v1.4.2
24572025-01-17T07:44:51.780Z Running `/home/build/.rustup/toolchains/1.84.0-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.217/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 -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=ee3f54e659206937 -C extra-filename=-ee3f54e659206937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-01-17T07:44:51.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e879da4d2526c964 -C extra-filename=-e879da4d2526c964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-01-17T07:44:51.826Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24602025-01-17T07:44:51.826Z Compiling zerocopy-derive v0.7.35
24612025-01-17T07:44:51.829Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d4343c0a5a36819 -C extra-filename=-7d4343c0a5a36819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-01-17T07:44:52.136Z Dirty thiserror-impl v1.0.69: the rustflags changed
24632025-01-17T07:44:52.136Z Compiling thiserror-impl v1.0.69
24642025-01-17T07:44:52.139Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ca8da04f825e1e5 -C extra-filename=-9ca8da04f825e1e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-01-17T07:44:52.583Z Dirty tokio-macros v2.5.0: the rustflags changed
24662025-01-17T07:44:52.583Z Compiling tokio-macros v2.5.0
24672025-01-17T07:44:52.586Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6ae771187341818 -C extra-filename=-b6ae771187341818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-01-17T07:44:53.452Z Dirty zeroize v1.8.1: the rustflags changed
24692025-01-17T07:44:53.452Z Compiling zeroize v1.8.1
24702025-01-17T07:44:53.455Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=ce3957574e03d034 -C extra-filename=-ce3957574e03d034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-e879da4d2526c964.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-01-17T07:44:53.824Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=9ce67c21d1f9f81a -C extra-filename=-9ce67c21d1f9f81a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24722025-01-17T07:44:53.998Z Dirty zerocopy v0.7.35: the rustflags changed
24732025-01-17T07:44:53.998Z Compiling zerocopy v0.7.35
24742025-01-17T07:44:54.001Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=6ff68796564bf4a0 -C extra-filename=-6ff68796564bf4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7d4343c0a5a36819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-01-17T07:44:54.335Z Dirty futures-macro v0.3.31: the rustflags changed
24762025-01-17T07:44:54.335Z Compiling futures-macro v0.3.31
24772025-01-17T07:44:54.338Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27a88e4af62594d5 -C extra-filename=-27a88e4af62594d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-01-17T07:44:55.039Z Dirty crypto-common v0.1.6: the rustflags changed
24792025-01-17T07:44:55.039Z Compiling crypto-common v0.1.6
24802025-01-17T07:44:55.042Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fa01fb14c5f1583c -C extra-filename=-fa01fb14c5f1583c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-01-17T07:44:55.283Z Dirty block-buffer v0.10.4: the rustflags changed
24822025-01-17T07:44:55.283Z Compiling block-buffer v0.10.4
24832025-01-17T07:44:55.310Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09316e049d0ba851 -C extra-filename=-09316e049d0ba851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842025-01-17T07:44:55.321Z Dirty ppv-lite86 v0.2.20: the rustflags changed
24852025-01-17T07:44:55.321Z Compiling ppv-lite86 v0.2.20
24862025-01-17T07:44:55.324Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f743a5535befe395 -C extra-filename=-f743a5535befe395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-01-17T07:44:55.349Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69903ab7b0254d11 -C extra-filename=-69903ab7b0254d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9ca8da04f825e1e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
24882025-01-17T07:44:55.510Z Dirty zerofrom-derive v0.1.4: the rustflags changed
24892025-01-17T07:44:55.510Z Compiling zerofrom-derive v0.1.4
24902025-01-17T07:44:55.513Z Running `/home/build/.rustup/toolchains/1.84.0-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.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acd23a1c4c9fd620 -C extra-filename=-acd23a1c4c9fd620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-01-17T07:44:55.575Z Dirty digest v0.10.7: the rustflags changed
24922025-01-17T07:44:55.575Z Compiling digest v0.10.7
24932025-01-17T07:44:55.577Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --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=a9f2b4b6a1fbdffa -C extra-filename=-a9f2b4b6a1fbdffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-09316e049d0ba851.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-01-17T07:44:56.045Z Dirty rand_chacha v0.3.1: the rustflags changed
24952025-01-17T07:44:56.045Z Compiling rand_chacha v0.3.1
24962025-01-17T07:44:56.047Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=9739b9fe863466c5 -C extra-filename=-9739b9fe863466c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-f743a5535befe395.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-01-17T07:44:56.110Z Dirty tracing-attributes v0.1.27: the rustflags changed
24982025-01-17T07:44:56.111Z Compiling tracing-attributes v0.1.27
24992025-01-17T07:44:56.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=74c570e1d794f507 -C extra-filename=-74c570e1d794f507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-01-17T07:44:56.335Z Dirty futures-util v0.3.31: the rustflags changed
25012025-01-17T07:44:56.336Z Compiling futures-util v0.3.31
25022025-01-17T07:44:56.360Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=839ba9a41c83a702 -C extra-filename=-839ba9a41c83a702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-27a88e4af62594d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-01-17T07:44:56.498Z Dirty rand v0.8.5: the rustflags changed
25042025-01-17T07:44:56.498Z Compiling rand v0.8.5
25052025-01-17T07:44:56.501Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --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=b7178cfe8cae9365 -C extra-filename=-b7178cfe8cae9365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-01-17T07:44:57.732Z Dirty schemars_derive v0.8.21: the rustflags changed
25072025-01-17T07:44:57.732Z Compiling schemars_derive v0.8.21
25082025-01-17T07:44:57.735Z Running `/home/build/.rustup/toolchains/1.84.0-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.21/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dcab9b3ab95bc8d -C extra-filename=-3dcab9b3ab95bc8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2118dcafe025d36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-01-17T07:44:58.375Z Dirty yoke-derive v0.7.4: the rustflags changed
25102025-01-17T07:44:58.375Z Compiling yoke-derive v0.7.4
25112025-01-17T07:44:58.377Z Running `/home/build/.rustup/toolchains/1.84.0-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.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb69fa11b48ff368 -C extra-filename=-fb69fa11b48ff368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-01-17T07:44:58.743Z Dirty displaydoc v0.2.5: the rustflags changed
25132025-01-17T07:44:58.744Z Compiling displaydoc v0.2.5
25142025-01-17T07:44:58.747Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1be088aac0fcd431 -C extra-filename=-1be088aac0fcd431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-01-17T07:44:59.014Z Dirty zerovec-derive v0.10.3: the rustflags changed
25162025-01-17T07:44:59.014Z Compiling zerovec-derive v0.10.3
25172025-01-17T07:44:59.017Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ca287260767ec2e -C extra-filename=-0ca287260767ec2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-01-17T07:44:59.469Z Dirty zerofrom v0.1.4: the rustflags changed
25192025-01-17T07:44:59.469Z Compiling zerofrom v0.1.4
25202025-01-17T07:44:59.472Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f279d16d3c4986ff -C extra-filename=-f279d16d3c4986ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-acd23a1c4c9fd620.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-01-17T07:44:59.722Z Dirty tracing v0.1.40: the rustflags changed
25222025-01-17T07:44:59.722Z Compiling tracing v0.1.40
25232025-01-17T07:44:59.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=4a49c43766e9a56c -C extra-filename=-4a49c43766e9a56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-74c570e1d794f507.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0ed74dea4f4939a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-01-17T07:44:59.752Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25252025-01-17T07:44:59.752Z Compiling icu_provider_macros v1.5.0
25262025-01-17T07:44:59.752Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57cd680b355bfee1 -C extra-filename=-57cd680b355bfee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-01-17T07:44:59.878Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --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=74905474c961af45 -C extra-filename=-74905474c961af45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
25282025-01-17T07:45:00.253Z Dirty paste v1.0.15: the rustflags changed
25292025-01-17T07:45:00.253Z Compiling paste v1.0.15
25302025-01-17T07:45:00.256Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7270e69f72837507 -C extra-filename=-7270e69f72837507 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-01-17T07:45:00.485Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817/build-script-build`
25322025-01-17T07:45:00.548Z Dirty miniz_oxide v0.8.0: the rustflags changed
25332025-01-17T07:45:00.548Z Compiling miniz_oxide v0.8.0
25342025-01-17T07:45:00.551Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=329e4edf3119c1a5 -C extra-filename=-329e4edf3119c1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-89d10dac645178e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-01-17T07:45:00.823Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507/build-script-build`
25362025-01-17T07:45:00.914Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1d9d1ebbe6560d01 -C extra-filename=-1d9d1ebbe6560d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
25372025-01-17T07:45:00.973Z Dirty tinyvec_macros v0.1.1: the rustflags changed
25382025-01-17T07:45:00.973Z Compiling tinyvec_macros v0.1.1
25392025-01-17T07:45:00.975Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd19653a8d66252f -C extra-filename=-bd19653a8d66252f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-01-17T07:45:01.029Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7e16f148db66112 -C extra-filename=-c7e16f148db66112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
25412025-01-17T07:45:01.090Z Dirty tinyvec v1.8.0: the rustflags changed
25422025-01-17T07:45:01.090Z Compiling tinyvec v1.8.0
25432025-01-17T07:45:01.093Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=63824ab9e110268f -C extra-filename=-63824ab9e110268f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-bd19653a8d66252f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-01-17T07:45:01.357Z Dirty yoke v0.7.4: the rustflags changed
25452025-01-17T07:45:01.357Z Compiling yoke v0.7.4
25462025-01-17T07:45:01.359Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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=line-tables-only --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=213deaed17fe4c91 -C extra-filename=-213deaed17fe4c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-fb69fa11b48ff368.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-01-17T07:45:01.650Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7259561918d96c79 -C extra-filename=-7259561918d96c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
25482025-01-17T07:45:01.709Z Dirty zerovec v0.10.4: the rustflags changed
25492025-01-17T07:45:01.709Z Compiling zerovec v0.10.4
25502025-01-17T07:45:01.711Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9e4bc1d9fdeb3e89 -C extra-filename=-9e4bc1d9fdeb3e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-0ca287260767ec2e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-01-17T07:45:01.822Z Dirty block-padding v0.3.3: the rustflags changed
25522025-01-17T07:45:01.822Z Compiling block-padding v0.3.3
25532025-01-17T07:45:01.825Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=98f6f495d8c43e5d -C extra-filename=-98f6f495d8c43e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-01-17T07:45:02.027Z Dirty atomic-waker v1.1.2: the rustflags changed
25552025-01-17T07:45:02.027Z Compiling atomic-waker v1.1.2
25562025-01-17T07:45:02.030Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=300320b4c213bb02 -C extra-filename=-300320b4c213bb02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-01-17T07:45:02.101Z Dirty time-core v0.1.2: the rustflags changed
25582025-01-17T07:45:02.101Z Compiling time-core v0.1.2
25592025-01-17T07:45:02.104Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c247b003e1bf5756 -C extra-filename=-c247b003e1bf5756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-01-17T07:45:02.139Z Dirty powerfmt v0.2.0: the rustflags changed
25612025-01-17T07:45:02.139Z Compiling powerfmt v0.2.0
25622025-01-17T07:45:02.141Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=281187b8282cd4ff -C extra-filename=-281187b8282cd4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-01-17T07:45:02.220Z Dirty num-conv v0.1.0: the rustflags changed
25642025-01-17T07:45:02.220Z Compiling num-conv v0.1.0
25652025-01-17T07:45:02.223Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=b511a2c685745a80 -C extra-filename=-b511a2c685745a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-01-17T07:45:02.249Z Dirty inout v0.1.3: the rustflags changed
25672025-01-17T07:45:02.249Z Compiling inout v0.1.3
25682025-01-17T07:45:02.252Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=844976e379ef9a19 -C extra-filename=-844976e379ef9a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-98f6f495d8c43e5d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-01-17T07:45:02.317Z Dirty cmake v0.1.51: the rustflags changed
25702025-01-17T07:45:02.317Z Compiling cmake v0.1.51
25712025-01-17T07:45:02.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=632cb98d4b756956 -C extra-filename=-632cb98d4b756956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-01-17T07:45:02.404Z Dirty ahash v0.8.11: the rustflags changed
25732025-01-17T07:45:02.404Z Compiling ahash v0.8.11
25742025-01-17T07:45:02.407Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=9c01f71d77a94b10 -C extra-filename=-9c01f71d77a94b10 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-01-17T07:45:02.519Z Dirty unicode-normalization v0.1.24: the rustflags changed
25762025-01-17T07:45:02.519Z Compiling unicode-normalization v0.1.24
25772025-01-17T07:45:02.523Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea999eb0da411208 -C extra-filename=-ea999eb0da411208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-01-17T07:45:02.551Z Dirty deranged v0.3.11: the rustflags changed
25792025-01-17T07:45:02.551Z Compiling deranged v0.3.11
25802025-01-17T07:45:02.554Z Dirty time-macros v0.2.18: the rustflags changed
25812025-01-17T07:45:02.554Z Compiling time-macros v0.2.18
25822025-01-17T07:45:02.554Z Running `/home/build/.rustup/toolchains/1.84.0-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.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 -C debuginfo=line-tables-only --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 --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=408ff635f0ac8c8d -C extra-filename=-408ff635f0ac8c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-b511a2c685745a80.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-01-17T07:45:02.555Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=dba598fffeb56686 -C extra-filename=-dba598fffeb56686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-281187b8282cd4ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-01-17T07:45:02.604Z Dirty dunce v1.0.5: the rustflags changed
25852025-01-17T07:45:02.604Z Compiling dunce v1.0.5
25862025-01-17T07:45:02.607Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8963394abf5f78f4 -C extra-filename=-8963394abf5f78f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-01-17T07:45:02.772Z Dirty untrusted v0.9.0: the rustflags changed
25882025-01-17T07:45:02.772Z Compiling untrusted v0.9.0
25892025-01-17T07:45:02.775Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c769ba8c7310228 -C extra-filename=-2c769ba8c7310228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-01-17T07:45:02.817Z Dirty num_threads v0.1.7: the rustflags changed
25912025-01-17T07:45:02.817Z Compiling num_threads v0.1.7
25922025-01-17T07:45:02.820Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f095a215d8979552 -C extra-filename=-f095a215d8979552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-01-17T07:45:03.051Z Dirty fs_extra v1.3.0: the rustflags changed
25942025-01-17T07:45:03.051Z Compiling fs_extra v1.3.0
25952025-01-17T07:45:03.054Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04077f29428a2d4b -C extra-filename=-04077f29428a2d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-01-17T07:45:03.078Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=b1f8ac9d5a85687d -C extra-filename=-b1f8ac9d5a85687d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
25972025-01-17T07:45:03.240Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10/build-script-build`
25982025-01-17T07:45:03.327Z Dirty cipher v0.4.4: the rustflags changed
25992025-01-17T07:45:03.327Z Compiling cipher v0.4.4
26002025-01-17T07:45:03.372Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c6e3a96c704ea7e1 -C extra-filename=-c6e3a96c704ea7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-01-17T07:45:03.619Z Dirty tinystr v0.7.6: the rustflags changed
26022025-01-17T07:45:03.619Z Compiling tinystr v0.7.6
26032025-01-17T07:45:03.622Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=56f474dd5f86dacc -C extra-filename=-56f474dd5f86dacc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-01-17T07:45:03.725Z Dirty icu_collections v1.5.0: the rustflags changed
26052025-01-17T07:45:03.726Z Compiling icu_collections v1.5.0
26062025-01-17T07:45:03.728Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=0d76d234b48932d2 -C extra-filename=-0d76d234b48932d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-01-17T07:45:03.753Z Dirty unicode-bidi v0.3.17: the rustflags changed
26082025-01-17T07:45:03.753Z Compiling unicode-bidi v0.3.17
26092025-01-17T07:45:03.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=bb3580d2ff429c8d -C extra-filename=-bb3580d2ff429c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-01-17T07:45:03.890Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a6fc717be49c6018 -C extra-filename=-a6fc717be49c6018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26112025-01-17T07:45:04.002Z Dirty icu_locid v1.5.0: the rustflags changed
26122025-01-17T07:45:04.002Z Compiling icu_locid v1.5.0
26132025-01-17T07:45:04.024Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=fe0b1cf29b075beb -C extra-filename=-fe0b1cf29b075beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-5cd5201825356c11.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-01-17T07:45:04.028Z Dirty sha2 v0.10.8: the rustflags changed
26152025-01-17T07:45:04.028Z Compiling sha2 v0.10.8
26162025-01-17T07:45:04.031Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --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=213933cfbb62a2e4 -C extra-filename=-213933cfbb62a2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-01-17T07:45:04.486Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26182025-01-17T07:45:04.486Z Compiling aws-lc-rs v1.10.0
26192025-01-17T07:45:04.489Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=d0249044ee6dec98 -C extra-filename=-d0249044ee6dec98 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-01-17T07:45:04.956Z Dirty base64ct v1.6.0: the rustflags changed
26212025-01-17T07:45:04.956Z Compiling base64ct v1.6.0
26222025-01-17T07:45:04.958Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=13c7e0208d5dc15e -C extra-filename=-13c7e0208d5dc15e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-01-17T07:45:05.010Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26242025-01-17T07:45:05.010Z Compiling rustls-pki-types v1.10.0
26252025-01-17T07:45:05.040Z Running `/home/build/.rustup/toolchains/1.84.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=d4102aff58bcf5e5 -C extra-filename=-d4102aff58bcf5e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-01-17T07:45:05.084Z Dirty bytes v1.9.0: the rustflags changed
26272025-01-17T07:45:05.084Z Compiling bytes v1.9.0
26282025-01-17T07:45:05.086Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=369ee3d2c774136a -C extra-filename=-369ee3d2c774136a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-01-17T07:45:05.362Z Dirty bitflags v2.6.0: the rustflags changed
26302025-01-17T07:45:05.363Z Compiling bitflags v2.6.0
26312025-01-17T07:45:05.365Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="serde"' --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=01159dab402db438 -C extra-filename=-01159dab402db438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-01-17T07:45:05.562Z Running `/home/build/.rustup/toolchains/1.84.0-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.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --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=9a57d07140db7ded -C extra-filename=-9a57d07140db7ded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
26332025-01-17T07:45:05.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e3d4519553d0e8e7 -C extra-filename=-e3d4519553d0e8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-540490b3b93907e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26342025-01-17T07:45:05.856Z Dirty indexmap v2.7.0: the rustflags changed
26352025-01-17T07:45:05.856Z Compiling indexmap v2.7.0
26362025-01-17T07:45:05.858Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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=line-tables-only '--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=1ccc891f17e7a7a6 -C extra-filename=-1ccc891f17e7a7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-af359b78b2cc337f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-01-17T07:45:05.997Z Dirty tokio v1.43.0: the rustflags changed
26382025-01-17T07:45:05.998Z Compiling tokio v1.43.0
26392025-01-17T07:45:06.001Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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="test-util"' --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=b2c1a03649542c8c -C extra-filename=-b2c1a03649542c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b6ae771187341818.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-01-17T07:45:06.050Z Dirty chrono v0.4.38: the rustflags changed
26412025-01-17T07:45:06.050Z Compiling chrono v0.4.38
26422025-01-17T07:45:06.087Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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=line-tables-only --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=d26e192b7ea979d3 -C extra-filename=-d26e192b7ea979d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-01-17T07:45:06.303Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=14419073895f953e -C extra-filename=-14419073895f953e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
26442025-01-17T07:45:06.525Z Dirty uuid v1.11.0: the rustflags changed
26452025-01-17T07:45:06.525Z Compiling uuid v1.11.0
26462025-01-17T07:45:06.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --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", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2f42bfae58aa2859 -C extra-filename=-2f42bfae58aa2859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-01-17T07:45:07.021Z Dirty http v1.2.0: the rustflags changed
26482025-01-17T07:45:07.021Z Compiling http v1.2.0
26492025-01-17T07:45:07.024Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3774a995781acb23 -C extra-filename=-3774a995781acb23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-01-17T07:45:07.129Z Dirty icu_provider v1.5.0: the rustflags changed
26512025-01-17T07:45:07.129Z Compiling icu_provider v1.5.0
26522025-01-17T07:45:07.132Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=c28a3a334b3bcc75 -C extra-filename=-c28a3a334b3bcc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-57cd680b355bfee1.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-01-17T07:45:07.717Z Dirty time v0.3.36: the rustflags changed
26542025-01-17T07:45:07.717Z Compiling time v0.3.36
26552025-01-17T07:45:07.720Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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 --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=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="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b8f62338069edef3 -C extra-filename=-b8f62338069edef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-dba598fffeb56686.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-b511a2c685745a80.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f095a215d8979552.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-281187b8282cd4ff.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-01-17T07:45:07.966Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26572025-01-17T07:45:07.966Z Compiling icu_locid_transform v1.5.0
26582025-01-17T07:45:08.023Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=187726fad3ce530c -C extra-filename=-187726fad3ce530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b1c787b69297e97d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-01-17T07:45:08.181Z Dirty serde_spanned v0.6.8: the rustflags changed
26602025-01-17T07:45:08.181Z Compiling serde_spanned v0.6.8
26612025-01-17T07:45:08.216Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=b671e902af892656 -C extra-filename=-b671e902af892656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-01-17T07:45:08.459Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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=line-tables-only --cfg 'feature="bytes"' --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=4c4c15d58dd6f243 -C extra-filename=-4c4c15d58dd6f243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3dcab9b3ab95bc8d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26632025-01-17T07:45:08.489Z Dirty toml_datetime v0.6.8: the rustflags changed
26642025-01-17T07:45:08.489Z Compiling toml_datetime v0.6.8
26652025-01-17T07:45:08.492Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=702aef2c8046aee3 -C extra-filename=-702aef2c8046aee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-01-17T07:45:08.991Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26672025-01-17T07:45:08.991Z Compiling serde_tokenstream v0.2.2
26682025-01-17T07:45:08.994Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0db04ce7ccb238b3 -C extra-filename=-0db04ce7ccb238b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-01-17T07:45:09.318Z Dirty which v4.4.2: the rustflags changed
26702025-01-17T07:45:09.318Z Compiling which v4.4.2
26712025-01-17T07:45:09.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=0cdd7ce9511a29ec -C extra-filename=-0cdd7ce9511a29ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-01-17T07:45:09.509Z Dirty icu_properties v1.5.1: the rustflags changed
26732025-01-17T07:45:09.509Z Compiling icu_properties v1.5.1
26742025-01-17T07:45:09.512Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=e2780a5e5251f43f -C extra-filename=-e2780a5e5251f43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-187726fad3ce530c.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-bc5d9fbe90c50abe.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-01-17T07:45:09.604Z Dirty hmac v0.12.1: the rustflags changed
26762025-01-17T07:45:09.604Z Compiling hmac v0.12.1
26772025-01-17T07:45:09.607Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=463f583760c4a0eb -C extra-filename=-463f583760c4a0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-01-17T07:45:09.889Z Dirty gimli v0.31.1: the rustflags changed
26792025-01-17T07:45:09.889Z Compiling gimli v0.31.1
26802025-01-17T07:45:09.893Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.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=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=0256f877021821d8 -C extra-filename=-0256f877021821d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-01-17T07:45:09.918Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=95e0f24eebe7a7b6 -C extra-filename=-95e0f24eebe7a7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-88d3761b5b4b050a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8e2e44174bd79a27.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8979d158a363d4f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d061298049524a8c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0cdd7ce9511a29ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-01-17T07:45:10.489Z Dirty http-body v1.0.1: the rustflags changed
26832025-01-17T07:45:10.489Z Compiling http-body v1.0.1
26842025-01-17T07:45:10.492Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd0120f590377142 -C extra-filename=-dd0120f590377142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-01-17T07:45:10.528Z Dirty object v0.36.5: the rustflags changed
26862025-01-17T07:45:10.529Z Compiling object v0.36.5
26872025-01-17T07:45:10.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.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=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=43c02ebb0ddbb5bf -C extra-filename=-43c02ebb0ddbb5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-01-17T07:45:10.752Z Dirty try-lock v0.2.5: the rustflags changed
26892025-01-17T07:45:10.752Z Compiling try-lock v0.2.5
26902025-01-17T07:45:10.755Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40fb3d637872db69 -C extra-filename=-40fb3d637872db69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-01-17T07:45:10.944Z Dirty untrusted v0.7.1: the rustflags changed
26922025-01-17T07:45:10.944Z Compiling untrusted v0.7.1
26932025-01-17T07:45:10.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6742e56345b9f870 -C extra-filename=-6742e56345b9f870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-01-17T07:45:11.160Z Dirty anyhow v1.0.93: the rustflags changed
26952025-01-17T07:45:11.160Z Compiling anyhow v1.0.93
26962025-01-17T07:45:11.163Z Running `/home/build/.rustup/toolchains/1.84.0-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.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=d70fe477efac010e -C extra-filename=-d70fe477efac010e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-01-17T07:45:11.859Z Dirty mirai-annotations v1.12.0: the rustflags changed
26982025-01-17T07:45:11.859Z Compiling mirai-annotations v1.12.0
26992025-01-17T07:45:11.862Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7a488fcbaa355d2 -C extra-filename=-c7a488fcbaa355d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-01-17T07:45:11.889Z Dirty rustc-demangle v0.1.24: the rustflags changed
27012025-01-17T07:45:11.889Z Compiling rustc-demangle v0.1.24
27022025-01-17T07:45:11.892Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=70b7fc28bb4af819 -C extra-filename=-70b7fc28bb4af819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-01-17T07:45:12.067Z Dirty base64 v0.22.1: the rustflags changed
27042025-01-17T07:45:12.068Z Compiling base64 v0.22.1
27052025-01-17T07:45:12.104Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7fc06bffdc865433 -C extra-filename=-7fc06bffdc865433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-01-17T07:45:12.637Z Dirty httpdate v1.0.3: the rustflags changed
27072025-01-17T07:45:12.637Z Compiling httpdate v1.0.3
27082025-01-17T07:45:12.639Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9467ca7ef9bcfa8 -C extra-filename=-e9467ca7ef9bcfa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-01-17T07:45:12.828Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e/build-script-build`
27102025-01-17T07:45:12.831Z Dirty want v0.3.1: the rustflags changed
27112025-01-17T07:45:12.831Z Compiling want v0.3.1
27122025-01-17T07:45:12.862Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c31e0cedcc79261 -C extra-filename=-0c31e0cedcc79261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-40fb3d637872db69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-01-17T07:45:13.124Z Dirty icu_normalizer v1.5.0: the rustflags changed
27142025-01-17T07:45:13.124Z Compiling icu_normalizer v1.5.0
27152025-01-17T07:45:13.128Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=fe519769932c9d73 -C extra-filename=-fe519769932c9d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-a665c983d42ad140.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-f32504f2be281d16.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-29e7c954aed6cc24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-01-17T07:45:13.166Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27172025-01-17T07:45:13.166Z Compiling pem-rfc7468 v0.7.0
27182025-01-17T07:45:13.192Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e4f92dfc40af4225 -C extra-filename=-e4f92dfc40af4225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-01-17T07:45:13.328Z Dirty openssl-sys v0.9.103: the rustflags changed
27202025-01-17T07:45:13.328Z Compiling openssl-sys v0.9.103
27212025-01-17T07:45:13.331Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=762012c4b4994489 -C extra-filename=-762012c4b4994489 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-762012c4b4994489 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-01-17T07:45:13.882Z Dirty tower-service v0.3.3: the rustflags changed
27232025-01-17T07:45:13.882Z Compiling tower-service v0.3.3
27242025-01-17T07:45:13.885Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68c109a7dea1215e -C extra-filename=-68c109a7dea1215e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-01-17T07:45:14.050Z Dirty idna_adapter v1.2.0: the rustflags changed
27262025-01-17T07:45:14.050Z Compiling idna_adapter v1.2.0
27272025-01-17T07:45:14.053Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=b35a00e56325f226 -C extra-filename=-b35a00e56325f226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-fe519769932c9d73.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-01-17T07:45:14.183Z Dirty addr2line v0.24.2: the rustflags changed
27292025-01-17T07:45:14.183Z Compiling addr2line v0.24.2
27302025-01-17T07:45:14.186Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=07f1e7fb79503da7 -C extra-filename=-07f1e7fb79503da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-0256f877021821d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-01-17T07:45:14.307Z Dirty idna v1.0.3: the rustflags changed
27322025-01-17T07:45:14.307Z Compiling idna v1.0.3
27332025-01-17T07:45:14.334Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=9888d592d39ed80c -C extra-filename=-9888d592d39ed80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-b35a00e56325f226.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-01-17T07:45:14.544Z Dirty tokio-util v0.7.12: the rustflags changed
27352025-01-17T07:45:14.544Z Compiling tokio-util v0.7.12
27362025-01-17T07:45:14.547Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --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=2586409ea37385a4 -C extra-filename=-2586409ea37385a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-01-17T07:45:14.752Z Dirty slog v2.7.0: the rustflags changed
27382025-01-17T07:45:14.752Z Compiling slog v2.7.0
27392025-01-17T07:45:14.755Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --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=5991412ba4ef37fc -C extra-filename=-5991412ba4ef37fc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-01-17T07:45:14.889Z Dirty async-trait v0.1.83: the rustflags changed
27412025-01-17T07:45:14.889Z Compiling async-trait v0.1.83
27422025-01-17T07:45:14.889Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-762012c4b4994489/build-script-main`
27432025-01-17T07:45:14.892Z Running `/home/build/.rustup/toolchains/1.84.0-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.83/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=897d930859dde460 -C extra-filename=-897d930859dde460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-01-17T07:45:14.991Z Dirty url v2.5.3: the rustflags changed
27452025-01-17T07:45:14.991Z Compiling url v2.5.3
27462025-01-17T07:45:14.994Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e8de6a5c1cd11221 -C extra-filename=-e8de6a5c1cd11221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9888d592d39ed80c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-01-17T07:45:15.320Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc/build-script-build`
27482025-01-17T07:45:15.409Z Dirty mime v0.3.17: the rustflags changed
27492025-01-17T07:45:15.409Z Compiling mime v0.3.17
27502025-01-17T07:45:15.412Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fd47857214c95c3 -C extra-filename=-3fd47857214c95c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-01-17T07:45:15.837Z Dirty h2 v0.4.6: the rustflags changed
27522025-01-17T07:45:15.837Z Compiling h2 v0.4.6
27532025-01-17T07:45:15.840Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=88443e1187b8ede3 -C extra-filename=-88443e1187b8ede3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-300320b4c213bb02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-01-17T07:45:15.951Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --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=f36114cf7413752c -C extra-filename=-f36114cf7413752c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
27552025-01-17T07:45:16.001Z Dirty der_derive v0.7.3: the rustflags changed
27562025-01-17T07:45:16.001Z Compiling der_derive v0.7.3
27572025-01-17T07:45:16.019Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d25ec0d24cda5aaa -C extra-filename=-d25ec0d24cda5aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-01-17T07:45:16.702Z Dirty flagset v0.4.6: the rustflags changed
27592025-01-17T07:45:16.702Z Compiling flagset v0.4.6
27602025-01-17T07:45:16.707Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=9e80d58319b397c5 -C extra-filename=-9e80d58319b397c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-01-17T07:45:16.883Z Dirty http-body-util v0.1.2: the rustflags changed
27622025-01-17T07:45:16.883Z Compiling http-body-util v0.1.2
27632025-01-17T07:45:16.886Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50b83adea387f3c1 -C extra-filename=-50b83adea387f3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-01-17T07:45:16.947Z Dirty pbkdf2 v0.12.2: the rustflags changed
27652025-01-17T07:45:16.947Z Compiling pbkdf2 v0.12.2
27662025-01-17T07:45:16.971Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f707f817214e2455 -C extra-filename=-f707f817214e2455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-01-17T07:45:17.148Z Dirty backtrace v0.3.74: the rustflags changed
27682025-01-17T07:45:17.148Z Compiling backtrace v0.3.74
27692025-01-17T07:45:17.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=ee6b8fbd3d7b8fc3 -C extra-filename=-ee6b8fbd3d7b8fc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-07f1e7fb79503da7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-43c02ebb0ddbb5bf.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70b7fc28bb4af819.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-01-17T07:45:17.386Z Dirty rustc_version v0.4.1: the rustflags changed
27712025-01-17T07:45:17.386Z Compiling rustc_version v0.4.1
27722025-01-17T07:45:17.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87cd6b4b517bea28 -C extra-filename=-87cd6b4b517bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-01-17T07:45:17.506Z Dirty aes v0.8.4: the rustflags changed
27742025-01-17T07:45:17.506Z Compiling aes v0.8.4
27752025-01-17T07:45:17.509Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=473099c43290a81c -C extra-filename=-473099c43290a81c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-01-17T07:45:17.650Z Dirty ipnet v2.10.1: the rustflags changed
27772025-01-17T07:45:17.651Z Compiling ipnet v2.10.1
27782025-01-17T07:45:17.676Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=33eb166cd2a8508e -C extra-filename=-33eb166cd2a8508e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-01-17T07:45:18.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9392e5b1dc48e458 -C extra-filename=-9392e5b1dc48e458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-ee6b8fbd3d7b8fc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --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)'`
27802025-01-17T07:45:18.576Z Dirty der v0.7.9: the rustflags changed
27812025-01-17T07:45:18.576Z Compiling der v0.7.9
27822025-01-17T07:45:18.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=be7fb8384212584f -C extra-filename=-be7fb8384212584f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d25ec0d24cda5aaa.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9e80d58319b397c5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-01-17T07:45:18.891Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27842025-01-17T07:45:18.891Z Compiling rustls-pemfile v2.2.0
27852025-01-17T07:45:18.894Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57abaa9443df0306 -C extra-filename=-57abaa9443df0306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-01-17T07:45:18.969Z Dirty cbc v0.1.2: the rustflags changed
27872025-01-17T07:45:18.969Z Compiling cbc v0.1.2
27882025-01-17T07:45:18.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=b0161c8d12724da7 -C extra-filename=-b0161c8d12724da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-01-17T07:45:19.238Z Dirty salsa20 v0.10.2: the rustflags changed
27902025-01-17T07:45:19.238Z Compiling salsa20 v0.10.2
27912025-01-17T07:45:19.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9385970dc6612a03 -C extra-filename=-9385970dc6612a03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-01-17T07:45:19.270Z Dirty rustversion v1.0.17: the rustflags changed
27932025-01-17T07:45:19.270Z Compiling rustversion v1.0.17
27942025-01-17T07:45:19.273Z Running `/home/build/.rustup/toolchains/1.84.0-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.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8eda4d6fd48e8e7 -C extra-filename=-b8eda4d6fd48e8e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-01-17T07:45:19.490Z Dirty openssl v0.10.66: the rustflags changed
27962025-01-17T07:45:19.490Z Compiling openssl v0.10.66
27972025-01-17T07:45:19.494Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1017326139d51462 -C extra-filename=-1017326139d51462 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-01-17T07:45:19.800Z Dirty foreign-types-shared v0.1.1: the rustflags changed
27992025-01-17T07:45:19.800Z Compiling foreign-types-shared v0.1.1
28002025-01-17T07:45:19.802Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f584848380c25a4e -C extra-filename=-f584848380c25a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-01-17T07:45:19.947Z Dirty openssl-probe v0.1.5: the rustflags changed
28022025-01-17T07:45:19.947Z Compiling openssl-probe v0.1.5
28032025-01-17T07:45:19.950Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0545e742edad87bb -C extra-filename=-0545e742edad87bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-01-17T07:45:20.003Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462/build-script-build`
28052025-01-17T07:45:20.048Z Dirty foreign-types v0.3.2: the rustflags changed
28062025-01-17T07:45:20.048Z Compiling foreign-types v0.3.2
28072025-01-17T07:45:20.074Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dce0a5f485344e44 -C extra-filename=-dce0a5f485344e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-f584848380c25a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-01-17T07:45:20.078Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7/build-script-build`
28092025-01-17T07:45:20.157Z Dirty scrypt v0.11.0: the rustflags changed
28102025-01-17T07:45:20.157Z Compiling scrypt v0.11.0
28112025-01-17T07:45:20.160Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=ca726ae59639b509 -C extra-filename=-ca726ae59639b509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-9385970dc6612a03.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-01-17T07:45:20.187Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28132025-01-17T07:45:20.187Z Compiling serde_urlencoded v0.7.1
28142025-01-17T07:45:20.206Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=06d8ed454e1d936d -C extra-filename=-06d8ed454e1d936d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --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"))' --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(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)'`
28152025-01-17T07:45:20.211Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=816cf77ff72cdc50 -C extra-filename=-816cf77ff72cdc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-01-17T07:45:20.265Z Dirty futures-executor v0.3.31: the rustflags changed
28172025-01-17T07:45:20.265Z Compiling futures-executor v0.3.31
28182025-01-17T07:45:20.268Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8eeae466febe96f5 -C extra-filename=-8eeae466febe96f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-01-17T07:45:20.320Z Dirty openssl-macros v0.1.1: the rustflags changed
28202025-01-17T07:45:20.320Z Compiling openssl-macros v0.1.1
28212025-01-17T07:45:20.323Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f278b2464b1b20d -C extra-filename=-8f278b2464b1b20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-01-17T07:45:20.718Z Dirty spki v0.7.3: the rustflags changed
28232025-01-17T07:45:20.718Z Compiling spki v0.7.3
28242025-01-17T07:45:20.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=d1fbc7835bc0f1b3 -C extra-filename=-d1fbc7835bc0f1b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-01-17T07:45:20.748Z Dirty encoding_rs v0.8.34: the rustflags changed
28262025-01-17T07:45:20.748Z Compiling encoding_rs v0.8.34
28272025-01-17T07:45:20.751Z Running `/home/build/.rustup/toolchains/1.84.0-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=5bbd5d6599ea15c7 -C extra-filename=-5bbd5d6599ea15c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-01-17T07:45:20.825Z Dirty camino v1.1.9: the rustflags changed
28292025-01-17T07:45:20.825Z Compiling camino v1.1.9
28302025-01-17T07:45:20.828Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=7e9412332707da98 -C extra-filename=-7e9412332707da98 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-01-17T07:45:21.102Z Dirty rustls v0.23.19: the rustflags changed
28322025-01-17T07:45:21.102Z Compiling rustls v0.23.19
28332025-01-17T07:45:21.105Z Running `/home/build/.rustup/toolchains/1.84.0-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --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=80074849aabc2540 -C extra-filename=-80074849aabc2540 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-01-17T07:45:21.209Z Dirty pkcs5 v0.7.1: the rustflags changed
28352025-01-17T07:45:21.209Z Compiling pkcs5 v0.7.1
28362025-01-17T07:45:21.211Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=c9208cf3ec75bafe -C extra-filename=-c9208cf3ec75bafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-ca726ae59639b509.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-01-17T07:45:21.421Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=df6493cd61430fff -C extra-filename=-df6493cd61430fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8f278b2464b1b20d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --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"))' --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(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)'`
28382025-01-17T07:45:21.451Z Dirty futures v0.3.31: the rustflags changed
28392025-01-17T07:45:21.451Z Compiling futures v0.3.31
28402025-01-17T07:45:21.451Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=8cb871a83619a59b -C extra-filename=-8cb871a83619a59b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-8eeae466febe96f5.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-01-17T07:45:21.509Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98/build-script-build`
28422025-01-17T07:45:21.582Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99c0464e9f1cdfe0 -C extra-filename=-99c0464e9f1cdfe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
28432025-01-17T07:45:21.614Z Dirty openapiv3 v2.0.0: the rustflags changed
28442025-01-17T07:45:21.614Z Compiling openapiv3 v2.0.0
28452025-01-17T07:45:21.617Z Dirty winnow v0.6.20: the rustflags changed
28462025-01-17T07:45:21.617Z Compiling winnow v0.6.20
28472025-01-17T07:45:21.637Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2142c2f6805d4362 -C extra-filename=-2142c2f6805d4362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-01-17T07:45:21.640Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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=line-tables-only --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' '--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=bc8fd8ce66d5dae8 -C extra-filename=-bc8fd8ce66d5dae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-01-17T07:45:22.327Z Dirty native-tls v0.2.12: the rustflags changed
28502025-01-17T07:45:22.327Z Compiling native-tls v0.2.12
28512025-01-17T07:45:22.329Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=790ba40f1b41caf5 -C extra-filename=-790ba40f1b41caf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-01-17T07:45:22.754Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5/build-script-build`
28532025-01-17T07:45:22.797Z Dirty pkcs8 v0.10.2: the rustflags changed
28542025-01-17T07:45:22.797Z Compiling pkcs8 v0.10.2
28552025-01-17T07:45:22.799Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=218e1257dc2ac17b -C extra-filename=-218e1257dc2ac17b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-01-17T07:45:23.000Z Dirty hyper v1.5.2: the rustflags changed
28572025-01-17T07:45:23.001Z Compiling hyper v1.5.2
28582025-01-17T07:45:23.004Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=5964373241b07325 -C extra-filename=-5964373241b07325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88443e1187b8ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0c31e0cedcc79261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-01-17T07:45:23.546Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b1ce1825125c2b44 -C extra-filename=-b1ce1825125c2b44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
28602025-01-17T07:45:24.457Z Dirty cookie v0.18.1: the rustflags changed
28612025-01-17T07:45:24.457Z Compiling cookie v0.18.1
28622025-01-17T07:45:24.460Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=7143535549929882 -C extra-filename=-7143535549929882 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-01-17T07:45:24.860Z Dirty utf8parse v0.2.2: the rustflags changed
28642025-01-17T07:45:24.860Z Compiling utf8parse v0.2.2
28652025-01-17T07:45:24.863Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=064524b04a714b2d -C extra-filename=-064524b04a714b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-01-17T07:45:25.019Z Dirty data-encoding v2.6.0: the rustflags changed
28672025-01-17T07:45:25.019Z Compiling data-encoding v2.6.0
28682025-01-17T07:45:25.049Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d7fd5a150541115 -C extra-filename=-6d7fd5a150541115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-01-17T07:45:25.062Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882/build-script-build`
28702025-01-17T07:45:25.153Z Dirty idna v0.3.0: the rustflags changed
28712025-01-17T07:45:25.153Z Compiling idna v0.3.0
28722025-01-17T07:45:25.156Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=540c3f1816967086 -C extra-filename=-540c3f1816967086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-01-17T07:45:25.180Z Dirty is-terminal v0.4.13: the rustflags changed
28742025-01-17T07:45:25.180Z Compiling is-terminal v0.4.13
28752025-01-17T07:45:25.183Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85dfffb28296b5e9 -C extra-filename=-85dfffb28296b5e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-01-17T07:45:25.341Z Dirty unicode-width v0.1.14: the rustflags changed
28772025-01-17T07:45:25.341Z Compiling unicode-width v0.1.14
28782025-01-17T07:45:25.344Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=5b836c922ad74bb3 -C extra-filename=-5b836c922ad74bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-01-17T07:45:25.514Z Dirty hyper-util v0.1.10: the rustflags changed
28802025-01-17T07:45:25.514Z Compiling hyper-util v0.1.10
28812025-01-17T07:45:25.517Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=9a5e4f3f27dd75b5 -C extra-filename=-9a5e4f3f27dd75b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-01-17T07:45:25.906Z Dirty psl-types v2.0.11: the rustflags changed
28832025-01-17T07:45:25.906Z Compiling psl-types v2.0.11
28842025-01-17T07:45:25.910Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe679681e8fcc66f -C extra-filename=-fe679681e8fcc66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-01-17T07:45:26.136Z Dirty winnow v0.5.40: the rustflags changed
28862025-01-17T07:45:26.136Z Compiling winnow v0.5.40
28872025-01-17T07:45:26.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=9463a7d469a7166a -C extra-filename=-9463a7d469a7166a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-01-17T07:45:26.206Z Dirty publicsuffix v2.2.3: the rustflags changed
28892025-01-17T07:45:26.206Z Compiling publicsuffix v2.2.3
28902025-01-17T07:45:26.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=6dba8ae1c4851ad7 -C extra-filename=-6dba8ae1c4851ad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-540c3f1816967086.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-fe679681e8fcc66f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-01-17T07:45:26.495Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4a2c5dab179f575f -C extra-filename=-4a2c5dab179f575f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-01-17T07:45:26.748Z Dirty webpki-roots v0.26.6: the rustflags changed
28932025-01-17T07:45:26.748Z Compiling webpki-roots v0.26.6
28942025-01-17T07:45:26.751Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12aab8f306fe6ace -C extra-filename=-12aab8f306fe6ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-01-17T07:45:26.775Z Dirty idna v0.5.0: the rustflags changed
28962025-01-17T07:45:26.775Z Compiling idna v0.5.0
28972025-01-17T07:45:26.778Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=687baeab1d5c97c9 -C extra-filename=-687baeab1d5c97c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-01-17T07:45:26.997Z Dirty sha1 v0.10.6: the rustflags changed
28992025-01-17T07:45:26.997Z Compiling sha1 v0.10.6
29002025-01-17T07:45:27.000Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --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=4431cc600e503159 -C extra-filename=-4431cc600e503159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-01-17T07:45:27.064Z Dirty ucd-trie v0.1.7: the rustflags changed
29022025-01-17T07:45:27.064Z Compiling ucd-trie v0.1.7
29032025-01-17T07:45:27.068Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-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=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57a8d7744562e4a1 -C extra-filename=-57a8d7744562e4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-01-17T07:45:27.484Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ee8c689459ae1d06 -C extra-filename=-ee8c689459ae1d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
29052025-01-17T07:45:27.513Z Dirty anstyle v1.0.10: the rustflags changed
29062025-01-17T07:45:27.513Z Compiling anstyle v1.0.10
29072025-01-17T07:45:27.516Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=306c1e1ce10f7b6c -C extra-filename=-306c1e1ce10f7b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-01-17T07:45:27.633Z Dirty pest v2.7.14: the rustflags changed
29092025-01-17T07:45:27.633Z Compiling pest v2.7.14
29102025-01-17T07:45:27.636Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e54700061fc940c7 -C extra-filename=-e54700061fc940c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57a8d7744562e4a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-01-17T07:45:28.014Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29122025-01-17T07:45:28.014Z Compiling tokio-native-tls v0.3.1
29132025-01-17T07:45:28.016Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=52293d096a5243b0 -C extra-filename=-52293d096a5243b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ee8c689459ae1d06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29142025-01-17T07:45:28.116Z Dirty cookie_store v0.21.0: the rustflags changed
29152025-01-17T07:45:28.116Z Compiling cookie_store v0.21.0
29162025-01-17T07:45:28.123Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=bed8608581f1c38b -C extra-filename=-bed8608581f1c38b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-687baeab1d5c97c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-6dba8ae1c4851ad7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-01-17T07:45:28.335Z Dirty hyper-tls v0.6.0: the rustflags changed
29182025-01-17T07:45:28.335Z Compiling hyper-tls v0.6.0
29192025-01-17T07:45:28.338Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e0681150a9aade4b -C extra-filename=-e0681150a9aade4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ee8c689459ae1d06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-52293d096a5243b0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29202025-01-17T07:45:28.363Z Dirty sync_wrapper v1.0.1: the rustflags changed
29212025-01-17T07:45:28.364Z Compiling sync_wrapper v1.0.1
29222025-01-17T07:45:28.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a5914ea7e9a792fe -C extra-filename=-a5914ea7e9a792fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-01-17T07:45:28.552Z Dirty dirs-sys-next v0.1.2: the rustflags changed
29242025-01-17T07:45:28.552Z Compiling dirs-sys-next v0.1.2
29252025-01-17T07:45:28.555Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b4e22f528d4b055 -C extra-filename=-1b4e22f528d4b055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-01-17T07:45:28.555Z Dirty siphasher v0.3.11: the rustflags changed
29272025-01-17T07:45:28.555Z Compiling siphasher v0.3.11
29282025-01-17T07:45:28.577Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=19946207e45caf8b -C extra-filename=-19946207e45caf8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-01-17T07:45:28.762Z Dirty toml_edit v0.22.22: the rustflags changed
29302025-01-17T07:45:28.762Z Compiling toml_edit v0.22.22
29312025-01-17T07:45:28.764Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --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="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=b9ed638281fb6747 -C extra-filename=-b9ed638281fb6747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-01-17T07:45:28.970Z Dirty dirs-next v2.0.0: the rustflags changed
29332025-01-17T07:45:28.970Z Compiling dirs-next v2.0.0
29342025-01-17T07:45:28.973Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a179540f5742d19d -C extra-filename=-a179540f5742d19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-1b4e22f528d4b055.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-01-17T07:45:29.135Z Dirty scroll_derive v0.12.0: the rustflags changed
29362025-01-17T07:45:29.136Z Compiling scroll_derive v0.12.0
29372025-01-17T07:45:29.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6398dfa259878bf7 -C extra-filename=-6398dfa259878bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-01-17T07:45:29.206Z Dirty term v0.7.0: the rustflags changed
29392025-01-17T07:45:29.206Z Compiling term v0.7.0
29402025-01-17T07:45:29.215Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f8b0ac67cd79d1f -C extra-filename=-5f8b0ac67cd79d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-a179540f5742d19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-01-17T07:45:29.262Z Dirty anstyle-parse v0.2.5: the rustflags changed
29422025-01-17T07:45:29.262Z Compiling anstyle-parse v0.2.5
29432025-01-17T07:45:29.265Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only '--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' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=6bdc11d7c0d7a508 -C extra-filename=-6bdc11d7c0d7a508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-01-17T07:45:29.589Z Dirty toml_edit v0.19.15: the rustflags changed
29452025-01-17T07:45:29.589Z Compiling toml_edit v0.19.15
29462025-01-17T07:45:29.606Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=6f976decdfac1eaf -C extra-filename=-6f976decdfac1eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-9463a7d469a7166a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-01-17T07:45:29.621Z Dirty signature v2.2.0: the rustflags changed
29482025-01-17T07:45:29.621Z Compiling signature v2.2.0
29492025-01-17T07:45:29.624Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29502025-01-17T07:45:29.624Z Compiling is_terminal_polyfill v1.70.1
29512025-01-17T07:45:29.645Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=b0db2b38740e3aa2 -C extra-filename=-b0db2b38740e3aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-01-17T07:45:29.649Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only '--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=dabb91fca72a99df -C extra-filename=-dabb91fca72a99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-01-17T07:45:29.811Z Dirty heck v0.4.1: the rustflags changed
29542025-01-17T07:45:29.811Z Compiling heck v0.4.1
29552025-01-17T07:45:29.814Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=17774551a3c17b51 -C extra-filename=-17774551a3c17b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-01-17T07:45:29.953Z Dirty anstyle-query v1.1.1: the rustflags changed
29572025-01-17T07:45:29.953Z Compiling anstyle-query v1.1.1
29582025-01-17T07:45:29.956Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only '--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=938ed45a96b335ad -C extra-filename=-938ed45a96b335ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-01-17T07:45:30.139Z Dirty colorchoice v1.0.2: the rustflags changed
29602025-01-17T07:45:30.139Z Compiling colorchoice v1.0.2
29612025-01-17T07:45:30.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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=line-tables-only '--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=1ec9c3fbb1f08f16 -C extra-filename=-1ec9c3fbb1f08f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-01-17T07:45:30.271Z Dirty pest_meta v2.7.14: the rustflags changed
29632025-01-17T07:45:30.271Z Compiling pest_meta v2.7.14
29642025-01-17T07:45:30.274Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=7dc8337381f6d65d -C extra-filename=-7dc8337381f6d65d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-01-17T07:45:30.341Z Dirty plain v0.2.3: the rustflags changed
29662025-01-17T07:45:30.341Z Compiling plain v0.2.3
29672025-01-17T07:45:30.344Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8276dd51c6496c1 -C extra-filename=-e8276dd51c6496c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-01-17T07:45:30.521Z Dirty anstream v0.6.15: the rustflags changed
29692025-01-17T07:45:30.521Z Compiling anstream v0.6.15
29702025-01-17T07:45:30.537Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=line-tables-only '--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' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=1c8185022a2fe8a2 -C extra-filename=-1c8185022a2fe8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6bdc11d7c0d7a508.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-938ed45a96b335ad.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1ec9c3fbb1f08f16.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dabb91fca72a99df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-01-17T07:45:30.550Z Dirty terminal_size v0.4.0: the rustflags changed
29722025-01-17T07:45:30.550Z Compiling terminal_size v0.4.0
29732025-01-17T07:45:30.553Z Running `/home/build/.rustup/toolchains/1.84.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=765b90522ac94e7f -C extra-filename=-765b90522ac94e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-01-17T07:45:30.695Z Dirty usdt-impl v0.5.0: the rustflags changed
29752025-01-17T07:45:30.695Z Compiling usdt-impl v0.5.0
29762025-01-17T07:45:30.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b131c588103caa76 -C extra-filename=-b131c588103caa76 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-01-17T07:45:30.770Z Dirty scroll v0.12.0: the rustflags changed
29782025-01-17T07:45:30.770Z Compiling scroll v0.12.0
29792025-01-17T07:45:30.773Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=6ec3730eba41ec3c -C extra-filename=-6ec3730eba41ec3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-6398dfa259878bf7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-01-17T07:45:30.802Z Dirty pretty-hex v0.4.1: the rustflags changed
29812025-01-17T07:45:30.802Z Compiling pretty-hex v0.4.1
29822025-01-17T07:45:30.806Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=61f3ff9327ee1d10 -C extra-filename=-61f3ff9327ee1d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-01-17T07:45:31.032Z Dirty clap_lex v0.7.2: the rustflags changed
29842025-01-17T07:45:31.032Z Compiling clap_lex v0.7.2
29852025-01-17T07:45:31.074Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only '--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::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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a54459e48e0939f -C extra-filename=-9a54459e48e0939f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-01-17T07:45:31.103Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29872025-01-17T07:45:31.103Z Compiling unicode-segmentation v1.12.0
29882025-01-17T07:45:31.106Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4466e3a88ed6f5e1 -C extra-filename=-4466e3a88ed6f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-01-17T07:45:31.194Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76/build-script-build`
29902025-01-17T07:45:31.316Z Dirty goblin v0.8.2: the rustflags changed
29912025-01-17T07:45:31.316Z Compiling goblin v0.8.2
29922025-01-17T07:45:31.319Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=bdfb595a1452c7cf -C extra-filename=-bdfb595a1452c7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e8276dd51c6496c1.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6ec3730eba41ec3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-01-17T07:45:31.370Z Dirty clap_builder v4.5.21: the rustflags changed
29942025-01-17T07:45:31.370Z Compiling clap_builder v4.5.21
29952025-01-17T07:45:31.374Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --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="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --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=7283379a8624c9c3 -C extra-filename=-7283379a8624c9c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-1c8185022a2fe8a2.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9a54459e48e0939f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-765b90522ac94e7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-01-17T07:45:31.475Z Dirty clap_derive v4.5.18: the rustflags changed
29972025-01-17T07:45:31.475Z Compiling clap_derive v4.5.18
29982025-01-17T07:45:31.477Z Running `/home/build/.rustup/toolchains/1.84.0-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.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 -C debuginfo=line-tables-only --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::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-v5"))' -C metadata=a140fff7441773ce -C extra-filename=-a140fff7441773ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-01-17T07:45:31.987Z Dirty pest_generator v2.7.14: the rustflags changed
30002025-01-17T07:45:31.988Z Compiling pest_generator v2.7.14
30012025-01-17T07:45:31.991Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=3a9a3b75748783ff -C extra-filename=-3a9a3b75748783ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7dc8337381f6d65d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-01-17T07:45:33.965Z Dirty itertools v0.10.5: the rustflags changed
30032025-01-17T07:45:33.965Z Compiling itertools v0.10.5
30042025-01-17T07:45:33.968Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=0ea64c80b6db031d -C extra-filename=-0ea64c80b6db031d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-01-17T07:45:34.661Z Dirty pest_derive v2.7.14: the rustflags changed
30062025-01-17T07:45:34.661Z Compiling pest_derive v2.7.14
30072025-01-17T07:45:34.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=727f2556364ea801 -C extra-filename=-727f2556364ea801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-3a9a3b75748783ff.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-01-17T07:45:35.733Z Dirty dtrace-parser v0.2.0: the rustflags changed
30092025-01-17T07:45:35.733Z Compiling dtrace-parser v0.2.0
30102025-01-17T07:45:35.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=305eeae961c1807f -C extra-filename=-305eeae961c1807f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-727f2556364ea801.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-01-17T07:45:36.322Z Dirty thread-id v4.2.2: the rustflags changed
30122025-01-17T07:45:36.322Z Compiling thread-id v4.2.2
30132025-01-17T07:45:36.325Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672006b34bbe454d -C extra-filename=-672006b34bbe454d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-01-17T07:45:36.357Z Dirty crc32fast v1.4.2: the rustflags changed
30152025-01-17T07:45:36.357Z Compiling crc32fast v1.4.2
30162025-01-17T07:45:36.360Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc3ea3725139f5f8 -C extra-filename=-fc3ea3725139f5f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-01-17T07:45:36.468Z Dirty base16ct v0.2.0: the rustflags changed
30182025-01-17T07:45:36.469Z Compiling base16ct v0.2.0
30192025-01-17T07:45:36.554Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e8b2861f754b86e4 -C extra-filename=-e8b2861f754b86e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-01-17T07:45:36.558Z Dirty clap v4.5.21: the rustflags changed
30212025-01-17T07:45:36.558Z Compiling clap v4.5.21
30222025-01-17T07:45:36.561Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=line-tables-only --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="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=57f12d656647b1c9 -C extra-filename=-57f12d656647b1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a140fff7441773ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-01-17T07:45:36.702Z Dirty sec1 v0.7.3: the rustflags changed
30242025-01-17T07:45:36.702Z Compiling sec1 v0.7.3
30252025-01-17T07:45:36.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=6e7829e22b87aae1 -C extra-filename=-6e7829e22b87aae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-01-17T07:45:36.732Z Dirty toml v0.8.19: the rustflags changed
30272025-01-17T07:45:36.732Z Compiling toml v0.8.19
30282025-01-17T07:45:36.732Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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=line-tables-only --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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=75da850f88b93e4d -C extra-filename=-75da850f88b93e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-01-17T07:45:36.763Z Dirty num-integer v0.1.46: the rustflags changed
30302025-01-17T07:45:36.763Z Compiling num-integer v0.1.46
30312025-01-17T07:45:36.766Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=deb592893980e78a -C extra-filename=-deb592893980e78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-01-17T07:45:36.799Z Dirty ff v0.13.0: the rustflags changed
30332025-01-17T07:45:36.799Z Compiling ff v0.13.0
30342025-01-17T07:45:36.802Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=db22b4d70e3c50f9 -C extra-filename=-db22b4d70e3c50f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-01-17T07:45:37.059Z Dirty group v0.13.0: the rustflags changed
30362025-01-17T07:45:37.059Z Compiling group v0.13.0
30372025-01-17T07:45:37.062Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=c0ac856128960c2e -C extra-filename=-c0ac856128960c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-01-17T07:45:37.276Z Dirty dof v0.3.0: the rustflags changed
30392025-01-17T07:45:37.276Z Compiling dof v0.3.0
30402025-01-17T07:45:37.279Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f7fa3da68d019689 -C extra-filename=-f7fa3da68d019689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-bdfb595a1452c7cf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-01-17T07:45:37.407Z Dirty hkdf v0.12.4: the rustflags changed
30422025-01-17T07:45:37.407Z Compiling hkdf v0.12.4
30432025-01-17T07:45:37.410Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0b49d55e9adf309b -C extra-filename=-0b49d55e9adf309b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-01-17T07:45:37.518Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30452025-01-17T07:45:37.518Z Compiling crossbeam-epoch v0.9.18
30462025-01-17T07:45:37.521Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=48c8eacb47accb9a -C extra-filename=-48c8eacb47accb9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-01-17T07:45:37.614Z Dirty crypto-bigint v0.5.5: the rustflags changed
30482025-01-17T07:45:37.614Z Compiling crypto-bigint v0.5.5
30492025-01-17T07:45:37.617Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=c56438c4337cf0f8 -C extra-filename=-c56438c4337cf0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-01-17T07:45:37.689Z Dirty static_assertions v1.1.0: the rustflags changed
30512025-01-17T07:45:37.689Z Compiling static_assertions v1.1.0
30522025-01-17T07:45:37.694Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fe33a9ed2bbee5cb -C extra-filename=-fe33a9ed2bbee5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-01-17T07:45:37.833Z Dirty utf-8 v0.7.6: the rustflags changed
30542025-01-17T07:45:37.833Z Compiling utf-8 v0.7.6
30552025-01-17T07:45:37.835Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2c4e1bab67cf4d6 -C extra-filename=-f2c4e1bab67cf4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-01-17T07:45:38.210Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=dcc263cdf7836827 -C extra-filename=-dcc263cdf7836827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-672006b34bbe454d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30572025-01-17T07:45:38.279Z Dirty bitflags v1.3.2: the rustflags changed
30582025-01-17T07:45:38.279Z Compiling bitflags v1.3.2
30592025-01-17T07:45:38.282Z Dirty rayon-core v1.12.1: the rustflags changed
30602025-01-17T07:45:38.282Z Compiling rayon-core v1.12.1
30612025-01-17T07:45:38.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=f603d2aad5e0b54d -C extra-filename=-f603d2aad5e0b54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-01-17T07:45:38.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2c53aee684955e1b -C extra-filename=-2c53aee684955e1b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-01-17T07:45:38.427Z Dirty hex v0.4.3: the rustflags changed
30642025-01-17T07:45:38.428Z Compiling hex v0.4.3
30652025-01-17T07:45:38.432Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=9d458307bf9bbccd -C extra-filename=-9d458307bf9bbccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-01-17T07:45:38.709Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b/build-script-build`
30672025-01-17T07:45:38.729Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30682025-01-17T07:45:38.729Z Compiling crossbeam-channel v0.5.13
30692025-01-17T07:45:38.732Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2592bbf09d20250 -C extra-filename=-b2592bbf09d20250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-01-17T07:45:39.052Z Dirty memmap v0.7.0: the rustflags changed
30712025-01-17T07:45:39.052Z Compiling memmap v0.7.0
30722025-01-17T07:45:39.055Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e1ecab2f49eebaf -C extra-filename=-6e1ecab2f49eebaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-01-17T07:45:39.237Z Dirty thread_local v1.1.8: the rustflags changed
30742025-01-17T07:45:39.237Z Compiling thread_local v1.1.8
30752025-01-17T07:45:39.240Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2094d41bd48cf0ec -C extra-filename=-2094d41bd48cf0ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-01-17T07:45:39.421Z Dirty slog-async v2.8.0: the rustflags changed
30772025-01-17T07:45:39.421Z Compiling slog-async v2.8.0
30782025-01-17T07:45:39.427Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=8ba10b168783a208 -C extra-filename=-8ba10b168783a208 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-01-17T07:45:39.598Z Dirty bit-vec v0.6.3: the rustflags changed
30802025-01-17T07:45:39.598Z Compiling bit-vec v0.6.3
30812025-01-17T07:45:39.600Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=97672bc6c1d66d83 -C extra-filename=-97672bc6c1d66d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-01-17T07:45:39.730Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30832025-01-17T07:45:39.730Z Compiling crossbeam-deque v0.8.5
30842025-01-17T07:45:39.733Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=93cb16adfbbee0c4 -C extra-filename=-93cb16adfbbee0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-01-17T07:45:39.761Z Dirty num-iter v0.1.45: the rustflags changed
30862025-01-17T07:45:39.761Z Compiling num-iter v0.1.45
30872025-01-17T07:45:39.782Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=074ecb6f361c60e4 -C extra-filename=-074ecb6f361c60e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-01-17T07:45:39.801Z Dirty flate2 v1.0.34: the rustflags changed
30892025-01-17T07:45:39.801Z Compiling flate2 v1.0.34
30902025-01-17T07:45:39.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=b34d1c090ab67efe -C extra-filename=-b34d1c090ab67efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-01-17T07:45:39.977Z Dirty bit-set v0.5.3: the rustflags changed
30922025-01-17T07:45:39.977Z Compiling bit-set v0.5.3
30932025-01-17T07:45:40.011Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=405f76e08a13eea9 -C extra-filename=-405f76e08a13eea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-01-17T07:45:40.038Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208/build-script-build`
30952025-01-17T07:45:40.042Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30962025-01-17T07:45:40.042Z Compiling curve25519-dalek v4.1.3
30972025-01-17T07:45:40.044Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=177d858100d58b96 -C extra-filename=-177d858100d58b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-01-17T07:45:40.085Z Dirty rustls v0.22.4: the rustflags changed
30992025-01-17T07:45:40.085Z Compiling rustls v0.22.4
31002025-01-17T07:45:40.088Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=3c41f80e69ed187a -C extra-filename=-3c41f80e69ed187a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-01-17T07:45:40.116Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31022025-01-17T07:45:40.116Z Compiling num-bigint-dig v0.8.4
31032025-01-17T07:45:40.118Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4fe5e5373a72d957 -C extra-filename=-4fe5e5373a72d957 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-01-17T07:45:40.297Z Dirty take_mut v0.2.2: the rustflags changed
31052025-01-17T07:45:40.297Z Compiling take_mut v0.2.2
31062025-01-17T07:45:40.300Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9d98aaa99338c16 -C extra-filename=-b9d98aaa99338c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-01-17T07:45:40.457Z Dirty match_cfg v0.1.0: the rustflags changed
31082025-01-17T07:45:40.457Z Compiling match_cfg v0.1.0
31092025-01-17T07:45:40.484Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bbc0f074b4a8c553 -C extra-filename=-bbc0f074b4a8c553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-01-17T07:45:40.501Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=beb863c219d7702d -C extra-filename=-beb863c219d7702d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-b2592bbf09d20250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b9d98aaa99338c16.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31112025-01-17T07:45:40.527Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957/build-script-build`
31122025-01-17T07:45:40.572Z Dirty hostname v0.3.1: the rustflags changed
31132025-01-17T07:45:40.572Z Compiling hostname v0.3.1
31142025-01-17T07:45:40.574Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=d5f47095012eced0 -C extra-filename=-d5f47095012eced0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bbc0f074b4a8c553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-01-17T07:45:40.600Z Dirty elliptic-curve v0.13.8: the rustflags changed
31162025-01-17T07:45:40.600Z Compiling elliptic-curve v0.13.8
31172025-01-17T07:45:40.606Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=8b045f88d51ec976 -C extra-filename=-8b045f88d51ec976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c56438c4337cf0f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-01-17T07:45:40.765Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a/build-script-build`
31192025-01-17T07:45:40.796Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96/build-script-build`
31202025-01-17T07:45:40.825Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ac5646eae2f22228 -C extra-filename=-ac5646eae2f22228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-93cb16adfbbee0c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-01-17T07:45:40.851Z Dirty slog-term v2.9.1: the rustflags changed
31222025-01-17T07:45:40.851Z Compiling slog-term v2.9.1
31232025-01-17T07:45:40.882Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=02173ff48c97b5cd -C extra-filename=-02173ff48c97b5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-01-17T07:45:40.913Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31252025-01-17T07:45:40.913Z Compiling usdt-attr-macro v0.5.0
31262025-01-17T07:45:40.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d5472d2ab23adf30 -C extra-filename=-d5472d2ab23adf30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-01-17T07:45:40.942Z Dirty usdt-macro v0.5.0: the rustflags changed
31282025-01-17T07:45:40.942Z Compiling usdt-macro v0.5.0
31292025-01-17T07:45:40.945Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b9fbcd2c8df969cd -C extra-filename=-b9fbcd2c8df969cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-01-17T07:45:41.442Z Dirty toml v0.7.8: the rustflags changed
31312025-01-17T07:45:41.442Z Compiling toml v0.7.8
31322025-01-17T07:45:41.471Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.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=line-tables-only --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=77ff0efa8822dc90 -C extra-filename=-77ff0efa8822dc90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-01-17T07:45:41.550Z Dirty phf_shared v0.11.2: the rustflags changed
31342025-01-17T07:45:41.550Z Compiling phf_shared v0.11.2
31352025-01-17T07:45:41.552Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4f87d965dafa2825 -C extra-filename=-4f87d965dafa2825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-01-17T07:45:41.903Z Dirty rfc6979 v0.4.0: the rustflags changed
31372025-01-17T07:45:41.903Z Compiling rfc6979 v0.4.0
31382025-01-17T07:45:41.907Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04149b83d29d7eec -C extra-filename=-04149b83d29d7eec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-01-17T07:45:42.038Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31402025-01-17T07:45:42.038Z Compiling curve25519-dalek-derive v0.1.1
31412025-01-17T07:45:42.041Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f84d01731a39222e -C extra-filename=-f84d01731a39222e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-01-17T07:45:42.113Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31432025-01-17T07:45:42.114Z Compiling zerocopy-derive v0.6.6
31442025-01-17T07:45:42.117Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0be5a749ec06bcc0 -C extra-filename=-0be5a749ec06bcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-01-17T07:45:42.423Z Dirty bstr v1.10.0: the rustflags changed
31462025-01-17T07:45:42.423Z Compiling bstr v1.10.0
31472025-01-17T07:45:42.426Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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=line-tables-only --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=e31d762c6d2f42d1 -C extra-filename=-e31d762c6d2f42d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-01-17T07:45:42.696Z Dirty fixedbitset v0.4.2: the rustflags changed
31492025-01-17T07:45:42.696Z Compiling fixedbitset v0.4.2
31502025-01-17T07:45:42.701Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8b31b40d58ece303 -C extra-filename=-8b31b40d58ece303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-01-17T07:45:42.814Z Dirty usdt v0.5.0: the rustflags changed
31522025-01-17T07:45:42.814Z Compiling usdt v0.5.0
31532025-01-17T07:45:42.817Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=58742ca4df0fb981 -C extra-filename=-58742ca4df0fb981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-bdfb595a1452c7cf.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6e1ecab2f49eebaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d5472d2ab23adf30.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b9fbcd2c8df969cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-01-17T07:45:42.891Z Dirty managed v0.8.0: the rustflags changed
31552025-01-17T07:45:42.891Z Compiling managed v0.8.0
31562025-01-17T07:45:42.894Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=74d3035b7c22bdf7 -C extra-filename=-74d3035b7c22bdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-01-17T07:45:43.215Z Dirty signal-hook v0.3.17: the rustflags changed
31582025-01-17T07:45:43.215Z Compiling signal-hook v0.3.17
31592025-01-17T07:45:43.240Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=9bc43d0f1c569e8d -C extra-filename=-9bc43d0f1c569e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-01-17T07:45:43.359Z Dirty petgraph v0.6.5: the rustflags changed
31612025-01-17T07:45:43.359Z Compiling petgraph v0.6.5
31622025-01-17T07:45:43.361Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --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=8375ac69ab4c2472 -C extra-filename=-8375ac69ab4c2472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b31b40d58ece303.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-01-17T07:45:43.388Z Dirty ecdsa v0.16.9: the rustflags changed
31642025-01-17T07:45:43.388Z Compiling ecdsa v0.16.9
31652025-01-17T07:45:43.393Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=988db5d20b554598 -C extra-filename=-988db5d20b554598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-04149b83d29d7eec.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-01-17T07:45:43.640Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d/build-script-build`
31672025-01-17T07:45:43.643Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=3a403cf0a453527f -C extra-filename=-3a403cf0a453527f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-74bc698943a40f85.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31682025-01-17T07:45:43.694Z Dirty phf_shared v0.10.0: the rustflags changed
31692025-01-17T07:45:43.694Z Compiling phf_shared v0.10.0
31702025-01-17T07:45:43.700Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=2e5000d62e549b51 -C extra-filename=-2e5000d62e549b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-01-17T07:45:43.746Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=280e232c529873f8 -C extra-filename=-280e232c529873f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f84d01731a39222e.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31722025-01-17T07:45:44.085Z Dirty pkcs1 v0.7.5: the rustflags changed
31732025-01-17T07:45:44.085Z Compiling pkcs1 v0.7.5
31742025-01-17T07:45:44.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=26d7c248217d03e5 -C extra-filename=-26d7c248217d03e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-01-17T07:45:44.182Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31762025-01-17T07:45:44.182Z Compiling bzip2-sys v0.1.11+1.0.8
31772025-01-17T07:45:44.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=fbad6642faeb4917 -C extra-filename=-fbad6642faeb4917 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-01-17T07:45:44.224Z Dirty multer v3.1.0: the rustflags changed
31792025-01-17T07:45:44.224Z Compiling multer v3.1.0
31802025-01-17T07:45:44.226Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=a8e242ff95e78939 -C extra-filename=-a8e242ff95e78939 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-01-17T07:45:44.291Z Dirty zerocopy v0.6.6: the rustflags changed
31822025-01-17T07:45:44.291Z Compiling zerocopy v0.6.6
31832025-01-17T07:45:44.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=2d48586636f54240 -C extra-filename=-2d48586636f54240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0be5a749ec06bcc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-01-17T07:45:44.586Z Dirty unicode-xid v0.2.6: the rustflags changed
31852025-01-17T07:45:44.586Z Compiling unicode-xid v0.2.6
31862025-01-17T07:45:44.589Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=a0e8137b2872d57c -C extra-filename=-a0e8137b2872d57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-01-17T07:45:44.756Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31882025-01-17T07:45:44.756Z Compiling new_debug_unreachable v1.0.6
31892025-01-17T07:45:44.759Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afcf66c800fc794e -C extra-filename=-afcf66c800fc794e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-01-17T07:45:44.813Z Dirty precomputed-hash v0.1.1: the rustflags changed
31912025-01-17T07:45:44.813Z Compiling precomputed-hash v0.1.1
31922025-01-17T07:45:44.816Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=364fc3b2164eeedb -C extra-filename=-364fc3b2164eeedb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-01-17T07:45:44.927Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917/build-script-build`
31942025-01-17T07:45:44.967Z Dirty string_cache v0.8.7: the rustflags changed
31952025-01-17T07:45:44.968Z Compiling string_cache v0.8.7
31962025-01-17T07:45:44.972Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=1503c60f95219fd1 -C extra-filename=-1503c60f95219fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-afcf66c800fc794e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2e5000d62e549b51.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-364fc3b2164eeedb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-01-17T07:45:44.997Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939/build-script-build`
31982025-01-17T07:45:45.056Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=1ee98fc9855aedbf -C extra-filename=-1ee98fc9855aedbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-01-17T07:45:45.082Z Dirty ed25519 v2.2.3: the rustflags changed
32002025-01-17T07:45:45.082Z Compiling ed25519 v2.2.3
32012025-01-17T07:45:45.085Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=63eb8d270da1d654 -C extra-filename=-63eb8d270da1d654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-01-17T07:45:45.397Z Dirty slog-json v2.6.1: the rustflags changed
32032025-01-17T07:45:45.397Z Compiling slog-json v2.6.1
32042025-01-17T07:45:45.400Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=70affaa4c0e4b13a -C extra-filename=-70affaa4c0e4b13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-01-17T07:45:45.796Z Dirty hubpack_derive v0.1.1: the rustflags changed
32062025-01-17T07:45:45.796Z Compiling hubpack_derive v0.1.1
32072025-01-17T07:45:45.799Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6032cdcba87bf2 -C extra-filename=-4a6032cdcba87bf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-01-17T07:45:45.948Z Dirty async-stream-impl v0.3.6: the rustflags changed
32092025-01-17T07:45:45.948Z Compiling async-stream-impl v0.3.6
32102025-01-17T07:45:45.951Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b73b2c689630178 -C extra-filename=-6b73b2c689630178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-01-17T07:45:46.579Z Dirty rsa v0.9.6: the rustflags changed
32122025-01-17T07:45:46.579Z Compiling rsa v0.9.6
32132025-01-17T07:45:46.582Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=6d5ca60d7d54301f -C extra-filename=-6d5ca60d7d54301f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-01-17T07:45:46.694Z Dirty debug-ignore v1.0.5: the rustflags changed
32152025-01-17T07:45:46.694Z Compiling debug-ignore v1.0.5
32162025-01-17T07:45:46.697Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0092373b64d1ada5 -C extra-filename=-0092373b64d1ada5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-01-17T07:45:46.837Z Dirty quick-error v1.2.3: the rustflags changed
32182025-01-17T07:45:46.837Z Compiling quick-error v1.2.3
32192025-01-17T07:45:46.840Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31449fb4569280b5 -C extra-filename=-31449fb4569280b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-01-17T07:45:46.881Z Dirty hubpack v0.1.2: the rustflags changed
32212025-01-17T07:45:46.881Z Compiling hubpack v0.1.2
32222025-01-17T07:45:46.884Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d359207ba9fb3377 -C extra-filename=-d359207ba9fb3377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4a6032cdcba87bf2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-01-17T07:45:46.913Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9d7290645ea4f3d2 -C extra-filename=-9d7290645ea4f3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -l static=bz2`
32242025-01-17T07:45:47.014Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32252025-01-17T07:45:47.014Z Compiling ed25519-dalek v2.1.1
32262025-01-17T07:45:47.056Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=922f95e1fafcfebd -C extra-filename=-922f95e1fafcfebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-63eb8d270da1d654.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272025-01-17T07:45:47.077Z Dirty slog-bunyan v2.5.0: the rustflags changed
32282025-01-17T07:45:47.077Z Compiling slog-bunyan v2.5.0
32292025-01-17T07:45:47.165Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c61ee19c1855bdb6 -C extra-filename=-c61ee19c1855bdb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d5f47095012eced0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-01-17T07:45:47.300Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=181d8e662fc1873f -C extra-filename=-181d8e662fc1873f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-01-17T07:45:47.327Z Dirty x509-cert v0.2.5: the rustflags changed
32322025-01-17T07:45:47.327Z Compiling x509-cert v0.2.5
32332025-01-17T07:45:47.329Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=4d57f6e224f4074c -C extra-filename=-4d57f6e224f4074c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-01-17T07:45:47.352Z Dirty async-stream v0.3.6: the rustflags changed
32352025-01-17T07:45:47.352Z Compiling async-stream v0.3.6
32362025-01-17T07:45:47.352Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4f7f05ffcdc9508 -C extra-filename=-b4f7f05ffcdc9508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-6b73b2c689630178.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-01-17T07:45:47.669Z Dirty heapless v0.7.17: the rustflags changed
32382025-01-17T07:45:47.669Z Compiling heapless v0.7.17
32392025-01-17T07:45:47.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=95012c0647a565dd -C extra-filename=-95012c0647a565dd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-01-17T07:45:48.249Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32412025-01-17T07:45:48.249Z Compiling serde_path_to_error v0.1.16
32422025-01-17T07:45:48.251Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38e47cf4ad398319 -C extra-filename=-38e47cf4ad398319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-01-17T07:45:48.338Z Dirty idna v0.4.0: the rustflags changed
32442025-01-17T07:45:48.338Z Compiling idna v0.4.0
32452025-01-17T07:45:48.341Z Dirty waitgroup v0.1.2: the rustflags changed
32462025-01-17T07:45:48.341Z Compiling waitgroup v0.1.2
32472025-01-17T07:45:48.342Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6efa411e52fb3a4 -C extra-filename=-c6efa411e52fb3a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-300320b4c213bb02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-01-17T07:45:48.365Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e00e7b1b82a04306 -C extra-filename=-e00e7b1b82a04306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-01-17T07:45:48.604Z Dirty enum-as-inner v0.6.1: the rustflags changed
32502025-01-17T07:45:48.604Z Compiling enum-as-inner v0.6.1
32512025-01-17T07:45:48.606Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2ffdc7adc8b0f28 -C extra-filename=-c2ffdc7adc8b0f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-01-17T07:45:49.079Z Dirty hostname v0.4.0: the rustflags changed
32532025-01-17T07:45:49.079Z Compiling hostname v0.4.0
32542025-01-17T07:45:49.082Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7028d95aaefd11de -C extra-filename=-7028d95aaefd11de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-01-17T07:45:49.322Z Dirty dropshot v0.12.0: the rustflags changed
32562025-01-17T07:45:49.323Z Compiling dropshot v0.12.0
32572025-01-17T07:45:49.325Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a66bb4bb631e2420 -C extra-filename=-a66bb4bb631e2420 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-01-17T07:45:49.707Z Dirty newtype-uuid v1.2.1: the rustflags changed
32592025-01-17T07:45:49.707Z Compiling newtype-uuid v1.2.1
32602025-01-17T07:45:49.710Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=e2b21ab03774c0de -C extra-filename=-e2b21ab03774c0de --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-01-17T07:45:49.858Z Dirty lalrpop-util v0.19.12: the rustflags changed
32622025-01-17T07:45:49.858Z Compiling lalrpop-util v0.19.12
32632025-01-17T07:45:49.860Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=bb088ae80185107e -C extra-filename=-bb088ae80185107e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-01-17T07:45:49.907Z Dirty hickory-proto v0.24.1: the rustflags changed
32652025-01-17T07:45:49.907Z Compiling hickory-proto v0.24.1
32662025-01-17T07:45:49.910Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=be023e1f15c7fe33 -C extra-filename=-be023e1f15c7fe33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e00e7b1b82a04306.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-01-17T07:45:50.078Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de/build-script-build`
32682025-01-17T07:45:50.121Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420/build-script-build`
32692025-01-17T07:45:50.215Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd/build-script-build`
32702025-01-17T07:45:50.242Z Dirty bzip2 v0.4.4: the rustflags changed
32712025-01-17T07:45:50.242Z Compiling bzip2 v0.4.4
32722025-01-17T07:45:50.242Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=cccfee4ab4a310d8 -C extra-filename=-cccfee4ab4a310d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-9d7290645ea4f3d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
32732025-01-17T07:45:50.300Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32742025-01-17T07:45:50.300Z Compiling signal-hook-mio v0.2.4
32752025-01-17T07:45:50.303Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=8d26b122b1927fdd -C extra-filename=-8d26b122b1927fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-01-17T07:45:50.497Z Dirty console v0.15.8: the rustflags changed
32772025-01-17T07:45:50.497Z Compiling console v0.15.8
32782025-01-17T07:45:50.501Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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=line-tables-only --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=28f84f6bf224f580 -C extra-filename=-28f84f6bf224f580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-01-17T07:45:50.635Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32802025-01-17T07:45:50.635Z Compiling dropshot_endpoint v0.12.0
32812025-01-17T07:45:50.637Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.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 -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8cf29938842673a -C extra-filename=-c8cf29938842673a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-01-17T07:45:51.699Z Dirty hash32 v0.2.1: the rustflags changed
32832025-01-17T07:45:51.699Z Compiling hash32 v0.2.1
32842025-01-17T07:45:51.703Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=138a161f31061de8 -C extra-filename=-138a161f31061de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-01-17T07:45:51.859Z Dirty linked-hash-map v0.5.6: the rustflags changed
32862025-01-17T07:45:51.859Z Compiling linked-hash-map v0.5.6
32872025-01-17T07:45:51.941Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=b78035904e137aaa -C extra-filename=-b78035904e137aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-01-17T07:45:51.944Z Dirty predicates-core v1.0.8: the rustflags changed
32892025-01-17T07:45:51.944Z Compiling predicates-core v1.0.8
32902025-01-17T07:45:51.947Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=109d64e5bbc58719 -C extra-filename=-109d64e5bbc58719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-01-17T07:45:52.102Z Dirty portable-atomic v1.9.0: the rustflags changed
32922025-01-17T07:45:52.102Z Compiling portable-atomic v1.9.0
32932025-01-17T07:45:52.105Z Running `/home/build/.rustup/toolchains/1.84.0-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.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 -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=2befc5628a287ae7 -C extra-filename=-2befc5628a287ae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-01-17T07:45:52.223Z Dirty smoltcp v0.9.1: the rustflags changed
32952025-01-17T07:45:52.223Z Compiling smoltcp v0.9.1
32962025-01-17T07:45:52.226Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9f382fb760202a6a -C extra-filename=-9f382fb760202a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-01-17T07:45:52.279Z Dirty unicode-properties v0.1.3: the rustflags changed
32982025-01-17T07:45:52.279Z Compiling unicode-properties v0.1.3
32992025-01-17T07:45:52.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=ccb8cd51c4d01535 -C extra-filename=-ccb8cd51c4d01535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-01-17T07:45:52.729Z Dirty stringprep v0.1.5: the rustflags changed
33012025-01-17T07:45:52.729Z Compiling stringprep v0.1.5
33022025-01-17T07:45:52.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e65ca84d6ce8ff2c -C extra-filename=-e65ca84d6ce8ff2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-ccb8cd51c4d01535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-01-17T07:45:52.970Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a/build-script-build`
33042025-01-17T07:45:53.020Z Dirty lru-cache v0.1.2: the rustflags changed
33052025-01-17T07:45:53.020Z Compiling lru-cache v0.1.2
33062025-01-17T07:45:53.023Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=cb7533aca109a600 -C extra-filename=-cb7533aca109a600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-b78035904e137aaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-01-17T07:45:53.186Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7/build-script-build`
33082025-01-17T07:45:53.276Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=b89f9ff741145e99 -C extra-filename=-b89f9ff741145e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-138a161f31061de8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33092025-01-17T07:45:53.280Z Dirty crossterm v0.28.1: the rustflags changed
33102025-01-17T07:45:53.280Z Compiling crossterm v0.28.1
33112025-01-17T07:45:53.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=7505afe993e22e1b -C extra-filename=-7505afe993e22e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8d26b122b1927fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-01-17T07:45:53.869Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=3670e9bccbe3cfb3 -C extra-filename=-3670e9bccbe3cfb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33132025-01-17T07:45:54.203Z Dirty similar v2.6.0: the rustflags changed
33142025-01-17T07:45:54.203Z Compiling similar v2.6.0
33152025-01-17T07:45:54.205Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=9c26d2b921c8acfc -C extra-filename=-9c26d2b921c8acfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-01-17T07:45:54.316Z Dirty rayon v1.10.0: the rustflags changed
33172025-01-17T07:45:54.316Z Compiling rayon v1.10.0
33182025-01-17T07:45:54.319Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=df66728581154229 -C extra-filename=-df66728581154229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-01-17T07:45:54.418Z Dirty tokio-stream v0.1.16: the rustflags changed
33202025-01-17T07:45:54.418Z Compiling tokio-stream v0.1.16
33212025-01-17T07:45:54.448Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=259b35470c5edad9 -C extra-filename=-259b35470c5edad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-01-17T07:45:55.163Z Dirty md-5 v0.10.6: the rustflags changed
33232025-01-17T07:45:55.163Z Compiling md-5 v0.10.6
33242025-01-17T07:45:55.166Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=361645198417ab37 -C extra-filename=-361645198417ab37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-01-17T07:45:55.398Z Dirty float-cmp v0.9.0: the rustflags changed
33262025-01-17T07:45:55.399Z Compiling float-cmp v0.9.0
33272025-01-17T07:45:55.401Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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=line-tables-only --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=875403b0d525c4d7 -C extra-filename=-875403b0d525c4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-01-17T07:45:55.473Z Dirty fs-err v2.11.0: the rustflags changed
33292025-01-17T07:45:55.474Z Compiling fs-err v2.11.0
33302025-01-17T07:45:55.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=f22c1b457ff35f37 -C extra-filename=-f22c1b457ff35f37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-01-17T07:45:55.662Z Dirty fallible-iterator v0.2.0: the rustflags changed
33322025-01-17T07:45:55.662Z Compiling fallible-iterator v0.2.0
33332025-01-17T07:45:55.688Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6021f8e54029b32f -C extra-filename=-6021f8e54029b32f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-01-17T07:45:55.876Z Dirty difflib v0.4.0: the rustflags changed
33352025-01-17T07:45:55.876Z Compiling difflib v0.4.0
33362025-01-17T07:45:55.913Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62d87acef3d6f071 -C extra-filename=-62d87acef3d6f071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-01-17T07:45:56.363Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33382025-01-17T07:45:56.363Z Compiling normalize-line-endings v0.3.0
33392025-01-17T07:45:56.366Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e2ecbf30ee4becb -C extra-filename=-2e2ecbf30ee4becb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-01-17T07:45:56.391Z Dirty postgres-protocol v0.6.7: the rustflags changed
33412025-01-17T07:45:56.391Z Compiling postgres-protocol v0.6.7
33422025-01-17T07:45:56.394Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=2f32a123ba17d724 -C extra-filename=-2f32a123ba17d724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-361645198417ab37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e65ca84d6ce8ff2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-01-17T07:45:56.462Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37/build-script-build`
33442025-01-17T07:45:56.514Z Dirty predicates v3.1.2: the rustflags changed
33452025-01-17T07:45:56.514Z Compiling predicates v3.1.2
33462025-01-17T07:45:56.519Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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=line-tables-only '--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' --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=7e62bfd0a61cbc20 -C extra-filename=-7e62bfd0a61cbc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-62d87acef3d6f071.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-875403b0d525c4d7.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2e2ecbf30ee4becb.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472025-01-17T07:45:56.636Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=2f26113a918736c8 -C extra-filename=-2f26113a918736c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b89f9ff741145e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-01-17T07:45:57.315Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=0f9645dab08ea820 -C extra-filename=-0f9645dab08ea820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","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_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,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_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,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"))'`
33492025-01-17T07:45:57.379Z Dirty zip v0.6.6: the rustflags changed
33502025-01-17T07:45:57.379Z Compiling zip v0.6.6
33512025-01-17T07:45:57.413Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.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=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=bb70b7c115e3a213 -C extra-filename=-bb70b7c115e3a213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
33522025-01-17T07:45:57.616Z Dirty resolv-conf v0.7.0: the rustflags changed
33532025-01-17T07:45:57.616Z Compiling resolv-conf v0.7.0
33542025-01-17T07:45:57.659Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-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=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=76d223c70787d43e -C extra-filename=-76d223c70787d43e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d5f47095012eced0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-01-17T07:45:58.063Z Dirty phf v0.11.2: the rustflags changed
33562025-01-17T07:45:58.063Z Compiling phf v0.11.2
33572025-01-17T07:45:58.065Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ada04dadc6028ac2 -C extra-filename=-ada04dadc6028ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-01-17T07:45:58.383Z Dirty tungstenite v0.24.0: the rustflags changed
33592025-01-17T07:45:58.383Z Compiling tungstenite v0.24.0
33602025-01-17T07:45:58.386Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=75965f931053b461 -C extra-filename=-75965f931053b461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-01-17T07:45:58.413Z Dirty strum_macros v0.25.3: the rustflags changed
33622025-01-17T07:45:58.413Z Compiling strum_macros v0.25.3
33632025-01-17T07:45:58.454Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eaea055fbb0d15f -C extra-filename=-7eaea055fbb0d15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-01-17T07:45:58.657Z Dirty serde-big-array v0.5.1: the rustflags changed
33652025-01-17T07:45:58.657Z Compiling serde-big-array v0.5.1
33662025-01-17T07:45:58.660Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3b633c9a4f788c0 -C extra-filename=-c3b633c9a4f788c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-01-17T07:45:58.687Z Dirty serde_repr v0.1.19: the rustflags changed
33682025-01-17T07:45:58.687Z Compiling serde_repr v0.1.19
33692025-01-17T07:45:58.690Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dde6163dd4cb9720 -C extra-filename=-dde6163dd4cb9720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-01-17T07:45:58.715Z Dirty unicode-width v0.2.0: the rustflags changed
33712025-01-17T07:45:58.715Z Compiling unicode-width v0.2.0
33722025-01-17T07:45:58.717Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=d4c78d39c8604a5b -C extra-filename=-d4c78d39c8604a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-01-17T07:45:58.785Z Dirty peg-runtime v0.8.3: the rustflags changed
33742025-01-17T07:45:58.786Z Compiling peg-runtime v0.8.3
33752025-01-17T07:45:58.789Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=87d0a45a21cda84f -C extra-filename=-87d0a45a21cda84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-01-17T07:45:58.887Z Dirty number_prefix v0.4.0: the rustflags changed
33772025-01-17T07:45:58.887Z Compiling number_prefix v0.4.0
33782025-01-17T07:45:58.889Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01fd88bcde33224c -C extra-filename=-01fd88bcde33224c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-01-17T07:45:59.123Z Dirty hickory-resolver v0.24.1: the rustflags changed
33802025-01-17T07:45:59.123Z Compiling hickory-resolver v0.24.1
33812025-01-17T07:45:59.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=abf42d94f035b223 -C extra-filename=-abf42d94f035b223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-76d223c70787d43e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-01-17T07:45:59.252Z Dirty indicatif v0.17.9: the rustflags changed
33832025-01-17T07:45:59.252Z Compiling indicatif v0.17.9
33842025-01-17T07:45:59.254Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --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=4030219e864f3183 -C extra-filename=-4030219e864f3183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-01fd88bcde33224c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0f9645dab08ea820.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d4c78d39c8604a5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-01-17T07:45:59.283Z Dirty postgres-types v0.2.8: the rustflags changed
33862025-01-17T07:45:59.283Z Compiling postgres-types v0.2.8
33872025-01-17T07:45:59.286Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=0afa6fc219074971 -C extra-filename=-0afa6fc219074971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-01-17T07:45:59.344Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d1f9bc983adad146 -C extra-filename=-d1f9bc983adad146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
33892025-01-17T07:45:59.969Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33902025-01-17T07:45:59.969Z Compiling tokio-tungstenite v0.24.0
33912025-01-17T07:45:59.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=ad6d2c81a6c8596a -C extra-filename=-ad6d2c81a6c8596a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-75965f931053b461.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-01-17T07:46:00.141Z Dirty derive-where v1.2.7: the rustflags changed
33932025-01-17T07:46:00.142Z Compiling derive-where v1.2.7
33942025-01-17T07:46:00.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=4818ce64076a2b6d -C extra-filename=-4818ce64076a2b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-01-17T07:46:00.486Z Dirty whoami v1.5.2: the rustflags changed
33962025-01-17T07:46:00.486Z Compiling whoami v1.5.2
33972025-01-17T07:46:00.489Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=245f9940c78876a6 -C extra-filename=-245f9940c78876a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-01-17T07:46:00.516Z Compiling hashbrown v0.14.5
33992025-01-17T07:46:00.519Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=682884b58710368b -C extra-filename=-682884b58710368b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-01-17T07:46:00.597Z Compiling ident_case v1.0.1
34012025-01-17T07:46:00.600Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81a9a92a6051cc48 -C extra-filename=-81a9a92a6051cc48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-01-17T07:46:00.811Z Compiling darling_core v0.20.10
34032025-01-17T07:46:00.814Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=0e36bc0d2f074141 -C extra-filename=-0e36bc0d2f074141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-81a9a92a6051cc48.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-01-17T07:46:01.068Z Dirty tokio-postgres v0.7.12: the rustflags changed
34052025-01-17T07:46:01.068Z Compiling tokio-postgres v0.7.12
34062025-01-17T07:46:01.072Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=431d18deee3b11af -C extra-filename=-431d18deee3b11af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-01-17T07:46:01.299Z Compiling thiserror v2.0.11
34082025-01-17T07:46:01.302Z Running `/home/build/.rustup/toolchains/1.84.0-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.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9ee5b4639eb9f3fd -C extra-filename=-9ee5b4639eb9f3fd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-01-17T07:46:01.757Z Compiling regress v0.10.1
34102025-01-17T07:46:01.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.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=line-tables-only --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=efa81a45b8926187 -C extra-filename=-efa81a45b8926187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-01-17T07:46:01.972Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd/build-script-build`
34122025-01-17T07:46:02.375Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34132025-01-17T07:46:02.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34142025-01-17T07:46:02.408Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=20f8b882d6af2fef -C extra-filename=-20f8b882d6af2fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dde6163dd4cb9720.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2f26113a918736c8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7eaea055fbb0d15f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-01-17T07:46:02.475Z Compiling thiserror-impl v2.0.11
34162025-01-17T07:46:02.478Z Running `/home/build/.rustup/toolchains/1.84.0-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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cbfc48553d1555d -C extra-filename=-0cbfc48553d1555d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-01-17T07:46:03.614Z Compiling unsafe-libyaml v0.2.11
34182025-01-17T07:46:03.637Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c8335656476dfe1 -C extra-filename=-6c8335656476dfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-01-17T07:46:04.982Z Compiling serde_yaml v0.9.34+deprecated
34202025-01-17T07:46:04.984Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d459437890bd8cf8 -C extra-filename=-d459437890bd8cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6c8335656476dfe1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-01-17T07:46:05.563Z Dirty fastrand v2.1.1: the rustflags changed
34222025-01-17T07:46:05.564Z Compiling fastrand v2.1.1
34232025-01-17T07:46:05.566Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4f097a7529560f85 -C extra-filename=-4f097a7529560f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-01-17T07:46:05.988Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=899aaefeecb5158e -C extra-filename=-899aaefeecb5158e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-0cbfc48553d1555d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
34252025-01-17T07:46:06.122Z Compiling ipnetwork v0.20.0
34262025-01-17T07:46:06.168Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=4cc1d1dbf99fc746 -C extra-filename=-4cc1d1dbf99fc746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-01-17T07:46:06.172Z Compiling tempfile v3.13.0
34282025-01-17T07:46:06.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5525eef5a0fe7476 -C extra-filename=-5525eef5a0fe7476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-01-17T07:46:06.566Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34302025-01-17T07:46:06.568Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=6ce3dd0f6f6148ba -C extra-filename=-6ce3dd0f6f6148ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-01-17T07:46:06.723Z Compiling typify-impl v0.2.0
34322025-01-17T07:46:06.726Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf040b4081c76711 -C extra-filename=-bf040b4081c76711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-01-17T07:46:06.998Z Dirty strum_macros v0.26.4: the rustflags changed
34342025-01-17T07:46:06.998Z Compiling strum_macros v0.26.4
34352025-01-17T07:46:07.001Z Compiling macaddr v1.0.1
34362025-01-17T07:46:07.001Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95ecb928327d59d9 -C extra-filename=-95ecb928327d59d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-01-17T07:46:07.024Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=36f4a4236324662e -C extra-filename=-36f4a4236324662e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-01-17T07:46:07.154Z Compiling darling_macro v0.20.10
34392025-01-17T07:46:07.157Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e76f4ae72c3be247 -C extra-filename=-e76f4ae72c3be247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0e36bc0d2f074141.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-01-17T07:46:07.305Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34412025-01-17T07:46:07.308Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus-derive/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serialize-impl"))' -C metadata=ed663ec443b65d04 -C extra-filename=-ed663ec443b65d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-01-17T07:46:07.463Z Dirty structmeta-derive v0.3.0: the rustflags changed
34432025-01-17T07:46:07.463Z Compiling structmeta-derive v0.3.0
34442025-01-17T07:46:07.466Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52cb9a2b537d8154 -C extra-filename=-52cb9a2b537d8154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-01-17T07:46:08.343Z Compiling darling v0.20.10
34462025-01-17T07:46:08.346Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=0be92ea757c2bbdc -C extra-filename=-0be92ea757c2bbdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0e36bc0d2f074141.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e76f4ae72c3be247.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-01-17T07:46:08.503Z Compiling serde_with_macros v3.11.0
34482025-01-17T07:46:08.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.11.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 -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=163b77e7bf994366 -C extra-filename=-163b77e7bf994366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-0be92ea757c2bbdc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-01-17T07:46:08.725Z Compiling instant v0.1.13
34502025-01-17T07:46:08.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=349572e683014b1f -C extra-filename=-349572e683014b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-01-17T07:46:08.756Z Compiling regress v0.9.1
34522025-01-17T07:46:08.759Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34532025-01-17T07:46:08.759Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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=line-tables-only --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=2bd95d2be3320e06 -C extra-filename=-2bd95d2be3320e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-01-17T07:46:08.759Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=7c5bd268e3dbf105 -C extra-filename=-7c5bd268e3dbf105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-ed663ec443b65d04.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-01-17T07:46:08.899Z Compiling dropshot v0.15.1
34562025-01-17T07:46:08.902Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7c1b4ccc6c6ad4ca -C extra-filename=-7c1b4ccc6c6ad4ca --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-01-17T07:46:09.300Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca/build-script-build`
34582025-01-17T07:46:09.391Z Compiling dropshot_endpoint v0.15.1
34592025-01-17T07:46:09.476Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.15.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 -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b7b08c26563aa78 -C extra-filename=-9b7b08c26563aa78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-01-17T07:46:09.682Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34612025-01-17T07:46:09.688Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b268ccde843bbdf8 -C extra-filename=-b268ccde843bbdf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-01-17T07:46:10.177Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34632025-01-17T07:46:10.220Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=962483f90ab60936 -C extra-filename=-962483f90ab60936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-01-17T07:46:10.346Z Dirty structmeta v0.3.0: the rustflags changed
34652025-01-17T07:46:10.346Z Compiling structmeta v0.3.0
34662025-01-17T07:46:10.371Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8cc64bcd62609ba -C extra-filename=-c8cc64bcd62609ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-52cb9a2b537d8154.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-01-17T07:46:10.753Z Dirty parse-display-derive v0.10.0: the rustflags changed
34682025-01-17T07:46:10.753Z Compiling parse-display-derive v0.10.0
34692025-01-17T07:46:10.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2254350eee95639a -C extra-filename=-2254350eee95639a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c8cc64bcd62609ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-01-17T07:46:11.123Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34712025-01-17T07:46:11.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=48c0f4f457e64041 -C extra-filename=-48c0f4f457e64041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-962483f90ab60936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-01-17T07:46:11.335Z Compiling serde_with v3.11.0
34732025-01-17T07:46:11.338Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=7a005adb0ab1f5eb -C extra-filename=-7a005adb0ab1f5eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-163b77e7bf994366.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-01-17T07:46:11.364Z Compiling backoff v0.4.0
34752025-01-17T07:46:11.367Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4fb3c428e97ea985 -C extra-filename=-4fb3c428e97ea985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-01-17T07:46:11.727Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34772025-01-17T07:46:11.730Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f65d8cab3fe12260 -C extra-filename=-f65d8cab3fe12260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-01-17T07:46:11.921Z Compiling wait-timeout v0.2.0
34792025-01-17T07:46:11.924Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa99c58fe6f785df -C extra-filename=-fa99c58fe6f785df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-01-17T07:46:11.979Z Dirty strum v0.26.3: the rustflags changed
34812025-01-17T07:46:11.979Z Compiling strum v0.26.3
34822025-01-17T07:46:11.981Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=74d4548524063684 -C extra-filename=-74d4548524063684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-01-17T07:46:12.193Z Compiling rusty-fork v0.3.0
34842025-01-17T07:46:12.196Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-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=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a53ef78b3214c488 -C extra-filename=-a53ef78b3214c488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-01-17T07:46:12.460Z Compiling rand_xorshift v0.3.0
34862025-01-17T07:46:12.463Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=cc3709a3e0131726 -C extra-filename=-cc3709a3e0131726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-01-17T07:46:12.831Z Compiling unarray v0.1.4
34882025-01-17T07:46:12.834Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55fe27019d7d65fc -C extra-filename=-55fe27019d7d65fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-01-17T07:46:12.914Z Compiling structmeta-derive v0.2.0
34902025-01-17T07:46:12.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27cfab247cc1d10b -C extra-filename=-27cfab247cc1d10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-01-17T07:46:13.080Z Compiling proptest v1.5.0
34922025-01-17T07:46:13.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=662c1e34a30dddff -C extra-filename=-662c1e34a30dddff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc3709a3e0131726.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a53ef78b3214c488.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-55fe27019d7d65fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-01-17T07:46:13.632Z Compiling camino-tempfile v1.1.1
34942025-01-17T07:46:13.634Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4b714359f5aac43b -C extra-filename=-4b714359f5aac43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-01-17T07:46:14.045Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34962025-01-17T07:46:14.045Z Compiling proc-macro-error-attr v1.0.4
34972025-01-17T07:46:14.047Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69f091c7adba4b00 -C extra-filename=-69f091c7adba4b00 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-01-17T07:46:14.089Z Dirty proc-macro-error v1.0.4: the rustflags changed
34992025-01-17T07:46:14.089Z Compiling proc-macro-error v1.0.4
35002025-01-17T07:46:14.092Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=0a76c85822b5bd68 -C extra-filename=-0a76c85822b5bd68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-01-17T07:46:14.443Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00/build-script-build`
35022025-01-17T07:46:14.512Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68/build-script-build`
35032025-01-17T07:46:14.529Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0021589419e8f5b9 -C extra-filename=-0021589419e8f5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-01-17T07:46:14.661Z Compiling proc-macro-crate v1.3.1
35052025-01-17T07:46:14.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1bbf93ba668693f -C extra-filename=-f1bbf93ba668693f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-01-17T07:46:14.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35072025-01-17T07:46:14.883Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82e8276b2e871799 -C extra-filename=-82e8276b2e871799 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-01-17T07:46:15.254Z Dirty parse-display v0.10.0: the rustflags changed
35092025-01-17T07:46:15.254Z Compiling parse-display v0.10.0
35102025-01-17T07:46:15.256Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=fb7668a908245cf4 -C extra-filename=-fb7668a908245cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-2254350eee95639a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-01-17T07:46:15.314Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799/build-script-build`
35122025-01-17T07:46:15.326Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35132025-01-17T07:46:15.374Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cc1d799b2e92199 -C extra-filename=-8cc1d799b2e92199 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-01-17T07:46:15.428Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ad57ad9ff534cbc3 -C extra-filename=-ad57ad9ff534cbc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-0021589419e8f5b9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35152025-01-17T07:46:15.611Z Compiling num_enum_derive v0.5.11
35162025-01-17T07:46:15.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=82ba27618ced7f6f -C extra-filename=-82ba27618ced7f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-f1bbf93ba668693f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-01-17T07:46:15.723Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199/build-script-build`
35182025-01-17T07:46:15.766Z Compiling foreign-types-macros v0.2.3
35192025-01-17T07:46:15.774Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.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 -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e2103cb108fbf1b2 -C extra-filename=-e2103cb108fbf1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-01-17T07:46:15.807Z Compiling structmeta v0.2.0
35212025-01-17T07:46:15.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d6bfeec4c7aa695 -C extra-filename=-5d6bfeec4c7aa695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-27cfab247cc1d10b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-01-17T07:46:15.857Z Compiling foreign-types-shared v0.3.1
35232025-01-17T07:46:15.859Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7a523ded104325a -C extra-filename=-a7a523ded104325a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-01-17T07:46:16.011Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39680fa0b811f9de -C extra-filename=-39680fa0b811f9de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
35252025-01-17T07:46:16.059Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=435fd3c6e0879707 -C extra-filename=-435fd3c6e0879707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
35262025-01-17T07:46:16.209Z Compiling tabwriter v1.4.0
35272025-01-17T07:46:16.209Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=f691b04cf9c315e4 -C extra-filename=-f691b04cf9c315e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-01-17T07:46:16.236Z Compiling test-strategy v0.3.1
35292025-01-17T07:46:16.256Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90e9e6545b3fdc2d -C extra-filename=-90e9e6545b3fdc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-5d6bfeec4c7aa695.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-01-17T07:46:16.261Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35312025-01-17T07:46:16.264Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f6df09725b0b09a -C extra-filename=-1f6df09725b0b09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-01-17T07:46:16.676Z Compiling itertools v0.13.0
35332025-01-17T07:46:16.679Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=5ea0ab5db09c380a -C extra-filename=-5ea0ab5db09c380a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-01-17T07:46:17.162Z Compiling foreign-types v0.5.0
35352025-01-17T07:46:17.165Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=357fc01f23e4f4a1 -C extra-filename=-357fc01f23e4f4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-e2103cb108fbf1b2.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7a523ded104325a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-01-17T07:46:17.253Z Compiling cstr-argument v0.1.2
35372025-01-17T07:46:17.256Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=572bffb02f152157 -C extra-filename=-572bffb02f152157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-01-17T07:46:17.291Z Compiling pretty-hex v0.2.1
35392025-01-17T07:46:17.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=09b64d12e94d5144 -C extra-filename=-09b64d12e94d5144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-01-17T07:46:17.501Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35412025-01-17T07:46:17.504Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35422025-01-17T07:46:17.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a9ee260dcd8d879 -C extra-filename=-6a9ee260dcd8d879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-572bffb02f152157.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-357fc01f23e4f4a1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-01-17T07:46:17.529Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff783aa154ef3e72 -C extra-filename=-ff783aa154ef3e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f6df09725b0b09a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-01-17T07:46:17.733Z Compiling colored v2.1.0
35452025-01-17T07:46:17.742Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=fe05e6abb5bd1c66 -C extra-filename=-fe05e6abb5bd1c66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-01-17T07:46:18.026Z Compiling smf v0.2.3
35472025-01-17T07:46:18.030Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8d4b9af5a4987f9 -C extra-filename=-e8d4b9af5a4987f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-01-17T07:46:18.271Z Compiling num_enum v0.5.11
35492025-01-17T07:46:18.274Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=75ee977dcb88931e -C extra-filename=-75ee977dcb88931e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-82ba27618ced7f6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-01-17T07:46:18.477Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35512025-01-17T07:46:18.480Z Compiling typify-impl v0.3.0
35522025-01-17T07:46:18.480Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=575a5a49169b41a2 -C extra-filename=-575a5a49169b41a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-39680fa0b811f9de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-09b64d12e94d5144.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-01-17T07:46:18.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=006b308e665a5c62 -C extra-filename=-006b308e665a5c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-01-17T07:46:18.890Z Compiling base64 v0.21.7
35552025-01-17T07:46:18.913Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd1ad69982f96338 -C extra-filename=-dd1ad69982f96338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-01-17T07:46:19.258Z Compiling crucible-workspace-hack v0.1.0
35572025-01-17T07:46:19.292Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b84f13bec2119ef -C extra-filename=-9b84f13bec2119ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-01-17T07:46:19.562Z Compiling zerocopy v0.8.10
35592025-01-17T07:46:19.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ce117a6780f79c07 -C extra-filename=-ce117a6780f79c07 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-01-17T07:46:19.664Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef/build-script-build`
35612025-01-17T07:46:19.666Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2723b33b373661a -C extra-filename=-b2723b33b373661a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-01-17T07:46:19.759Z Compiling zerocopy-derive v0.8.10
35632025-01-17T07:46:19.764Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.10/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 -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93748f81aab3f1cc -C extra-filename=-93748f81aab3f1cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-01-17T07:46:19.795Z Compiling heapless v0.8.0
35652025-01-17T07:46:19.820Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2d415fbc10cbd24 -C extra-filename=-e2d415fbc10cbd24 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-01-17T07:46:19.953Z Compiling termtree v0.4.1
35672025-01-17T07:46:19.955Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24a87b06765d1d07 -C extra-filename=-24a87b06765d1d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-01-17T07:46:20.211Z Compiling predicates-tree v1.0.11
35692025-01-17T07:46:20.213Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d996eddaeda82c51 -C extra-filename=-d996eddaeda82c51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-24a87b06765d1d07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-01-17T07:46:20.403Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24/build-script-build`
35712025-01-17T07:46:20.431Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07/build-script-build`
35722025-01-17T07:46:20.515Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35732025-01-17T07:46:20.518Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-macros/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b19a2bcb3c0947a2 -C extra-filename=-b19a2bcb3c0947a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-0be92ea757c2bbdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-01-17T07:46:20.693Z Compiling hash32 v0.3.1
35752025-01-17T07:46:20.721Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a737bb63f76b1581 -C extra-filename=-a737bb63f76b1581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-01-17T07:46:20.732Z Compiling smoltcp v0.11.0
35772025-01-17T07:46:20.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=eb44395847ce46ff -C extra-filename=-eb44395847ce46ff --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-01-17T07:46:20.951Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=c08c1d8ec6f8e5f9 -C extra-filename=-c08c1d8ec6f8e5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-a737bb63f76b1581.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-01-17T07:46:21.450Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff/build-script-build`
35802025-01-17T07:46:21.494Z Compiling cobs v0.2.3
35812025-01-17T07:46:21.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cd15ee591d7494e5 -C extra-filename=-cd15ee591d7494e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-01-17T07:46:21.818Z Compiling postcard v1.0.10
35832025-01-17T07:46:21.820Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=934b48d75fb95332 -C extra-filename=-934b48d75fb95332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-cd15ee591d7494e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-01-17T07:46:21.949Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=326fc9afa50afbef -C extra-filename=-326fc9afa50afbef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c08c1d8ec6f8e5f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-01-17T07:46:22.080Z Compiling typify-macro v0.2.0
35862025-01-17T07:46:22.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=882c8ed48b8c3cc5 -C extra-filename=-882c8ed48b8c3cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-bf040b4081c76711.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-01-17T07:46:22.478Z Compiling atomicwrites v0.4.4
35882025-01-17T07:46:22.481Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c5288946ebf071b -C extra-filename=-0c5288946ebf071b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-01-17T07:46:22.653Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=9a25b3cbfb5ee361 -C extra-filename=-9a25b3cbfb5ee361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-93748f81aab3f1cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
35902025-01-17T07:46:22.845Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35912025-01-17T07:46:22.848Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e66c0945f295ed79 -C extra-filename=-e66c0945f295ed79 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922025-01-17T07:46:23.293Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35932025-01-17T07:46:23.296Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=452736b65e5dc290 -C extra-filename=-452736b65e5dc290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-01-17T07:46:23.501Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79/build-script-build`
35952025-01-17T07:46:23.597Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35962025-01-17T07:46:23.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/kstat-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=157026fa5d12f0bf -C extra-filename=-157026fa5d12f0bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-01-17T07:46:24.653Z Compiling sigpipe v0.1.3
35982025-01-17T07:46:24.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c859371b0959e81d -C extra-filename=-c859371b0959e81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-01-17T07:46:24.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
36002025-01-17T07:46:24.810Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f4c1cd2136d17c2 -C extra-filename=-2f4c1cd2136d17c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-01-17T07:46:25.177Z Compiling mockall_derive v0.13.0
36022025-01-17T07:46:25.180Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=9456428a4444b458 -C extra-filename=-9456428a4444b458 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-01-17T07:46:25.558Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458/build-script-build`
36042025-01-17T07:46:25.598Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2/build-script-build`
36052025-01-17T07:46:25.640Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36062025-01-17T07:46:25.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e4daefa754e7178 -C extra-filename=-3e4daefa754e7178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-01-17T07:46:25.763Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2427cddbc7715712 -C extra-filename=-2427cddbc7715712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-575a5a49169b41a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36082025-01-17T07:46:26.010Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=7f3f19f77c26b35a -C extra-filename=-7f3f19f77c26b35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36092025-01-17T07:46:26.346Z Compiling typify v0.2.0
36102025-01-17T07:46:26.349Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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=line-tables-only --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=ce89a67bb6e1521f -C extra-filename=-ce89a67bb6e1521f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-bf040b4081c76711.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-882c8ed48b8c3cc5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-01-17T07:46:26.432Z Compiling zone_cfg_derive v0.3.0
36122025-01-17T07:46:26.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=248332ca3db6e162 -C extra-filename=-248332ca3db6e162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-01-17T07:46:26.502Z Compiling progenitor-impl v0.8.0
36142025-01-17T07:46:26.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a29e8ede7f4f756 -C extra-filename=-2a29e8ede7f4f756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ce89a67bb6e1521f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-01-17T07:46:27.662Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36162025-01-17T07:46:27.665Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=79ac0e40d0597704 -C extra-filename=-79ac0e40d0597704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-01-17T07:46:28.072Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36182025-01-17T07:46:28.075Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93370102c8a8661f -C extra-filename=-93370102c8a8661f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-01-17T07:46:28.464Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36202025-01-17T07:46:28.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=e8903efc2f0827f5 -C extra-filename=-e8903efc2f0827f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-79ac0e40d0597704.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-01-17T07:46:28.548Z Compiling num-derive v0.4.2
36222025-01-17T07:46:28.551Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36604e73b1deba5b -C extra-filename=-36604e73b1deba5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-01-17T07:46:29.654Z Compiling fragile v2.0.0
36242025-01-17T07:46:29.657Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=349642fa027f26d1 -C extra-filename=-349642fa027f26d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-01-17T07:46:30.244Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36262025-01-17T07:46:30.247Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b1b34b08912e4622 -C extra-filename=-b1b34b08912e4622 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-01-17T07:46:30.627Z Compiling downcast v0.11.0
36282025-01-17T07:46:30.640Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2f51f3fe50b4507c -C extra-filename=-2f51f3fe50b4507c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-01-17T07:46:30.893Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36302025-01-17T07:46:30.896Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=82179516ca442e5d -C extra-filename=-82179516ca442e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-01-17T07:46:30.959Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622/build-script-build`
36322025-01-17T07:46:31.002Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36332025-01-17T07:46:31.060Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=966b3e6ec08cf523 -C extra-filename=-966b3e6ec08cf523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-93370102c8a8661f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-01-17T07:46:31.074Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
36352025-01-17T07:46:31.077Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b05f9d9fe1f8b36 -C extra-filename=-1b05f9d9fe1f8b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-36604e73b1deba5b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-01-17T07:46:31.452Z Compiling zone v0.3.0
36372025-01-17T07:46:31.492Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=ed3cce4c902d7bd1 -C extra-filename=-ed3cce4c902d7bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-248332ca3db6e162.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-01-17T07:46:31.911Z Compiling same-file v1.0.6
36392025-01-17T07:46:31.914Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a13cab101bfdf75b -C extra-filename=-a13cab101bfdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-01-17T07:46:32.255Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=a1e84c8a4e8e6d11 -C extra-filename=-a1e84c8a4e8e6d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-157026fa5d12f0bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-82179516ca442e5d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
36412025-01-17T07:46:32.493Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36422025-01-17T07:46:32.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=ee3831ce9e66a970 -C extra-filename=-ee3831ce9e66a970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a1e84c8a4e8e6d11.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-3e4daefa754e7178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-01-17T07:46:32.726Z Compiling walkdir v2.5.0
36442025-01-17T07:46:32.729Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa16578decbd284 -C extra-filename=-7aa16578decbd284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-a13cab101bfdf75b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-01-17T07:46:32.959Z Compiling convert_case v0.4.0
36462025-01-17T07:46:33.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=7207cf2e1d9334a3 -C extra-filename=-7207cf2e1d9334a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-01-17T07:46:33.463Z Compiling newline-converter v0.3.0
36482025-01-17T07:46:33.466Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f283da22ec2d6d -C extra-filename=-f0f283da22ec2d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-01-17T07:46:33.674Z Compiling expectorate v1.1.0
36502025-01-17T07:46:33.700Z Compiling progenitor-macro v0.8.0
36512025-01-17T07:46:33.700Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=96a83a30bd64e05a -C extra-filename=-96a83a30bd64e05a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-f0f283da22ec2d6d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-01-17T07:46:33.708Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1e2c6147cd0674f -C extra-filename=-c1e2c6147cd0674f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2a29e8ede7f4f756.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-01-17T07:46:33.797Z Compiling derive_more v0.99.18
36542025-01-17T07:46:33.799Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=6a8fccf4e522f0e2 -C extra-filename=-6a8fccf4e522f0e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-7207cf2e1d9334a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-01-17T07:46:33.849Z Compiling mockall v0.13.0
36562025-01-17T07:46:33.852Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3119a46adbec64f -C extra-filename=-c3119a46adbec64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-2f51f3fe50b4507c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-349642fa027f26d1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7f3f19f77c26b35a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-01-17T07:46:33.880Z Compiling tungstenite v0.21.0
36582025-01-17T07:46:33.904Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=84855032fb17a8b3 -C extra-filename=-84855032fb17a8b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-01-17T07:46:34.209Z Dirty xattr v1.3.1: the rustflags changed
36602025-01-17T07:46:34.209Z Compiling xattr v1.3.1
36612025-01-17T07:46:34.212Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=479547d5ac6b1e0c -C extra-filename=-479547d5ac6b1e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-01-17T07:46:34.491Z Compiling typify-macro v0.3.0
36632025-01-17T07:46:34.493Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.3.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0462e70371f00b1c -C extra-filename=-0462e70371f00b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-006b308e665a5c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-01-17T07:46:34.518Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36652025-01-17T07:46:34.562Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6011fa3008dbfe9e -C extra-filename=-6011fa3008dbfe9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-2427cddbc7715712.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a1e84c8a4e8e6d11.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-01-17T07:46:34.710Z Dirty filetime v0.2.25: the rustflags changed
36672025-01-17T07:46:34.710Z Compiling filetime v0.2.25
36682025-01-17T07:46:34.747Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bea14cd0b2c233b4 -C extra-filename=-bea14cd0b2c233b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-01-17T07:46:35.029Z Compiling tokio-tungstenite v0.21.0
36702025-01-17T07:46:35.055Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=9e48830afb4e182a -C extra-filename=-9e48830afb4e182a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-84855032fb17a8b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-01-17T07:46:35.639Z Dirty tar v0.4.42: the rustflags changed
36722025-01-17T07:46:35.639Z Compiling tar v0.4.42
36732025-01-17T07:46:35.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=a0eb937a42c64068 -C extra-filename=-a0eb937a42c64068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-479547d5ac6b1e0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-01-17T07:46:35.753Z Compiling arc-swap v1.7.1
36752025-01-17T07:46:35.755Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=1909ec29c251882d -C extra-filename=-1909ec29c251882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-01-17T07:46:35.856Z Compiling num-rational v0.4.2
36772025-01-17T07:46:35.858Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=675bdb307aee17ba -C extra-filename=-675bdb307aee17ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-01-17T07:46:36.359Z Compiling slog-scope v4.4.0
36792025-01-17T07:46:36.361Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cdff227914bc595 -C extra-filename=-5cdff227914bc595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-1909ec29c251882d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-01-17T07:46:36.870Z Compiling slog-stdlog v4.1.1
36812025-01-17T07:46:36.872Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=62e80e5c677eec99 -C extra-filename=-62e80e5c677eec99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-01-17T07:46:37.257Z Compiling slog-envlogger v2.2.0
36832025-01-17T07:46:37.260Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a2c853d2237c9880 -C extra-filename=-a2c853d2237c9880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-62e80e5c677eec99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-01-17T07:46:37.461Z Compiling num-complex v0.4.6
36852025-01-17T07:46:37.464Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=a819f944c2a69d2b -C extra-filename=-a819f944c2a69d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-01-17T07:46:37.828Z Compiling float-ord v0.3.2
36872025-01-17T07:46:37.830Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3333f6032687666 -C extra-filename=-a3333f6032687666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-01-17T07:46:37.964Z Compiling indent_write v2.2.0
36892025-01-17T07:46:37.967Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0eb9a83b251bf9cc -C extra-filename=-0eb9a83b251bf9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-01-17T07:46:38.067Z Compiling owo-colors v4.1.0
36912025-01-17T07:46:38.093Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e862df0bb764a132 -C extra-filename=-e862df0bb764a132 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-01-17T07:46:38.211Z Compiling cancel-safe-futures v0.1.5
36932025-01-17T07:46:38.211Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=401f5e6eadbcc8c1 -C extra-filename=-401f5e6eadbcc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-01-17T07:46:38.461Z Compiling num v0.4.3
36952025-01-17T07:46:38.463Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=169026641f0462e1 -C extra-filename=-169026641f0462e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-a819f944c2a69d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-675bdb307aee17ba.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-01-17T07:46:38.463Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132/build-script-build`
36972025-01-17T07:46:38.531Z Dirty swrite v0.1.0: the rustflags changed
36982025-01-17T07:46:38.531Z Compiling swrite v0.1.0
36992025-01-17T07:46:38.568Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=a1f95df3b0bb5313 -C extra-filename=-a1f95df3b0bb5313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-01-17T07:46:38.600Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=94c311de75f60350 -C extra-filename=-94c311de75f60350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
37012025-01-17T07:46:38.767Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1/build-script-build`
37022025-01-17T07:46:38.772Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=12974b77cbe6803a -C extra-filename=-12974b77cbe6803a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032025-01-17T07:46:38.772Z Compiling libsw v3.3.1
37042025-01-17T07:46:38.772Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=3a17c4c463e15f74 -C extra-filename=-3a17c4c463e15f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-01-17T07:46:38.959Z Compiling typify v0.3.0
37062025-01-17T07:46:38.961Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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=line-tables-only --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=80890d826488d72c -C extra-filename=-80890d826488d72c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-006b308e665a5c62.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0462e70371f00b1c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-01-17T07:46:39.015Z Compiling password-hash v0.5.0
37082025-01-17T07:46:39.018Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=3384061607d115e0 -C extra-filename=-3384061607d115e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-01-17T07:46:39.118Z Compiling progenitor-impl v0.9.1
37102025-01-17T07:46:39.122Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88b1c452b6ddfe59 -C extra-filename=-88b1c452b6ddfe59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-80890d826488d72c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-01-17T07:46:39.248Z Compiling blake2 v0.10.6
37122025-01-17T07:46:39.250Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=40a6679fe7496983 -C extra-filename=-40a6679fe7496983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-01-17T07:46:39.483Z Compiling linear-map v1.2.0
37142025-01-17T07:46:39.486Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=e30533c97b2525be -C extra-filename=-e30533c97b2525be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-01-17T07:46:39.869Z Compiling argon2 v0.5.3
37162025-01-17T07:46:39.872Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=c9ee87555aabbc0a -C extra-filename=-c9ee87555aabbc0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-40a6679fe7496983.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3384061607d115e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-01-17T07:46:39.982Z Compiling pem v3.0.4
37182025-01-17T07:46:39.985Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1d79b525d67744e6 -C extra-filename=-1d79b525d67744e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-01-17T07:46:40.547Z Compiling highway v1.2.0
37202025-01-17T07:46:40.549Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=781a0700fc0fc957 -C extra-filename=-781a0700fc0fc957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-01-17T07:46:40.622Z Compiling lzma-sys v0.1.20
37222025-01-17T07:46:40.625Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=89a0e87de32ea8e5 -C extra-filename=-89a0e87de32ea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-01-17T07:46:40.677Z Compiling heck v0.3.3
37242025-01-17T07:46:40.702Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a52849786504451 -C extra-filename=-5a52849786504451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-01-17T07:46:40.993Z Compiling headers-core v0.3.0
37262025-01-17T07:46:40.996Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e588d856448f358c -C extra-filename=-e588d856448f358c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-01-17T07:46:41.070Z Compiling humantime v2.1.0
37282025-01-17T07:46:41.073Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6221939c4ad9201e -C extra-filename=-6221939c4ad9201e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-01-17T07:46:41.189Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37302025-01-17T07:46:41.192Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=adb7699874aa4404 -C extra-filename=-adb7699874aa4404 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-01-17T07:46:41.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37322025-01-17T07:46:41.307Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3cba31c944b1acc -C extra-filename=-c3cba31c944b1acc --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-01-17T07:46:41.467Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5/build-script-build`
37342025-01-17T07:46:41.525Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3d487b44b92b1d74 -C extra-filename=-3d487b44b92b1d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37352025-01-17T07:46:41.571Z Compiling headers v0.4.0
37362025-01-17T07:46:41.574Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=148c72b31cceecfc -C extra-filename=-148c72b31cceecfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e588d856448f358c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-01-17T07:46:41.664Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc/build-script-build`
37382025-01-17T07:46:41.705Z Compiling zone_cfg_derive v0.1.2
37392025-01-17T07:46:41.708Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eb74b8c4961da03 -C extra-filename=-7eb74b8c4961da03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5a52849786504451.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-01-17T07:46:41.733Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37412025-01-17T07:46:41.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49d82dbb87906a4d -C extra-filename=-49d82dbb87906a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-01-17T07:46:42.005Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404/build-script-build`
37432025-01-17T07:46:42.071Z Compiling yasna v0.5.2
37442025-01-17T07:46:42.117Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=ddb5f4e7622710a1 -C extra-filename=-ddb5f4e7622710a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-01-17T07:46:42.145Z Compiling base64 v0.13.1
37462025-01-17T07:46:42.148Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8138dd5d1a78bb17 -C extra-filename=-8138dd5d1a78bb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-01-17T07:46:42.675Z Compiling ron v0.7.1
37482025-01-17T07:46:42.687Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5fb9246bd00a14a8 -C extra-filename=-5fb9246bd00a14a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8138dd5d1a78bb17.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-01-17T07:46:42.745Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37502025-01-17T07:46:42.748Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd9526c93453207f -C extra-filename=-fd9526c93453207f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-49d82dbb87906a4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-01-17T07:46:43.324Z Compiling rcgen v0.12.1
37522025-01-17T07:46:43.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=d0fd3339a75134a2 -C extra-filename=-d0fd3339a75134a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ddb5f4e7622710a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
37532025-01-17T07:46:43.351Z Compiling zone v0.1.8
37542025-01-17T07:46:43.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc978c39bae954fd -C extra-filename=-cc978c39bae954fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7eb74b8c4961da03.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-01-17T07:46:43.439Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d62d0ff90129262b -C extra-filename=-d62d0ff90129262b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-575a5a49169b41a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37562025-01-17T07:46:43.630Z Compiling xz2 v0.1.7
37572025-01-17T07:46:43.657Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=39aad72bc26cf0ce -C extra-filename=-39aad72bc26cf0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-3d487b44b92b1d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37582025-01-17T07:46:44.101Z Compiling subprocess v0.2.9
37592025-01-17T07:46:44.103Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b4374fb3de657fa -C extra-filename=-7b4374fb3de657fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-01-17T07:46:44.802Z Dirty semver v0.1.20: the rustflags changed
37612025-01-17T07:46:44.802Z Compiling semver v0.1.20
37622025-01-17T07:46:44.805Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672eaeb095b9489c -C extra-filename=-672eaeb095b9489c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-01-17T07:46:44.866Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=3e05059f915b5edc -C extra-filename=-3e05059f915b5edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
37642025-01-17T07:46:45.155Z Compiling half v2.4.1
37652025-01-17T07:46:45.158Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1eddbe47ba349644 -C extra-filename=-1eddbe47ba349644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-01-17T07:46:45.428Z Dirty rustc_version v0.1.7: the rustflags changed
37672025-01-17T07:46:45.428Z Compiling rustc_version v0.1.7
37682025-01-17T07:46:45.431Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc077450de74a643 -C extra-filename=-fc077450de74a643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-672eaeb095b9489c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-01-17T07:46:45.509Z Compiling ciborium-io v0.2.2
37702025-01-17T07:46:45.511Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae936c286c486667 -C extra-filename=-ae936c286c486667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-01-17T07:46:45.676Z Compiling ciborium-ll v0.2.2
37722025-01-17T07:46:45.678Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=19d93e7e8780dcd0 -C extra-filename=-19d93e7e8780dcd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-ae936c286c486667.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-1eddbe47ba349644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-01-17T07:46:45.747Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37742025-01-17T07:46:45.749Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3728abb279ad2a65 -C extra-filename=-3728abb279ad2a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-01-17T07:46:45.811Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
37762025-01-17T07:46:45.814Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b52cdbbbe858ad29 -C extra-filename=-b52cdbbbe858ad29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-01-17T07:46:45.901Z Dirty newtype_derive v0.1.6: the rustflags changed
37782025-01-17T07:46:45.901Z Compiling newtype_derive v0.1.6
37792025-01-17T07:46:45.904Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=e4b54afd0ae18c9f -C extra-filename=-e4b54afd0ae18c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fc077450de74a643.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-01-17T07:46:46.096Z Compiling ciborium v0.2.2
37812025-01-17T07:46:46.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92d4ef3e0c09d06b -C extra-filename=-92d4ef3e0c09d06b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-ae936c286c486667.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-19d93e7e8780dcd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-01-17T07:46:46.340Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f/build-script-build`
37832025-01-17T07:46:46.343Z Compiling display-error-chain v0.2.2
37842025-01-17T07:46:46.343Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd31d19c4ed69e7e -C extra-filename=-dd31d19c4ed69e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-01-17T07:46:46.371Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bafd5f2c9c3e299e -C extra-filename=-bafd5f2c9c3e299e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
37862025-01-17T07:46:46.396Z Compiling progenitor-macro v0.9.1
37872025-01-17T07:46:46.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.9.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7252d0791eac5ae4 -C extra-filename=-7252d0791eac5ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-88b1c452b6ddfe59.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-01-17T07:46:46.485Z Dirty aws-lc-sys v0.22.0: the rustflags changed
37892025-01-17T07:46:46.485Z Compiling aws-lc-sys v0.22.0
37902025-01-17T07:46:46.508Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=821ffab40c57c1aa -C extra-filename=-821ffab40c57c1aa --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-821ffab40c57c1aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-95e0f24eebe7a7b6.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-632cb98d4b756956.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-8963394abf5f78f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-04077f29428a2d4b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-01-17T07:46:46.511Z Compiling steno v0.4.1
37922025-01-17T07:46:46.511Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=481956cbb04eddda -C extra-filename=-481956cbb04eddda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-01-17T07:46:46.560Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37942025-01-17T07:46:46.563Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bfa087e3eadbb36 -C extra-filename=-1bfa087e3eadbb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-b52cdbbbe858ad29.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3728abb279ad2a65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-01-17T07:46:46.864Z Compiling slog-dtrace v0.3.0
37962025-01-17T07:46:46.896Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=499b8760635e961d -C extra-filename=-499b8760635e961d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-01-17T07:46:47.258Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d/build-script-build`
37982025-01-17T07:46:47.317Z Compiling gethostname v0.5.0
37992025-01-17T07:46:47.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6366850fa842106c -C extra-filename=-6366850fa842106c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-01-17T07:46:47.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adf6f5265d036b1e -C extra-filename=-adf6f5265d036b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-01-17T07:46:47.369Z Compiling nibble_vec v0.1.0
38022025-01-17T07:46:47.394Z Compiling endian-type v0.1.2
38032025-01-17T07:46:47.397Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0a68aa040e9bad8 -C extra-filename=-b0a68aa040e9bad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-01-17T07:46:47.398Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b2e6a1ddd86eb60 -C extra-filename=-1b2e6a1ddd86eb60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-01-17T07:46:47.518Z Compiling keccak v0.1.5
38062025-01-17T07:46:47.520Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=46efe39464e3af62 -C extra-filename=-46efe39464e3af62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-01-17T07:46:47.613Z Compiling radix_trie v0.2.1
38082025-01-17T07:46:47.615Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8ebda4900b79acf -C extra-filename=-f8ebda4900b79acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-1b2e6a1ddd86eb60.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-b0a68aa040e9bad8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-01-17T07:46:47.647Z Compiling arrayref v0.3.9
38102025-01-17T07:46:47.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3d4ec326635fe22 -C extra-filename=-b3d4ec326635fe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-01-17T07:46:47.778Z Compiling arrayvec v0.7.6
38122025-01-17T07:46:47.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=71958ee8350c0a2a -C extra-filename=-71958ee8350c0a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-01-17T07:46:47.928Z Compiling sha3 v0.10.8
38142025-01-17T07:46:47.930Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=6700f4a41d2d46cb -C extra-filename=-6700f4a41d2d46cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-46efe39464e3af62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-01-17T07:46:48.231Z Compiling constant_time_eq v0.3.1
38162025-01-17T07:46:48.262Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4aec89e5c79a8b2c -C extra-filename=-4aec89e5c79a8b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-01-17T07:46:48.290Z Compiling universal-hash v0.5.1
38182025-01-17T07:46:48.306Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d2a7d842fffdfdb2 -C extra-filename=-d2a7d842fffdfdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-01-17T07:46:48.455Z Compiling opaque-debug v0.3.1
38202025-01-17T07:46:48.458Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=166721f01f81444d -C extra-filename=-166721f01f81444d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-01-17T07:46:48.531Z Compiling secrecy v0.8.0
38222025-01-17T07:46:48.586Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=60b3cc319980a273 -C extra-filename=-60b3cc319980a273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-01-17T07:46:48.589Z Compiling blake3 v1.5.4
38242025-01-17T07:46:48.589Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=58c19c0c8cfcdf0d -C extra-filename=-58c19c0c8cfcdf0d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-01-17T07:46:48.722Z Compiling memmap2 v0.9.5
38262025-01-17T07:46:48.727Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=aa7a82c27757baff -C extra-filename=-aa7a82c27757baff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-01-17T07:46:48.794Z Compiling aead v0.5.2
38282025-01-17T07:46:48.798Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=377e3b3aa4a52b80 -C extra-filename=-377e3b3aa4a52b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-01-17T07:46:48.988Z Compiling topological-sort v0.2.2
38302025-01-17T07:46:48.990Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63a0a4b260398455 -C extra-filename=-63a0a4b260398455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-01-17T07:46:49.173Z Compiling poly1305 v0.8.0
38322025-01-17T07:46:49.176Z Compiling chacha20 v0.9.1
38332025-01-17T07:46:49.176Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7197ef4d6aa74f56 -C extra-filename=-7197ef4d6aa74f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-01-17T07:46:49.176Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=43a149e46b3c44d0 -C extra-filename=-43a149e46b3c44d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-01-17T07:46:50.230Z Compiling toolchain_find v0.4.0
38362025-01-17T07:46:50.234Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84eb147bec591b53 -C extra-filename=-84eb147bec591b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-01-17T07:46:50.234Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d/build-script-build`
38382025-01-17T07:46:50.234Z Compiling thiserror-impl-no-std v2.0.2
38392025-01-17T07:46:50.234Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e85b0b98b34b5443 -C extra-filename=-e85b0b98b34b5443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-01-17T07:46:50.234Z Compiling rustfmt-wrapper v0.2.1
38412025-01-17T07:46:50.234Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9719fcb27dd591d9 -C extra-filename=-9719fcb27dd591d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-84eb147bec591b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-01-17T07:46:50.234Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=9e213122458c7cb9 -C extra-filename=-9e213122458c7cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-aa7a82c27757baff.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
38432025-01-17T07:46:50.388Z Compiling async-recursion v1.1.1
38442025-01-17T07:46:50.392Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0a9d790201483ef -C extra-filename=-a0a9d790201483ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-01-17T07:46:50.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38462025-01-17T07:46:50.867Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d007dbfa973fa6c -C extra-filename=-2d007dbfa973fa6c --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-01-17T07:46:50.914Z Compiling chacha20poly1305 v0.10.1
38482025-01-17T07:46:50.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=0db4d5b97e9aec4b -C extra-filename=-0db4d5b97e9aec4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-377e3b3aa4a52b80.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-01-17T07:46:51.175Z Compiling fxhash v0.2.1
38502025-01-17T07:46:51.178Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=388aa9c288f89859 -C extra-filename=-388aa9c288f89859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-01-17T07:46:51.202Z Compiling zip v2.1.3
38522025-01-17T07:46:51.204Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=e895a2daabec5dde -C extra-filename=-e895a2daabec5dde --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-01-17T07:46:51.251Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c/build-script-build`
38542025-01-17T07:46:51.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2883208610ec9cb1 -C extra-filename=-2883208610ec9cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
38552025-01-17T07:46:51.403Z Compiling simd-adler32 v0.3.7
38562025-01-17T07:46:51.406Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=e35e278c039be289 -C extra-filename=-e35e278c039be289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-01-17T07:46:51.593Z Compiling maplit v1.0.2
38582025-01-17T07:46:51.596Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88725a02f003f744 -C extra-filename=-88725a02f003f744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-01-17T07:46:51.662Z Compiling bumpalo v3.16.0
38602025-01-17T07:46:51.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=93fb4aab53a368fb -C extra-filename=-93fb4aab53a368fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-01-17T07:46:51.738Z Compiling lockfree-object-pool v0.1.6
38622025-01-17T07:46:51.740Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b94f107557136292 -C extra-filename=-b94f107557136292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-01-17T07:46:51.995Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde/build-script-build`
38642025-01-17T07:46:52.026Z Compiling zopfli v0.8.1
38652025-01-17T07:46:52.048Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=d7d85be1161d7603 -C extra-filename=-d7d85be1161d7603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-93fb4aab53a368fb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-b94f107557136292.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-e35e278c039be289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-01-17T07:46:52.056Z Compiling termcolor v1.4.1
38672025-01-17T07:46:52.081Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc1047f50aa401f4 -C extra-filename=-cc1047f50aa401f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-01-17T07:46:52.085Z Compiling const_format_proc_macros v0.2.33
38692025-01-17T07:46:52.085Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/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 -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=c9cb0bc0eddec6e8 -C extra-filename=-c9cb0bc0eddec6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-01-17T07:46:52.130Z Compiling radium v0.7.0
38712025-01-17T07:46:52.133Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9541b554217d27d6 -C extra-filename=-9541b554217d27d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-01-17T07:46:52.652Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6/build-script-build`
38732025-01-17T07:46:52.655Z Compiling thiserror-no-std v2.0.2
38742025-01-17T07:46:52.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=650f466b942fafe7 -C extra-filename=-650f466b942fafe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-e85b0b98b34b5443.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-01-17T07:46:52.681Z Compiling maybe-uninit v2.0.0
38762025-01-17T07:46:52.681Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6fb275f90c51ecd -C extra-filename=-a6fb275f90c51ecd --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-01-17T07:46:52.809Z Compiling vsss-rs v3.3.4
38782025-01-17T07:46:52.811Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=a1e78fa2822c1e10 -C extra-filename=-a1e78fa2822c1e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-650f466b942fafe7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-01-17T07:46:52.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=2344734b2a24031e -C extra-filename=-2344734b2a24031e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-d7d85be1161d7603.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
38802025-01-17T07:46:53.028Z Compiling tap v1.0.1
38812025-01-17T07:46:53.030Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1a4b5cfd698d833 -C extra-filename=-f1a4b5cfd698d833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-01-17T07:46:53.223Z Compiling wyz v0.5.1
38832025-01-17T07:46:53.224Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9457ba9626f8e429 -C extra-filename=-9457ba9626f8e429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-f1a4b5cfd698d833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-01-17T07:46:53.272Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd/build-script-build`
38852025-01-17T07:46:53.365Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87ebb124b7879103 -C extra-filename=-87ebb124b7879103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
38862025-01-17T07:46:53.647Z Compiling funty v2.0.0
38872025-01-17T07:46:53.650Z Compiling packed_struct v0.10.1
38882025-01-17T07:46:53.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe96b72f6d17008e -C extra-filename=-fe96b72f6d17008e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-01-17T07:46:53.673Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=dae20ffce3a84d6f -C extra-filename=-dae20ffce3a84d6f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-01-17T07:46:53.827Z Compiling crc-catalog v2.4.0
38912025-01-17T07:46:53.864Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b073cc6f27bdff93 -C extra-filename=-b073cc6f27bdff93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-01-17T07:46:54.007Z Compiling crc v3.2.1
38932025-01-17T07:46:54.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9db9fb99ac35bda9 -C extra-filename=-9db9fb99ac35bda9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-b073cc6f27bdff93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-01-17T07:46:54.228Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f/build-script-build`
38952025-01-17T07:46:54.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2bd60035f325c69 -C extra-filename=-c2bd60035f325c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
38962025-01-17T07:46:54.256Z Compiling const_format v0.2.33
38972025-01-17T07:46:54.259Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=b680b668037f1886 -C extra-filename=-b680b668037f1886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-c9cb0bc0eddec6e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-01-17T07:46:54.353Z Compiling packed_struct_codegen v0.10.1
38992025-01-17T07:46:54.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=120e903f88090aac -C extra-filename=-120e903f88090aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002025-01-17T07:46:54.712Z Compiling bitvec v1.0.1
39012025-01-17T07:46:54.715Z Compiling indexmap v1.9.3
39022025-01-17T07:46:54.715Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=6bd91ba6aa752903 -C extra-filename=-6bd91ba6aa752903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-fe96b72f6d17008e.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-87ebb124b7879103.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-f1a4b5cfd698d833.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9457ba9626f8e429.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-01-17T07:46:54.738Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=c72cfa00f20e994d -C extra-filename=-c72cfa00f20e994d --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-01-17T07:46:54.997Z Compiling nodrop v0.1.14
39052025-01-17T07:46:55.000Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=5d6580799ef6f393 -C extra-filename=-5d6580799ef6f393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-01-17T07:46:55.133Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d/build-script-build`
39072025-01-17T07:46:55.159Z Compiling array-init v0.0.4
39082025-01-17T07:46:55.159Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=39e98224191308ab -C extra-filename=-39e98224191308ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-5d6580799ef6f393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-01-17T07:46:55.193Z Compiling smallvec v0.6.14
39102025-01-17T07:46:55.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e6616b210b7195d2 -C extra-filename=-e6616b210b7195d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-c2bd60035f325c69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-01-17T07:46:55.340Z Compiling vte_generate_state_changes v0.1.2
39122025-01-17T07:46:55.342Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=415a1ed2cdfc7bd3 -C extra-filename=-415a1ed2cdfc7bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-01-17T07:46:55.595Z Compiling hashbrown v0.12.3
39142025-01-17T07:46:55.597Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b4db061fa643ea85 -C extra-filename=-b4db061fa643ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-01-17T07:46:56.092Z Compiling bitfield v0.14.0
39162025-01-17T07:46:56.096Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa5d68be8c03f60c -C extra-filename=-aa5d68be8c03f60c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-01-17T07:46:56.145Z Compiling vte v0.11.1
39182025-01-17T07:46:56.148Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=16a689cc12b9b948 -C extra-filename=-16a689cc12b9b948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-415a1ed2cdfc7bd3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-01-17T07:46:56.429Z Compiling serde-hex v0.1.0
39202025-01-17T07:46:56.458Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00262b84a157c4c0 -C extra-filename=-00262b84a157c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-39e98224191308ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e6616b210b7195d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-01-17T07:46:56.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.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=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=fa3a224004770b5a -C extra-filename=-fa3a224004770b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b4db061fa643ea85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39222025-01-17T07:46:56.960Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39232025-01-17T07:46:56.963Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3aa54ae74e4560a1 -C extra-filename=-3aa54ae74e4560a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-01-17T07:46:57.080Z Compiling env_logger v0.10.2
39252025-01-17T07:46:57.105Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=aa896cb702eada87 -C extra-filename=-aa896cb702eada87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-01-17T07:46:57.309Z Compiling ron v0.8.1
39272025-01-17T07:46:57.309Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=c9fee7441250722b -C extra-filename=-c9fee7441250722b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-01-17T07:46:57.471Z Compiling fd-lock v4.0.2
39292025-01-17T07:46:57.473Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22fdd8dfdc931963 -C extra-filename=-22fdd8dfdc931963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-01-17T07:46:57.691Z Compiling hashbrown v0.13.2
39312025-01-17T07:46:57.693Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2cc39eec0d1b448c -C extra-filename=-2cc39eec0d1b448c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-01-17T07:46:57.719Z Compiling kstat-rs v0.2.4
39332025-01-17T07:46:57.719Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0b8f1b0434fdbbf -C extra-filename=-e0b8f1b0434fdbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-01-17T07:46:58.104Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.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=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0267b5a39977fb35 -C extra-filename=-0267b5a39977fb35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6bd91ba6aa752903.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-120e903f88090aac.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-01-17T07:46:58.220Z Compiling crc-any v2.5.0
39362025-01-17T07:46:58.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=3cfdbd909f41ec8f -C extra-filename=-3cfdbd909f41ec8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-01-17T07:46:58.353Z Compiling strip-ansi-escapes v0.2.0
39382025-01-17T07:46:58.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1f39f3d5458d748 -C extra-filename=-d1f39f3d5458d748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-16a689cc12b9b948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-01-17T07:46:58.740Z Compiling object v0.30.4
39402025-01-17T07:46:58.743Z Compiling libefi-sys v0.1.0
39412025-01-17T07:46:58.743Z Compiling path-slash v0.1.5
39422025-01-17T07:46:58.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.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=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=488b3fd28ea1d9c2 -C extra-filename=-488b3fd28ea1d9c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2cc39eec0d1b448c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa3a224004770b5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-01-17T07:46:58.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d4bb991208f73b6 -C extra-filename=-0d4bb991208f73b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-01-17T07:46:58.763Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdb9cb4f0ec2d481 -C extra-filename=-fdb9cb4f0ec2d481 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-01-17T07:46:58.995Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39462025-01-17T07:46:58.998Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68b6be0134e0cfaa -C extra-filename=-68b6be0134e0cfaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-c9fee7441250722b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-01-17T07:46:59.145Z Compiling nu-ansi-term v0.50.1
39482025-01-17T07:46:59.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=91d54b3677425bef -C extra-filename=-91d54b3677425bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-01-17T07:46:59.664Z Compiling reedline v0.35.0
39502025-01-17T07:46:59.667Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=8b10c05fae7bff9f -C extra-filename=-8b10c05fae7bff9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-91d54b3677425bef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d1f39f3d5458d748.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-01-17T07:46:59.703Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481/build-script-build`
39522025-01-17T07:46:59.744Z Compiling phf_generator v0.11.2
39532025-01-17T07:46:59.744Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=0b94e22d80d97512 -C extra-filename=-0b94e22d80d97512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-01-17T07:46:59.769Z Compiling bitfield-struct v0.6.2
39552025-01-17T07:46:59.804Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=598b2ab32e6a6e63 -C extra-filename=-598b2ab32e6a6e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-01-17T07:46:59.955Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39572025-01-17T07:46:59.955Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88a38f4bb3656c5e -C extra-filename=-88a38f4bb3656c5e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-01-17T07:47:00.091Z Compiling parking_lot_core v0.8.6
39592025-01-17T07:47:00.094Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=542e8eafeb773123 -C extra-filename=-542e8eafeb773123 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-01-17T07:47:00.217Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-821ffab40c57c1aa/build-script-main`
39612025-01-17T07:47:00.476Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e/build-script-build`
39622025-01-17T07:47:00.590Z Compiling phf_codegen v0.11.2
39632025-01-17T07:47:00.593Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ca47520a177dc9a -C extra-filename=-2ca47520a177dc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-0b94e22d80d97512.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-01-17T07:47:00.617Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123/build-script-build`
39652025-01-17T07:47:00.654Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5391036895242318 -C extra-filename=-5391036895242318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
39662025-01-17T07:47:00.830Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39672025-01-17T07:47:00.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dccf410760122d29 -C extra-filename=-dccf410760122d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-01-17T07:47:00.881Z Compiling parse-zoneinfo v0.3.1
39692025-01-17T07:47:00.884Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ce840c3975bbd61 -C extra-filename=-5ce840c3975bbd61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-01-17T07:47:01.063Z Dirty bytecount v0.6.8: the rustflags changed
39712025-01-17T07:47:01.063Z Compiling bytecount v0.6.8
39722025-01-17T07:47:01.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=bea56fcbd19964ff -C extra-filename=-bea56fcbd19964ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-01-17T07:47:01.298Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39742025-01-17T07:47:01.302Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e587cef38dd8598 -C extra-filename=-9e587cef38dd8598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-aa5d68be8c03f60c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-01-17T07:47:01.324Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39762025-01-17T07:47:01.327Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38f3b4d620d453db -C extra-filename=-38f3b4d620d453db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-598b2ab32e6a6e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-01-17T07:47:01.471Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39782025-01-17T07:47:01.473Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45dcdf8a8374a563 -C extra-filename=-45dcdf8a8374a563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-01-17T07:47:01.616Z Compiling cfg_aliases v0.1.1
39802025-01-17T07:47:01.618Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=482ecc75f8129be0 -C extra-filename=-482ecc75f8129be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-01-17T07:47:01.702Z Compiling chrono-tz-build v0.4.0
39822025-01-17T07:47:01.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=31b38293234e1222 -C extra-filename=-31b38293234e1222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-5ce840c3975bbd61.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-2ca47520a177dc9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-01-17T07:47:01.744Z Compiling nix v0.28.0
39842025-01-17T07:47:01.770Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=4bc77195f2417cd3 -C extra-filename=-4bc77195f2417cd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-482ecc75f8129be0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-01-17T07:47:02.036Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39862025-01-17T07:47:02.039Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8696a562f8ab0321 -C extra-filename=-8696a562f8ab0321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-38f3b4d620d453db.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-45dcdf8a8374a563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-01-17T07:47:02.582Z Dirty papergrid v0.11.0: the rustflags changed
39882025-01-17T07:47:02.582Z Compiling papergrid v0.11.0
39892025-01-17T07:47:02.585Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=e3392ead8be78277 -C extra-filename=-e3392ead8be78277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-bea56fcbd19964ff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-01-17T07:47:02.625Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90dc7ce239abe1ed -C extra-filename=-90dc7ce239abe1ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -l static=pci`
39912025-01-17T07:47:02.896Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39922025-01-17T07:47:02.941Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ed4ee0225e0883d -C extra-filename=-5ed4ee0225e0883d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-5391036895242318.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-01-17T07:47:03.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a713fec5230fbd15 -C extra-filename=-a713fec5230fbd15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-01-17T07:47:03.127Z Compiling tabled_derive v0.7.0
39952025-01-17T07:47:03.130Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1fb8823d2e8bd6b -C extra-filename=-e1fb8823d2e8bd6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-01-17T07:47:03.294Z Compiling chrono-tz v0.10.0
39972025-01-17T07:47:03.296Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=cf2b945d7e4b5fd0 -C extra-filename=-cf2b945d7e4b5fd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cf2b945d7e4b5fd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-31b38293234e1222.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-01-17T07:47:03.620Z Compiling parking_lot v0.11.2
39992025-01-17T07:47:03.623Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=add88dda7fe2a4ce -C extra-filename=-add88dda7fe2a4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a713fec5230fbd15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-01-17T07:47:04.225Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3/build-script-build`
40012025-01-17T07:47:04.265Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40022025-01-17T07:47:04.267Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7d796ba0166ee80 -C extra-filename=-d7d796ba0166ee80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-01-17T07:47:04.416Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=be82e9fc2875d1d9 -C extra-filename=-be82e9fc2875d1d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40042025-01-17T07:47:05.618Z Compiling tabled v0.15.0
40052025-01-17T07:47:05.621Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=857da2ec4933a1cb -C extra-filename=-857da2ec4933a1cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-e3392ead8be78277.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e1fb8823d2e8bd6b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-01-17T07:47:06.168Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cf2b945d7e4b5fd0/build-script-build`
40072025-01-17T07:47:06.524Z Compiling sled v0.34.7
40082025-01-17T07:47:06.526Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=78ea23c230e3d78b -C extra-filename=-78ea23c230e3d78b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-add88dda7fe2a4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-01-17T07:47:06.596Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98/build-script-build`
40102025-01-17T07:47:06.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=8a1ec9edb489099f -C extra-filename=-8a1ec9edb489099f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
40112025-01-17T07:47:06.655Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540/build-script-build`
40122025-01-17T07:47:06.698Z Compiling hickory-client v0.24.1
40132025-01-17T07:47:06.701Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-0.24.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=869e865a70754660 -C extra-filename=-869e865a70754660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-01-17T07:47:07.200Z Compiling peg-macros v0.8.4
40152025-01-17T07:47:07.203Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=f5b8191de767dc4d -C extra-filename=-f5b8191de767dc4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-01-17T07:47:07.223Z Compiling hickory-server v0.24.1
40172025-01-17T07:47:07.225Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-0.24.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=04abc4d634e12d97 -C extra-filename=-04abc4d634e12d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-01-17T07:47:07.919Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40192025-01-17T07:47:07.924Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=946d0802f047d813 -C extra-filename=-946d0802f047d813 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-946d0802f047d813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202025-01-17T07:47:08.083Z Compiling sqlparser_derive v0.2.2
40212025-01-17T07:47:08.086Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6cc3f1d2bce6f4b -C extra-filename=-b6cc3f1d2bce6f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-01-17T07:47:09.110Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=8e6c2b00435f0df6 -C extra-filename=-8e6c2b00435f0df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-8a1ec9edb489099f.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-c7a488fcbaa355d2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40232025-01-17T07:47:09.163Z Compiling unicode_categories v0.1.1
40242025-01-17T07:47:09.196Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9787b81de8eb3ef5 -C extra-filename=-9787b81de8eb3ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-01-17T07:47:09.396Z Compiling sqlparser v0.45.0
40262025-01-17T07:47:09.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=1765569bc5e1d90d -C extra-filename=-1765569bc5e1d90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b6cc3f1d2bce6f4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-01-17T07:47:09.521Z Compiling sqlformat v0.2.6
40282025-01-17T07:47:09.524Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b031ec46d594c4b2 -C extra-filename=-b031ec46d594c4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-9787b81de8eb3ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-01-17T07:47:10.914Z Compiling peg v0.8.4
40302025-01-17T07:47:10.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=1239a75c1abc6f9e -C extra-filename=-1239a75c1abc6f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-f5b8191de767dc4d.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312025-01-17T07:47:11.041Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-946d0802f047d813/build-script-build`
40322025-01-17T07:47:11.107Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=f12f93c9d30ebb6a -C extra-filename=-f12f93c9d30ebb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-01-17T07:47:11.632Z Dirty rustls-webpki v0.102.8: the rustflags changed
40342025-01-17T07:47:11.632Z Compiling rustls-webpki v0.102.8
40352025-01-17T07:47:11.634Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=a8b1a759f6c864ef -C extra-filename=-a8b1a759f6c864ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40362025-01-17T07:47:11.672Z Compiling rustyline v14.0.0
40372025-01-17T07:47:11.675Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.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=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=dda657155a95b3cf -C extra-filename=-dda657155a95b3cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-be82e9fc2875d1d9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-01-17T07:47:12.168Z Compiling bcs v0.1.6
40392025-01-17T07:47:12.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=815072da4d4bcdef -C extra-filename=-815072da4d4bcdef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-01-17T07:47:12.776Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --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=789e78ee7d145cd1 -C extra-filename=-789e78ee7d145cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40412025-01-17T07:47:13.509Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=bd2f093d2baa212f -C extra-filename=-bd2f093d2baa212f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40422025-01-17T07:47:15.574Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40432025-01-17T07:47:15.577Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=11c0f57b68e7bb99 -C extra-filename=-11c0f57b68e7bb99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3cfdbd909f41ec8f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-aa896cb702eada87.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9e587cef38dd8598.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-00262b84a157c4c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-01-17T07:47:15.888Z Compiling diff v0.1.13
40452025-01-17T07:47:15.924Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=126a49aa0e256b7b -C extra-filename=-126a49aa0e256b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-01-17T07:47:16.476Z Compiling unicase v2.7.0
40472025-01-17T07:47:16.508Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f5b0690ff74597c3 -C extra-filename=-f5b0690ff74597c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-01-17T07:47:16.524Z Compiling buf-list v1.0.3
40492025-01-17T07:47:16.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=997e5f189818cc13 -C extra-filename=-997e5f189818cc13 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-01-17T07:47:16.871Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3/build-script-build`
40512025-01-17T07:47:17.055Z Compiling dsl_auto_type v0.1.2
40522025-01-17T07:47:17.059Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c33c587a222ff461 -C extra-filename=-c33c587a222ff461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-0be92ea757c2bbdc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-01-17T07:47:17.096Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7c6b29a92d3744fc -C extra-filename=-7c6b29a92d3744fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
40542025-01-17T07:47:17.217Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13/build-script-build`
40552025-01-17T07:47:17.270Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-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=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=767e7deaf3bc109b -C extra-filename=-767e7deaf3bc109b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40562025-01-17T07:47:17.472Z Compiling primeorder v0.13.6
40572025-01-17T07:47:17.507Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=19430a2f6f3e4d50 -C extra-filename=-19430a2f6f3e4d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-01-17T07:47:17.811Z Dirty tokio-rustls v0.25.0: the rustflags changed
40592025-01-17T07:47:17.811Z Compiling tokio-rustls v0.25.0
40602025-01-17T07:47:17.814Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=d053d776bc068494 -C extra-filename=-d053d776bc068494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40612025-01-17T07:47:17.995Z Compiling diesel_table_macro_syntax v0.2.0
40622025-01-17T07:47:17.997Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9906c69b4514faad -C extra-filename=-9906c69b4514faad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-01-17T07:47:18.299Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13741ed253e6d78b -C extra-filename=-13741ed253e6d78b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-c8cf29938842673a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40642025-01-17T07:47:18.433Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d780d2afa3e212a3 -C extra-filename=-d780d2afa3e212a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-9b7b08c26563aa78.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40652025-01-17T07:47:18.532Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40662025-01-17T07:47:18.535Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e3f7dbf8ffba0c5 -C extra-filename=-4e3f7dbf8ffba0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9e587cef38dd8598.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-11c0f57b68e7bb99.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-488b3fd28ea1d9c2.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0d4bb991208f73b6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-68b6be0134e0cfaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
40672025-01-17T07:47:22.294Z Dirty tokio-rustls v0.26.0: the rustflags changed
40682025-01-17T07:47:22.294Z Compiling tokio-rustls v0.26.0
40692025-01-17T07:47:22.296Z Running `/home/build/.rustup/toolchains/1.84.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --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=6daf1b9b7e5d643a -C extra-filename=-6daf1b9b7e5d643a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40702025-01-17T07:47:22.319Z Compiling scheduled-thread-pool v0.2.7
40712025-01-17T07:47:22.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cd1b933f756e878 -C extra-filename=-2cd1b933f756e878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-01-17T07:47:22.757Z Dirty hyper-rustls v0.27.3: the rustflags changed
40732025-01-17T07:47:22.758Z Compiling hyper-rustls v0.27.3
40742025-01-17T07:47:22.760Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --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=728b7313f697d427 -C extra-filename=-728b7313f697d427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40752025-01-17T07:47:22.907Z Compiling crunchy v0.2.2
40762025-01-17T07:47:22.910Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=7dc93288534e917a -C extra-filename=-7dc93288534e917a --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-01-17T07:47:23.374Z Dirty reqwest v0.12.9: the rustflags changed
40782025-01-17T07:47:23.374Z Compiling reqwest v0.12.9
40792025-01-17T07:47:23.377Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --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"))' -C metadata=9b66d0d1f848c467 -C extra-filename=-9b66d0d1f848c467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bed8608581f1c38b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88443e1187b8ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-e0681150a9aade4b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ee8c689459ae1d06.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a5914ea7e9a792fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-52293d096a5243b0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
40802025-01-17T07:47:23.470Z Dirty qorb v0.2.1: the rustflags changed
40812025-01-17T07:47:23.470Z Compiling qorb v0.2.1
40822025-01-17T07:47:23.492Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=2fb5b90a003dd459 -C extra-filename=-2fb5b90a003dd459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad6d2c81a6c8596a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
40832025-01-17T07:47:23.503Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a/build-script-build`
40842025-01-17T07:47:23.542Z Compiling r2d2 v0.8.10
40852025-01-17T07:47:23.544Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a28c88ad0319728 -C extra-filename=-7a28c88ad0319728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2cd1b933f756e878.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-01-17T07:47:23.923Z Compiling diesel_derives v2.2.3
40872025-01-17T07:47:23.926Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.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 -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=e8329521f670cb82 -C extra-filename=-e8329521f670cb82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-9906c69b4514faad.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c33c587a222ff461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-01-17T07:47:26.356Z Compiling mime_guess v2.0.5
40892025-01-17T07:47:26.359Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c59d92121d022b5c -C extra-filename=-c59d92121d022b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-01-17T07:47:26.478Z Compiling nanorand v0.7.0
40912025-01-17T07:47:26.481Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=ef04fbd9d9f031c9 -C extra-filename=-ef04fbd9d9f031c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-01-17T07:47:26.849Z Compiling progenitor-client v0.9.1
40932025-01-17T07:47:26.852Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e0f0a770c1247f9 -C extra-filename=-0e0f0a770c1247f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
40942025-01-17T07:47:27.013Z Compiling progenitor-client v0.8.0
40952025-01-17T07:47:27.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98968f57a10bcf4c -C extra-filename=-98968f57a10bcf4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
40962025-01-17T07:47:27.438Z Compiling progenitor v0.8.0
40972025-01-17T07:47:27.442Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e62bb049de96c64 -C extra-filename=-5e62bb049de96c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98968f57a10bcf4c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2a29e8ede7f4f756.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c1e2c6147cd0674f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
40982025-01-17T07:47:27.510Z Compiling progenitor v0.9.1
40992025-01-17T07:47:27.512Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=c459879870c126ea -C extra-filename=-c459879870c126ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-88b1c452b6ddfe59.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7252d0791eac5ae4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41002025-01-17T07:47:27.576Z Compiling omicron-zone-package v0.12.0
41012025-01-17T07:47:27.605Z Compiling http-range v0.1.5
41022025-01-17T07:47:27.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32c3dafb844e9edc -C extra-filename=-32c3dafb844e9edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9e213122458c7cb9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-63a0a4b260398455.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41032025-01-17T07:47:27.609Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71f914c4c224490a -C extra-filename=-71f914c4c224490a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-01-17T07:47:27.676Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41052025-01-17T07:47:27.678Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=511117e2139be012 -C extra-filename=-511117e2139be012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41062025-01-17T07:47:27.739Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41072025-01-17T07:47:27.741Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=daf168691bc63dd0 -C extra-filename=-daf168691bc63dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41082025-01-17T07:47:27.963Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
41092025-01-17T07:47:28.025Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cd3505ad86f7f5c -C extra-filename=-7cd3505ad86f7f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-b52cdbbbe858ad29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41102025-01-17T07:47:29.446Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41112025-01-17T07:47:29.449Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdc20c07ba6dccb2 -C extra-filename=-bdc20c07ba6dccb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41122025-01-17T07:47:30.919Z Compiling tiny-keccak v2.0.2
41132025-01-17T07:47:30.921Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --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=2aa500c54f801d70 -C extra-filename=-2aa500c54f801d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-01-17T07:47:31.310Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70/build-script-build`
41152025-01-17T07:47:31.352Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c/build-script-build`
41162025-01-17T07:47:31.409Z Compiling flume v0.11.1
41172025-01-17T07:47:31.411Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=cfb36021e99e7ef1 -C extra-filename=-cfb36021e99e7ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ef04fbd9d9f031c9.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-01-17T07:47:32.053Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=286905b7c093fc6d -C extra-filename=-286905b7c093fc6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-01-17T07:47:32.188Z Compiling atty v0.2.14
41202025-01-17T07:47:32.234Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8a1cd11cad22ee4 -C extra-filename=-a8a1cd11cad22ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-01-17T07:47:32.367Z Compiling ref-cast v1.0.23
41222025-01-17T07:47:32.370Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68c8938363f8106e -C extra-filename=-68c8938363f8106e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-01-17T07:47:32.930Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
41242025-01-17T07:47:32.932Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=660b96187ab9678d -C extra-filename=-660b96187ab9678d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d62d0ff90129262b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-daf168691bc63dd0.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-fd9526c93453207f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5fb9246bd00a14a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39aad72bc26cf0ce.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cc978c39bae954fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41252025-01-17T07:47:33.401Z Compiling salty v0.3.0
41262025-01-17T07:47:33.404Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=4052f9f6f6573b34 -C extra-filename=-4052f9f6f6573b34 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-01-17T07:47:33.647Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e/build-script-build`
41282025-01-17T07:47:33.705Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --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=7cb8043a2b29f75a -C extra-filename=-7cb8043a2b29f75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-286905b7c093fc6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-01-17T07:47:33.895Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34/build-script-build`
41302025-01-17T07:47:33.938Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=ae21cc598d5a09d2 -C extra-filename=-ae21cc598d5a09d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-01-17T07:47:34.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41322025-01-17T07:47:34.038Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=4bad1f4175760e03 -C extra-filename=-4bad1f4175760e03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4bad1f4175760e03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41332025-01-17T07:47:34.415Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41342025-01-17T07:47:34.444Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=2aaa3f853e71332a -C extra-filename=-2aaa3f853e71332a --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-2aaa3f853e71332a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-9719fcb27dd591d9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41352025-01-17T07:47:34.447Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4bad1f4175760e03/build-script-build`
41362025-01-17T07:47:34.487Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=e5af43455e3d9ef8 -C extra-filename=-e5af43455e3d9ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41372025-01-17T07:47:34.568Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
41382025-01-17T07:47:34.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02c61165f9e8f681 -C extra-filename=-02c61165f9e8f681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41392025-01-17T07:47:34.617Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41402025-01-17T07:47:34.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=66e8973c4182801d -C extra-filename=-66e8973c4182801d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41412025-01-17T07:47:34.994Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41422025-01-17T07:47:34.997Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=0d3f1628f3e357bf -C extra-filename=-0d3f1628f3e357bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41432025-01-17T07:47:35.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41442025-01-17T07:47:35.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=1a5ad661e4d72713 -C extra-filename=-1a5ad661e4d72713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41452025-01-17T07:47:35.492Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41462025-01-17T07:47:35.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3bd5e82b9de3c922 -C extra-filename=-3bd5e82b9de3c922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41472025-01-17T07:47:35.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41482025-01-17T07:47:35.627Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7658d884e5509aa9 -C extra-filename=-7658d884e5509aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41492025-01-17T07:47:35.903Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41502025-01-17T07:47:35.948Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f80223e76d7ab92e -C extra-filename=-f80223e76d7ab92e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41512025-01-17T07:47:36.059Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41522025-01-17T07:47:36.061Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=cfbceecec4197a33 -C extra-filename=-cfbceecec4197a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41532025-01-17T07:47:36.165Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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=line-tables-only '--allow=clippy::style' '--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("proptest", "test-strategy", "testing"))' -C metadata=c889eff43395cced -C extra-filename=-c889eff43395cced --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41542025-01-17T07:47:36.326Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41552025-01-17T07:47:36.370Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=82fd942cff4ff4d3 -C extra-filename=-82fd942cff4ff4d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41562025-01-17T07:47:37.631Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41572025-01-17T07:47:37.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8321f4dab011916e -C extra-filename=-8321f4dab011916e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-8321f4dab011916e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41582025-01-17T07:47:38.079Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-8321f4dab011916e/build-script-build`
41592025-01-17T07:47:38.123Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41602025-01-17T07:47:38.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8a00b5fab61ed18a -C extra-filename=-8a00b5fab61ed18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41612025-01-17T07:47:38.407Z Compiling diesel v2.2.6
41622025-01-17T07:47:38.410Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=9f5f44c5619b4e64 -C extra-filename=-9f5f44c5619b4e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e8329521f670cb82.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7a28c88ad0319728.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41632025-01-17T07:47:38.691Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41642025-01-17T07:47:38.693Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=de84b61dee526956 -C extra-filename=-de84b61dee526956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41652025-01-17T07:47:39.357Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41662025-01-17T07:47:39.359Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=6051c9e95e03457f -C extra-filename=-6051c9e95e03457f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6051c9e95e03457f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41672025-01-17T07:47:39.515Z Compiling p384 v0.13.0
41682025-01-17T07:47:39.518Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=28fc35a96dd62f62 -C extra-filename=-28fc35a96dd62f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-01-17T07:47:39.735Z Compiling ascii-canvas v3.0.0
41702025-01-17T07:47:39.737Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1b42b0ee7bc462d -C extra-filename=-f1b42b0ee7bc462d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-01-17T07:47:39.763Z Compiling ref-cast-impl v1.0.23
41722025-01-17T07:47:39.765Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0661711625af6d4c -C extra-filename=-0661711625af6d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-01-17T07:47:40.243Z Compiling ena v0.14.3
41742025-01-17T07:47:40.246Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=ce4111346ccb5969 -C extra-filename=-ce4111346ccb5969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-01-17T07:47:40.696Z Compiling regex-syntax v0.6.29
41762025-01-17T07:47:40.699Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=eaba3aeca78ad168 -C extra-filename=-eaba3aeca78ad168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-01-17T07:47:41.046Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6051c9e95e03457f/build-script-build`
41782025-01-17T07:47:41.088Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41792025-01-17T07:47:41.091Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b3ef8a899962c65e -C extra-filename=-b3ef8a899962c65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41802025-01-17T07:47:41.131Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4815cf05eaadddd2 -C extra-filename=-4815cf05eaadddd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-0661711625af6d4c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
41812025-01-17T07:47:41.317Z Compiling hyper-staticfile v0.10.1
41822025-01-17T07:47:41.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d031e7c5eb6a213 -C extra-filename=-3d031e7c5eb6a213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ae21cc598d5a09d2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-01-17T07:47:42.287Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41842025-01-17T07:47:42.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=a86989e3613052b6 -C extra-filename=-a86989e3613052b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41852025-01-17T07:47:42.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=75c954b1827d3b2d -C extra-filename=-75c954b1827d3b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41862025-01-17T07:47:42.832Z Compiling env_filter v0.1.2
41872025-01-17T07:47:42.834Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-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=line-tables-only '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=bb4955ef2c5e36ae -C extra-filename=-bb4955ef2c5e36ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-01-17T07:47:43.238Z Compiling env_logger v0.11.5
41892025-01-17T07:47:43.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=c03b935ea1f4bb5f -C extra-filename=-c03b935ea1f4bb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-bb4955ef2c5e36ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-01-17T07:47:43.501Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41912025-01-17T07:47:43.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=e2723da945d5afa6 -C extra-filename=-e2723da945d5afa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-75c954b1827d3b2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-01-17T07:47:43.916Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41932025-01-17T07:47:43.919Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f82fe737d6701f42 -C extra-filename=-f82fe737d6701f42 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f82fe737d6701f42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41942025-01-17T07:47:44.291Z Compiling lalrpop v0.19.12
41952025-01-17T07:47:44.294Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=719bb223b3e0108b -C extra-filename=-719bb223b3e0108b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-f1b42b0ee7bc462d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-126a49aa0e256b7b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ce4111346ccb5969.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-eaba3aeca78ad168.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-7cb8043a2b29f75a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-01-17T07:47:44.323Z Compiling derive_builder_core v0.20.2
41972025-01-17T07:47:44.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=c09288cae9a60134 -C extra-filename=-c09288cae9a60134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-0be92ea757c2bbdc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-01-17T07:47:44.511Z Compiling libxml v0.3.3
41992025-01-17T07:47:44.514Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a171c2a8b9b19f8b -C extra-filename=-a171c2a8b9b19f8b --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-01-17T07:47:44.949Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42012025-01-17T07:47:44.951Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d150f5e1f88112c0 -C extra-filename=-d150f5e1f88112c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-01-17T07:47:45.332Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0/build-script-build`
42032025-01-17T07:47:45.421Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b/build-script-build`
42042025-01-17T07:47:45.457Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f82fe737d6701f42/build-script-build`
42052025-01-17T07:47:45.473Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42062025-01-17T07:47:45.475Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8652138b11b31848 -C extra-filename=-8652138b11b31848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c03b935ea1f4bb5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072025-01-17T07:47:46.142Z Compiling samael v0.0.17
42082025-01-17T07:47:46.145Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=9418649671bfc9b1 -C extra-filename=-9418649671bfc9b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-9418649671bfc9b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-95e0f24eebe7a7b6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092025-01-17T07:47:46.533Z Compiling strum_macros v0.24.3
42102025-01-17T07:47:46.536Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0d8c9fa65644ebb -C extra-filename=-d0d8c9fa65644ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112025-01-17T07:47:46.571Z Compiling derive_builder_macro v0.20.2
42122025-01-17T07:47:46.574Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.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 -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=efb3bf484172a3f8 -C extra-filename=-efb3bf484172a3f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-c09288cae9a60134.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-01-17T07:47:47.671Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=720b201a34eff4e5 -C extra-filename=-720b201a34eff4e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-966b3e6ec08cf523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1b05f9d9fe1f8b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42142025-01-17T07:47:48.149Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42152025-01-17T07:47:48.152Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=e5a743c6b6967b65 -C extra-filename=-e5a743c6b6967b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42162025-01-17T07:47:48.757Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42172025-01-17T07:47:48.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=6b85c3fda86bdec6 -C extra-filename=-6b85c3fda86bdec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42182025-01-17T07:47:50.263Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42192025-01-17T07:47:50.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ab2d9184ede5d4e7 -C extra-filename=-ab2d9184ede5d4e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42202025-01-17T07:47:51.432Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42212025-01-17T07:47:51.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=5fb2aee46cb65270 -C extra-filename=-5fb2aee46cb65270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42222025-01-17T07:47:54.284Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42232025-01-17T07:47:54.287Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=19f644407842872d -C extra-filename=-19f644407842872d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42242025-01-17T07:47:55.042Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42252025-01-17T07:47:55.047Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=8f0cd337f1526e01 -C extra-filename=-8f0cd337f1526e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42262025-01-17T07:47:55.958Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=791f8f0b619865e1 -C extra-filename=-791f8f0b619865e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c889eff43395cced.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42272025-01-17T07:47:56.113Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42282025-01-17T07:47:56.150Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=bbcee100b1a0b564 -C extra-filename=-bbcee100b1a0b564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42292025-01-17T07:47:56.196Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42302025-01-17T07:47:56.199Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8a07d2bad0f10dfb -C extra-filename=-8a07d2bad0f10dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42312025-01-17T07:47:57.650Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-2aaa3f853e71332a/build-script-build`
42322025-01-17T07:47:57.949Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42332025-01-17T07:47:57.951Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=1476733434753104 -C extra-filename=-1476733434753104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42342025-01-17T07:47:58.377Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42352025-01-17T07:47:58.380Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b95d51114db64575 -C extra-filename=-b95d51114db64575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42362025-01-17T07:47:59.327Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=71e8ba8658edf5d5 -C extra-filename=-71e8ba8658edf5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42372025-01-17T07:47:59.425Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42382025-01-17T07:47:59.428Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3300c1de867cadb2 -C extra-filename=-3300c1de867cadb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42392025-01-17T07:47:59.482Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42402025-01-17T07:47:59.485Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8893c367f6b526c7 -C extra-filename=-8893c367f6b526c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42412025-01-17T07:47:59.813Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8c8ef668e09e16d6 -C extra-filename=-8c8ef668e09e16d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42422025-01-17T07:48:00.686Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42432025-01-17T07:48:00.686Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=d6560d5367b494ce -C extra-filename=-d6560d5367b494ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42442025-01-17T07:48:01.792Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42452025-01-17T07:48:01.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=7aabc0a52d7fef69 -C extra-filename=-7aabc0a52d7fef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42462025-01-17T07:48:02.939Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3403cc9005dda1cf -C extra-filename=-3403cc9005dda1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42472025-01-17T07:48:03.396Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42482025-01-17T07:48:03.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=145b5871a4e332b9 -C extra-filename=-145b5871a4e332b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c8ef668e09e16d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42492025-01-17T07:48:04.275Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502025-01-17T07:48:04.279Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=0b1048db62f544e7 -C extra-filename=-0b1048db62f544e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42512025-01-17T07:48:04.429Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42522025-01-17T07:48:04.432Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=1828f968ebb544ef -C extra-filename=-1828f968ebb544ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42532025-01-17T07:48:11.323Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42542025-01-17T07:48:11.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=59ec6f7f05b34b81 -C extra-filename=-59ec6f7f05b34b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbcee100b1a0b564.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42552025-01-17T07:48:11.354Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42562025-01-17T07:48:11.357Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=e4a6a57d54cd462f -C extra-filename=-e4a6a57d54cd462f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42572025-01-17T07:48:11.730Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42582025-01-17T07:48:11.732Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f8b22fcbcba96db7 -C extra-filename=-f8b22fcbcba96db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42592025-01-17T07:48:13.230Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42602025-01-17T07:48:13.233Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=f43bc2538327948a -C extra-filename=-f43bc2538327948a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42612025-01-17T07:48:15.167Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42622025-01-17T07:48:15.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ae5d1b853083a4e3 -C extra-filename=-ae5d1b853083a4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5ed4ee0225e0883d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
42632025-01-17T07:48:17.181Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42642025-01-17T07:48:17.183Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8b67c619d7ecb554 -C extra-filename=-8b67c619d7ecb554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42652025-01-17T07:48:17.903Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=34de55b35cda572f -C extra-filename=-34de55b35cda572f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42662025-01-17T07:48:18.742Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42672025-01-17T07:48:18.799Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=035662ae9ea72443 -C extra-filename=-035662ae9ea72443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-bdc20c07ba6dccb2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42682025-01-17T07:48:19.150Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42692025-01-17T07:48:19.153Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=7d3f33af87443ff1 -C extra-filename=-7d3f33af87443ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42702025-01-17T07:48:20.025Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42712025-01-17T07:48:20.028Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=c0499512e160c707 -C extra-filename=-c0499512e160c707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42722025-01-17T07:48:20.832Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42732025-01-17T07:48:20.835Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a4571bae47426be4 -C extra-filename=-a4571bae47426be4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
42742025-01-17T07:48:21.250Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42752025-01-17T07:48:21.253Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ef3b7fd175429cbb -C extra-filename=-ef3b7fd175429cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42762025-01-17T07:48:22.350Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42772025-01-17T07:48:22.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=6dcc5a45c9282772 -C extra-filename=-6dcc5a45c9282772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42782025-01-17T07:48:24.238Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42792025-01-17T07:48:24.240Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3fc4afb1a60ce3de -C extra-filename=-3fc4afb1a60ce3de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42802025-01-17T07:48:24.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42812025-01-17T07:48:24.674Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=5119d93a8591b529 -C extra-filename=-5119d93a8591b529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42822025-01-17T07:48:24.690Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832025-01-17T07:48:24.710Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=68cff245d2e2874f -C extra-filename=-68cff245d2e2874f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42842025-01-17T07:48:25.639Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42852025-01-17T07:48:25.643Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=7de9f2bbc01c4ed5 -C extra-filename=-7de9f2bbc01c4ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42862025-01-17T07:48:26.044Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=cf89641cc9b1c6e1 -C extra-filename=-cf89641cc9b1c6e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42872025-01-17T07:48:26.197Z Compiling pin-project-internal v1.1.6
42882025-01-17T07:48:26.203Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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=3a4c864525526358 -C extra-filename=-3a4c864525526358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892025-01-17T07:48:27.257Z Compiling indoc v1.0.9
42902025-01-17T07:48:27.296Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af0b922751e7470c -C extra-filename=-af0b922751e7470c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912025-01-17T07:48:28.328Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-9418649671bfc9b1/build-script-bindings`
42922025-01-17T07:48:28.879Z Compiling derive_builder v0.20.2
42932025-01-17T07:48:28.902Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=34844a80dde02151 -C extra-filename=-34844a80dde02151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-efb3bf484172a3f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-01-17T07:48:29.105Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bd308843595f4d1 -C extra-filename=-9bd308843595f4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-8652138b11b31848.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
42952025-01-17T07:48:29.238Z Compiling pin-project v1.1.6
42962025-01-17T07:48:29.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.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=line-tables-only --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=163a84fb3886e613 -C extra-filename=-163a84fb3886e613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3a4c864525526358.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972025-01-17T07:48:29.442Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36d76c5237182c46 -C extra-filename=-36d76c5237182c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
42982025-01-17T07:48:30.412Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992025-01-17T07:48:30.414Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=39add2a977413448 -C extra-filename=-39add2a977413448 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-39add2a977413448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43002025-01-17T07:48:30.798Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43012025-01-17T07:48:30.801Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3075d68367f9af7a -C extra-filename=-3075d68367f9af7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43022025-01-17T07:48:31.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
43032025-01-17T07:48:31.305Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb73e889de0c6439 -C extra-filename=-cb73e889de0c6439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3728abb279ad2a65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
43042025-01-17T07:48:31.632Z Compiling quick-xml v0.33.0
43052025-01-17T07:48:31.634Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=40dc9cc2ae614686 -C extra-filename=-40dc9cc2ae614686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062025-01-17T07:48:31.855Z Compiling oso-derive v0.27.3
43072025-01-17T07:48:31.878Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cd0c6030bffc3a0 -C extra-filename=-9cd0c6030bffc3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082025-01-17T07:48:33.092Z Compiling impl-trait-for-tuples v0.2.2
43092025-01-17T07:48:33.094Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a8991202317ba87 -C extra-filename=-3a8991202317ba87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102025-01-17T07:48:34.914Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=a17be4191b17b1dc -C extra-filename=-a17be4191b17b1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-34844a80dde02151.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-36d76c5237182c46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-40dc9cc2ae614686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
43112025-01-17T07:48:36.944Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43122025-01-17T07:48:36.946Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=44c0633e5b9ff967 -C extra-filename=-44c0633e5b9ff967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43132025-01-17T07:48:37.727Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-39add2a977413448/build-script-build`
43142025-01-17T07:48:37.769Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43152025-01-17T07:48:37.771Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=6dca6bcf20553773 -C extra-filename=-6dca6bcf20553773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43162025-01-17T07:48:39.571Z Compiling signal-hook-tokio v0.3.1
43172025-01-17T07:48:39.574Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-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=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=8dc07e1b31edea0c -C extra-filename=-8dc07e1b31edea0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182025-01-17T07:48:39.820Z Dirty cargo-platform v0.1.8: the rustflags changed
43192025-01-17T07:48:39.820Z Compiling cargo-platform v0.1.8
43202025-01-17T07:48:39.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--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=d13ae0074c7b6dca -C extra-filename=-d13ae0074c7b6dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-01-17T07:48:40.416Z Compiling snafu-derive v0.8.5
43222025-01-17T07:48:40.418Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.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 -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=3897104b3b27d175 -C extra-filename=-3897104b3b27d175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232025-01-17T07:48:40.481Z Compiling memoffset v0.9.1
43242025-01-17T07:48:40.484Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ab9632249e53424a -C extra-filename=-ab9632249e53424a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252025-01-17T07:48:40.508Z Compiling diesel-dtrace v0.4.2
43262025-01-17T07:48:40.510Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07b8ffc7a04b311c -C extra-filename=-07b8ffc7a04b311c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272025-01-17T07:48:40.896Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c/build-script-build`
43282025-01-17T07:48:40.921Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a/build-script-build`
43292025-01-17T07:48:40.988Z Dirty cargo_metadata v0.18.1: the rustflags changed
43302025-01-17T07:48:40.988Z Compiling cargo_metadata v0.18.1
43312025-01-17T07:48:41.014Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=f5800d1df969a089 -C extra-filename=-f5800d1df969a089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d13ae0074c7b6dca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322025-01-17T07:48:41.101Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332025-01-17T07:48:41.104Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=83f6ef4b1a335f6f -C extra-filename=-83f6ef4b1a335f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43342025-01-17T07:48:44.311Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43352025-01-17T07:48:44.314Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=31b73a28e35cf9ed -C extra-filename=-31b73a28e35cf9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43362025-01-17T07:48:45.184Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43372025-01-17T07:48:45.186Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d08b4884f87ad96a -C extra-filename=-d08b4884f87ad96a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d08b4884f87ad96a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43382025-01-17T07:48:45.564Z Compiling globset v0.4.15
43392025-01-17T07:48:45.567Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=70d86b282a4a6fe3 -C extra-filename=-70d86b282a4a6fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402025-01-17T07:48:45.785Z Compiling snafu v0.8.5
43412025-01-17T07:48:45.788Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f8f278032c053caa -C extra-filename=-f8f278032c053caa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3897104b3b27d175.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422025-01-17T07:48:46.584Z Compiling bb8 v0.8.5
43432025-01-17T07:48:46.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=048b3a6a79d72fe3 -C extra-filename=-048b3a6a79d72fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442025-01-17T07:48:47.104Z Compiling olpc-cjson v0.1.4
43452025-01-17T07:48:47.107Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8382572a2c2151ca -C extra-filename=-8382572a2c2151ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462025-01-17T07:48:47.162Z Compiling serde_plain v1.0.2
43472025-01-17T07:48:47.165Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9eb7bdf34dd5be0a -C extra-filename=-9eb7bdf34dd5be0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482025-01-17T07:48:47.191Z Compiling typed-path v0.9.3
43492025-01-17T07:48:47.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.9.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00efbcbd408a5e8a -C extra-filename=-00efbcbd408a5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502025-01-17T07:48:47.414Z Compiling async-bb8-diesel v0.2.1
43512025-01-17T07:48:47.439Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-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=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1a1620dc82e4041b -C extra-filename=-1a1620dc82e4041b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-048b3a6a79d72fe3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43522025-01-17T07:48:47.626Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d08b4884f87ad96a/build-script-build`
43532025-01-17T07:48:47.668Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=97c31aaf91558fd5 -C extra-filename=-97c31aaf91558fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
43542025-01-17T07:48:47.840Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e117ffe18a1ff8e -C extra-filename=-6e117ffe18a1ff8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43552025-01-17T07:48:48.204Z Compiling tungstenite v0.23.0
43562025-01-17T07:48:48.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=3de90e2f9905e9bf -C extra-filename=-3de90e2f9905e9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572025-01-17T07:48:48.322Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43582025-01-17T07:48:48.325Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5c31cdbc4155e16 -C extra-filename=-b5c31cdbc4155e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592025-01-17T07:48:48.727Z Compiling parse-size v1.1.0
43602025-01-17T07:48:48.730Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d980178b4de34a3 -C extra-filename=-8d980178b4de34a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612025-01-17T07:48:48.998Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16/build-script-build`
43622025-01-17T07:48:49.090Z Compiling nix v0.27.1
43632025-01-17T07:48:49.092Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9c54dbdfa4454e44 -C extra-filename=-9c54dbdfa4454e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-97c31aaf91558fd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642025-01-17T07:48:49.339Z Compiling tough v0.19.0
43652025-01-17T07:48:49.364Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=1258d7474f9fa8f6 -C extra-filename=-1258d7474f9fa8f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-70d86b282a4a6fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-8382572a2c2151ca.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-9eb7bdf34dd5be0a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f8f278032c053caa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-00efbcbd408a5e8a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
43662025-01-17T07:48:49.381Z Compiling tokio-tungstenite v0.23.1
43672025-01-17T07:48:49.410Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=9b9e009375329649 -C extra-filename=-9b9e009375329649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3de90e2f9905e9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682025-01-17T07:48:49.947Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43692025-01-17T07:48:49.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=737a135db994e011 -C extra-filename=-737a135db994e011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702025-01-17T07:48:50.298Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43712025-01-17T07:48:50.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=05246274f1de5622 -C extra-filename=-05246274f1de5622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43722025-01-17T07:48:50.326Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43732025-01-17T07:48:50.350Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b0e780388e5c78a2 -C extra-filename=-b0e780388e5c78a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43742025-01-17T07:48:50.353Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43752025-01-17T07:48:50.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=79b4b0e2b41d9819 -C extra-filename=-79b4b0e2b41d9819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43762025-01-17T07:48:50.881Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29448113af00ac52 -C extra-filename=-29448113af00ac52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9c54dbdfa4454e44.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-737a135db994e011.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43772025-01-17T07:48:52.528Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43782025-01-17T07:48:52.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=55cc1178ef90b8c3 -C extra-filename=-55cc1178ef90b8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43792025-01-17T07:48:52.805Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43802025-01-17T07:48:52.844Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ebd2537296a53b95 -C extra-filename=-ebd2537296a53b95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43812025-01-17T07:48:54.478Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43822025-01-17T07:48:54.480Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=edbb11d796405780 -C extra-filename=-edbb11d796405780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43832025-01-17T07:48:54.759Z Compiling rand_seeder v0.3.0
43842025-01-17T07:48:54.776Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eda3ebae96a89463 -C extra-filename=-eda3ebae96a89463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852025-01-17T07:48:55.107Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43862025-01-17T07:48:55.146Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=5d7fdb8a2ab379d0 -C extra-filename=-5d7fdb8a2ab379d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
43872025-01-17T07:48:56.548Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43882025-01-17T07:48:56.551Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=2ec5b382bed382b5 -C extra-filename=-2ec5b382bed382b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43892025-01-17T07:48:57.083Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43902025-01-17T07:48:57.086Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01ae4193fe28f739 -C extra-filename=-01ae4193fe28f739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912025-01-17T07:48:59.009Z Compiling assert_matches v1.5.0
43922025-01-17T07:48:59.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7b0236d3ba61eae -C extra-filename=-f7b0236d3ba61eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932025-01-17T07:48:59.132Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43942025-01-17T07:48:59.135Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=a9c6fd090a69a2da -C extra-filename=-a9c6fd090a69a2da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43952025-01-17T07:48:59.194Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43962025-01-17T07:48:59.197Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b4be9f66e0b7eaae -C extra-filename=-b4be9f66e0b7eaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43972025-01-17T07:48:59.359Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43982025-01-17T07:48:59.362Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=131ef6c5b66ae2bb -C extra-filename=-131ef6c5b66ae2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43992025-01-17T07:48:59.386Z Compiling libz-sys v1.1.20
44002025-01-17T07:48:59.389Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=40d893c8cd186827 -C extra-filename=-40d893c8cd186827 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012025-01-17T07:49:00.239Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827/build-script-build`
44022025-01-17T07:49:00.387Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44032025-01-17T07:49:00.389Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=61ed79c4288ee84e -C extra-filename=-61ed79c4288ee84e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44042025-01-17T07:49:00.965Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44052025-01-17T07:49:00.968Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=4b460f651802d374 -C extra-filename=-4b460f651802d374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
44062025-01-17T07:49:03.099Z Compiling libgit2-sys v0.17.0+1.8.1
44072025-01-17T07:49:03.102Z Running `/home/build/.rustup/toolchains/1.84.0-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.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=336ad6966f857274 -C extra-filename=-336ad6966f857274 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082025-01-17T07:49:03.532Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44092025-01-17T07:49:03.567Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8f73104bd294949a -C extra-filename=-8f73104bd294949a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44102025-01-17T07:49:04.038Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274/build-script-build`
44112025-01-17T07:49:04.292Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1070e00b548fed23 -C extra-filename=-1070e00b548fed23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44122025-01-17T07:49:04.479Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44132025-01-17T07:49:04.482Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=326f8e2d6ad9ad6d -C extra-filename=-326f8e2d6ad9ad6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44142025-01-17T07:49:09.566Z Compiling castaway v0.2.3
44152025-01-17T07:49:09.569Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=66fa274dbb9e0cde -C extra-filename=-66fa274dbb9e0cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162025-01-17T07:49:09.780Z Compiling compact_str v0.8.0
44172025-01-17T07:49:09.785Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=29cd57a7e6707029 -C extra-filename=-29cd57a7e6707029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-66fa274dbb9e0cde.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182025-01-17T07:49:11.128Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44192025-01-17T07:49:11.132Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b4e2d9893d3ad8dc -C extra-filename=-b4e2d9893d3ad8dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64`
44202025-01-17T07:49:12.146Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44212025-01-17T07:49:12.148Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=513148a69b694504 -C extra-filename=-513148a69b694504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44222025-01-17T07:49:12.339Z Compiling unicode-truncate v1.1.0
44232025-01-17T07:49:12.342Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=41de1d9c794e75c0 -C extra-filename=-41de1d9c794e75c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242025-01-17T07:49:12.629Z Compiling vergen v8.3.2
44252025-01-17T07:49:12.632Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=d255a1dd335e99d8 -C extra-filename=-d255a1dd335e99d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262025-01-17T07:49:13.027Z Compiling instability v0.3.2
44272025-01-17T07:49:13.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22f53b5799858d20 -C extra-filename=-22f53b5799858d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282025-01-17T07:49:13.353Z Compiling lru v0.12.5
44292025-01-17T07:49:13.356Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=6119d29680db5e2a -C extra-filename=-6119d29680db5e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302025-01-17T07:49:13.654Z Compiling is_ci v1.2.0
44312025-01-17T07:49:13.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=536baa71529d4cc2 -C extra-filename=-536baa71529d4cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322025-01-17T07:49:13.888Z Compiling cassowary v0.3.0
44332025-01-17T07:49:13.891Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c81596e43e165557 -C extra-filename=-c81596e43e165557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342025-01-17T07:49:14.207Z Compiling supports-color v3.0.1
44352025-01-17T07:49:14.230Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d33f6c99d7e4358a -C extra-filename=-d33f6c99d7e4358a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-536baa71529d4cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362025-01-17T07:49:14.550Z Compiling ratatui v0.28.1
44372025-01-17T07:49:14.553Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=f6c2d1e6aeb6f012 -C extra-filename=-f6c2d1e6aeb6f012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-c81596e43e165557.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-29cd57a7e6707029.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-22f53b5799858d20.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-6119d29680db5e2a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-41de1d9c794e75c0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382025-01-17T07:49:14.961Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8/build-script-build`
44392025-01-17T07:49:15.001Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44402025-01-17T07:49:15.004Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=7474d8be0e0280cb -C extra-filename=-7474d8be0e0280cb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7474d8be0e0280cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44412025-01-17T07:49:15.363Z Compiling libsqlite3-sys v0.30.1
44422025-01-17T07:49:15.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=4c0176f7ef66d011 -C extra-filename=-4c0176f7ef66d011 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432025-01-17T07:49:15.565Z Compiling rustls v0.21.12
44442025-01-17T07:49:15.567Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6e1c16b4aaa06f54 -C extra-filename=-6e1c16b4aaa06f54 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452025-01-17T07:49:15.923Z Compiling cfg_aliases v0.2.1
44462025-01-17T07:49:15.926Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c374d73a98f4199 -C extra-filename=-1c374d73a98f4199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-01-17T07:49:15.994Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011/build-script-build`
44482025-01-17T07:49:16.049Z Compiling nix v0.29.0
44492025-01-17T07:49:16.052Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9d3ace52184dea23 -C extra-filename=-9d3ace52184dea23 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-1c374d73a98f4199.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502025-01-17T07:49:16.101Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54/build-script-build`
44512025-01-17T07:49:16.143Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7474d8be0e0280cb/build-script-build`
44522025-01-17T07:49:16.160Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44532025-01-17T07:49:16.163Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=abd3028d41bce24d -C extra-filename=-abd3028d41bce24d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44542025-01-17T07:49:17.013Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44552025-01-17T07:49:17.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=fb411489f08d8958 -C extra-filename=-fb411489f08d8958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44562025-01-17T07:49:17.531Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44572025-01-17T07:49:17.574Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=44987582c306d6f7 -C extra-filename=-44987582c306d6f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-44987582c306d6f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44582025-01-17T07:49:17.908Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44592025-01-17T07:49:17.910Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=95fb1022168db8dd -C extra-filename=-95fb1022168db8dd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-95fb1022168db8dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44602025-01-17T07:49:18.332Z Compiling rustls-webpki v0.101.7
44612025-01-17T07:49:18.335Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=965330a0602fd212 -C extra-filename=-965330a0602fd212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44622025-01-17T07:49:20.000Z Compiling sct v0.7.1
44632025-01-17T07:49:20.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc4cd1c063aadae7 -C extra-filename=-bc4cd1c063aadae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44642025-01-17T07:49:20.351Z Compiling concurrent-queue v2.5.0
44652025-01-17T07:49:20.354Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=288f296a33552798 -C extra-filename=-288f296a33552798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662025-01-17T07:49:20.765Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44672025-01-17T07:49:20.765Z Compiling unicode-linebreak v0.1.5
44682025-01-17T07:49:20.768Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873772f4f41133a4 -C extra-filename=-873772f4f41133a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692025-01-17T07:49:20.803Z Compiling parking v2.2.1
44702025-01-17T07:49:20.805Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=9fd66ea92d357812 -C extra-filename=-9fd66ea92d357812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712025-01-17T07:49:21.167Z Dirty smawk v0.3.2: the rustflags changed
44722025-01-17T07:49:21.167Z Compiling smawk v0.3.2
44732025-01-17T07:49:21.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=ed78df817a83bd76 -C extra-filename=-ed78df817a83bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742025-01-17T07:49:21.193Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=d2cd6e847def9502 -C extra-filename=-d2cd6e847def9502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-965330a0602fd212.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bc4cd1c063aadae7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44752025-01-17T07:49:21.304Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-95fb1022168db8dd/build-script-build`
44762025-01-17T07:49:21.347Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-44987582c306d6f7/build-script-build`
44772025-01-17T07:49:21.388Z Dirty textwrap v0.16.1: the rustflags changed
44782025-01-17T07:49:21.388Z Compiling textwrap v0.16.1
44792025-01-17T07:49:21.391Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=702760be8c1e8a9e -C extra-filename=-702760be8c1e8a9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-ed78df817a83bd76.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-873772f4f41133a4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802025-01-17T07:49:21.413Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23/build-script-build`
44812025-01-17T07:49:21.450Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=82f09f73c6428722 -C extra-filename=-82f09f73c6428722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3`
44822025-01-17T07:49:21.938Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832025-01-17T07:49:21.941Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=18ec5bb07730562c -C extra-filename=-18ec5bb07730562c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-18ec5bb07730562c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44842025-01-17T07:49:22.292Z Compiling hashlink v0.9.1
44852025-01-17T07:49:22.294Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=6cf0e5ab75d1d7f6 -C extra-filename=-6cf0e5ab75d1d7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-682884b58710368b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862025-01-17T07:49:22.477Z Compiling fallible-streaming-iterator v0.1.9
44872025-01-17T07:49:22.479Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=525d7373068cbd0e -C extra-filename=-525d7373068cbd0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882025-01-17T07:49:22.777Z Compiling fallible-iterator v0.3.0
44892025-01-17T07:49:22.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eda972a751a22aec -C extra-filename=-eda972a751a22aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902025-01-17T07:49:22.963Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-18ec5bb07730562c/build-script-build`
44912025-01-17T07:49:22.989Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e3b12ffea62c86a9 -C extra-filename=-e3b12ffea62c86a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
44922025-01-17T07:49:23.519Z Compiling rusqlite v0.32.1
44932025-01-17T07:49:23.523Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=ce9e578ed5808b4e -C extra-filename=-ce9e578ed5808b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-eda972a751a22aec.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-525d7373068cbd0e.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-6cf0e5ab75d1d7f6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-82f09f73c6428722.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
44942025-01-17T07:49:23.648Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44952025-01-17T07:49:23.651Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f3f5020ea38fb9dd -C extra-filename=-f3f5020ea38fb9dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44962025-01-17T07:49:24.607Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972025-01-17T07:49:24.610Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=e2845df779e87b7c -C extra-filename=-e2845df779e87b7c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2845df779e87b7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44982025-01-17T07:49:24.993Z Compiling tokio-rustls v0.24.1
44992025-01-17T07:49:24.996Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=f067b8d891dfd9ac -C extra-filename=-f067b8d891dfd9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d2cd6e847def9502.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
45002025-01-17T07:49:25.443Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45012025-01-17T07:49:25.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=fba81aeebbb97ab8 -C extra-filename=-fba81aeebbb97ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45022025-01-17T07:49:26.160Z Compiling rustls-pemfile v1.0.4
45032025-01-17T07:49:26.163Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=643516540c53ad0a -C extra-filename=-643516540c53ad0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042025-01-17T07:49:26.602Z Compiling twox-hash v1.6.3
45052025-01-17T07:49:26.605Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=9a27a508d9276c16 -C extra-filename=-9a27a508d9276c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062025-01-17T07:49:27.000Z Compiling shell-words v1.1.0
45072025-01-17T07:49:27.003Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46032c2ebe5e8faf -C extra-filename=-46032c2ebe5e8faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082025-01-17T07:49:27.309Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2845df779e87b7c/build-script-build`
45092025-01-17T07:49:27.349Z Compiling event-listener v5.3.1
45102025-01-17T07:49:27.352Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=f150509ecc6bb677 -C extra-filename=-f150509ecc6bb677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112025-01-17T07:49:27.373Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
45122025-01-17T07:49:27.376Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0cc077cc72dca04 -C extra-filename=-f0cc077cc72dca04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
45132025-01-17T07:49:27.598Z Compiling fatfs v0.3.6
45142025-01-17T07:49:27.627Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=a0199d1a5cb36918 -C extra-filename=-a0199d1a5cb36918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152025-01-17T07:49:27.902Z Compiling event-listener-strategy v0.5.2
45162025-01-17T07:49:27.905Z Running `/home/build/.rustup/toolchains/1.84.0-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.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=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38afc57c1a5dcae0 -C extra-filename=-38afc57c1a5dcae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172025-01-17T07:49:28.181Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45182025-01-17T07:49:28.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=60e1f63c693eaa0f -C extra-filename=-60e1f63c693eaa0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45192025-01-17T07:49:28.742Z Compiling csv-core v0.1.11
45202025-01-17T07:49:28.745Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=bcdde5c917cfb26d -C extra-filename=-bcdde5c917cfb26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212025-01-17T07:49:29.280Z Compiling csv v1.3.0
45222025-01-17T07:49:29.283Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc78c68899aa42e0 -C extra-filename=-bc78c68899aa42e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-bcdde5c917cfb26d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232025-01-17T07:49:29.341Z Compiling futures-lite v2.3.0
45242025-01-17T07:49:29.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-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=line-tables-only --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=0754bafc128b88bc -C extra-filename=-0754bafc128b88bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252025-01-17T07:49:29.992Z Compiling rtoolbox v0.0.2
45262025-01-17T07:49:29.995Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=129b79d7a89468df -C extra-filename=-129b79d7a89468df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272025-01-17T07:49:30.396Z Compiling hex-literal v0.4.1
45282025-01-17T07:49:30.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242028a7d9a43521 -C extra-filename=-242028a7d9a43521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292025-01-17T07:49:30.525Z Compiling plotters-backend v0.3.7
45302025-01-17T07:49:30.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b802ae2c4c04d23e -C extra-filename=-b802ae2c4c04d23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312025-01-17T07:49:30.584Z Compiling rpassword v7.3.1
45322025-01-17T07:49:30.586Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec10211e242c7e66 -C extra-filename=-ec10211e242c7e66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-129b79d7a89468df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332025-01-17T07:49:30.912Z Compiling plotters-svg v0.3.7
45342025-01-17T07:49:30.915Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=b7018945b92229d4 -C extra-filename=-b7018945b92229d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b802ae2c4c04d23e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352025-01-17T07:49:30.932Z Compiling tui-tree-widget v0.22.0
45362025-01-17T07:49:30.934Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b599a85eb199287 -C extra-filename=-0b599a85eb199287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-01-17T07:49:31.063Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45382025-01-17T07:49:31.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=1d4caaa30db21fe5 -C extra-filename=-1d4caaa30db21fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45392025-01-17T07:49:31.308Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45402025-01-17T07:49:31.311Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f08d3d1744d2d726 -C extra-filename=-f08d3d1744d2d726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45412025-01-17T07:49:31.331Z Compiling yansi v1.0.1
45422025-01-17T07:49:31.334Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=71f62614722d0348 -C extra-filename=-71f62614722d0348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432025-01-17T07:49:31.992Z Compiling cast v0.3.0
45442025-01-17T07:49:31.995Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=afc927e512dd7bbd -C extra-filename=-afc927e512dd7bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452025-01-17T07:49:32.352Z Compiling criterion-plot v0.5.0
45462025-01-17T07:49:32.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d2413ee9d53a492 -C extra-filename=-5d2413ee9d53a492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-afc927e512dd7bbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472025-01-17T07:49:32.945Z Compiling pretty_assertions v1.4.1
45482025-01-17T07:49:32.948Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=6f24e849032ed106 -C extra-filename=-6f24e849032ed106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-126a49aa0e256b7b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71f62614722d0348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492025-01-17T07:49:33.129Z Compiling plotters v0.3.7
45502025-01-17T07:49:33.132Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-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=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=9fe78faa31c1860b -C extra-filename=-9fe78faa31c1860b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b802ae2c4c04d23e.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b7018945b92229d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512025-01-17T07:49:33.354Z Compiling async-lock v3.4.0
45522025-01-17T07:49:33.356Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=f2bc449b52bba64a -C extra-filename=-f2bc449b52bba64a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532025-01-17T07:49:33.430Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45542025-01-17T07:49:33.433Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=fb783d98cf7e098a -C extra-filename=-fb783d98cf7e098a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45552025-01-17T07:49:34.406Z Compiling polyval v0.6.2
45562025-01-17T07:49:34.409Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2ab81f1ded0461d7 -C extra-filename=-2ab81f1ded0461d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572025-01-17T07:49:34.848Z Compiling polling v3.7.3
45582025-01-17T07:49:34.851Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee70aa5cfe13d5c4 -C extra-filename=-ee70aa5cfe13d5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592025-01-17T07:49:35.376Z Compiling tinytemplate v1.2.1
45602025-01-17T07:49:35.379Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4909147aae3f2fab -C extra-filename=-4909147aae3f2fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612025-01-17T07:49:35.598Z Compiling oorandom v11.1.4
45622025-01-17T07:49:35.601Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb88a5c9af0d966c -C extra-filename=-cb88a5c9af0d966c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632025-01-17T07:49:35.847Z Compiling anes v0.1.6
45642025-01-17T07:49:35.850Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=e0fb9e6f7a874f00 -C extra-filename=-e0fb9e6f7a874f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652025-01-17T07:49:36.315Z Compiling criterion v0.5.1
45662025-01-17T07:49:36.318Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-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=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=58d0e918f3a91efb -C extra-filename=-58d0e918f3a91efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-e0fb9e6f7a874f00.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-afc927e512dd7bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-5d2413ee9d53a492.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-cb88a5c9af0d966c.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9fe78faa31c1860b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4909147aae3f2fab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672025-01-17T07:49:36.352Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45682025-01-17T07:49:36.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ed38c7023e3b0342 -C extra-filename=-ed38c7023e3b0342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45692025-01-17T07:49:38.673Z Compiling async-io v2.3.4
45702025-01-17T07:49:38.676Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cc53149eafca6fe -C extra-filename=-4cc53149eafca6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-ee70aa5cfe13d5c4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712025-01-17T07:49:40.655Z Compiling ghash v0.5.1
45722025-01-17T07:49:40.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1cfa3950f0a60266 -C extra-filename=-1cfa3950f0a60266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2ab81f1ded0461d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732025-01-17T07:49:40.888Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45742025-01-17T07:49:40.891Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=cb1962f3a82a2250 -C extra-filename=-cb1962f3a82a2250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45752025-01-17T07:49:42.293Z Compiling ctr v0.9.2
45762025-01-17T07:49:42.296Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=747fbb1d3e562941 -C extra-filename=-747fbb1d3e562941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-01-17T07:49:42.685Z Compiling doc-comment v0.3.3
45782025-01-17T07:49:42.688Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d291beb540c057ac -C extra-filename=-d291beb540c057ac --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792025-01-17T07:49:43.329Z Compiling target-lexicon v0.12.16
45802025-01-17T07:49:43.332Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9f3a9aa911990408 -C extra-filename=-9f3a9aa911990408 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812025-01-17T07:49:44.389Z Compiling async-task v4.7.1
45822025-01-17T07:49:44.392Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=90872a456a55b7bd -C extra-filename=-90872a456a55b7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832025-01-17T07:49:44.920Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=caf334cd7a8a03d1 -C extra-filename=-caf334cd7a8a03d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45842025-01-17T07:49:46.344Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408/build-script-build`
45852025-01-17T07:49:46.434Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac/build-script-build`
45862025-01-17T07:49:46.633Z Compiling aes-gcm v0.10.3
45872025-01-17T07:49:46.636Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=52c772c57d664b59 -C extra-filename=-52c772c57d664b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-377e3b3aa4a52b80.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-1cfa3950f0a60266.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882025-01-17T07:49:46.966Z Compiling async-channel v2.3.1
45892025-01-17T07:49:46.969Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fd8eac20ff582016 -C extra-filename=-fd8eac20ff582016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-01-17T07:49:47.394Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45912025-01-17T07:49:47.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=80c7515f4ee05e89 -C extra-filename=-80c7515f4ee05e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45922025-01-17T07:49:47.741Z Compiling piper v0.2.4
45932025-01-17T07:49:47.743Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=47ef65bb15fed0bf -C extra-filename=-47ef65bb15fed0bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-300320b4c213bb02.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-01-17T07:49:48.189Z Compiling ssh-encoding v0.2.0
45952025-01-17T07:49:48.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=a66f236b78916709 -C extra-filename=-a66f236b78916709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962025-01-17T07:49:48.691Z Compiling blowfish v0.9.1
45972025-01-17T07:49:48.694Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=78cb42cea458c33e -C extra-filename=-78cb42cea458c33e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-01-17T07:49:49.126Z Compiling guppy-workspace-hack v0.1.0
45992025-01-17T07:49:49.129Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de9a60c3d62dd8bd -C extra-filename=-de9a60c3d62dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002025-01-17T07:49:49.164Z Compiling assert_cmd v2.0.16
46012025-01-17T07:49:49.166Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --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=7c2ca44ca8dec605 -C extra-filename=-7c2ca44ca8dec605 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-01-17T07:49:49.507Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd/build-script-build`
46032025-01-17T07:49:49.538Z Compiling bcrypt-pbkdf v0.10.0
46042025-01-17T07:49:49.541Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=df334ac1455e3ebc -C extra-filename=-df334ac1455e3ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-78cb42cea458c33e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052025-01-17T07:49:49.667Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605/build-script-build`
46062025-01-17T07:49:49.714Z Compiling ssh-cipher v0.2.0
46072025-01-17T07:49:49.717Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-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=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4d4825e01ba29f8c -C extra-filename=-4d4825e01ba29f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082025-01-17T07:49:50.146Z Compiling blocking v1.6.1
46092025-01-17T07:49:50.149Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=176113be166c83d5 -C extra-filename=-176113be166c83d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-fd8eac20ff582016.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-47ef65bb15fed0bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102025-01-17T07:49:50.753Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=9915cd23c8dc40f2 -C extra-filename=-9915cd23c8dc40f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112025-01-17T07:49:50.881Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=a937c31712671851 -C extra-filename=-a937c31712671851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
46122025-01-17T07:49:51.207Z Compiling async-executor v1.13.1
46132025-01-17T07:49:51.210Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3f0cbba96e13a609 -C extra-filename=-3f0cbba96e13a609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-01-17T07:49:51.533Z Compiling async-signal v0.2.10
46152025-01-17T07:49:51.537Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e186f2734b09f0 -C extra-filename=-71e186f2734b09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162025-01-17T07:49:51.968Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46172025-01-17T07:49:51.971Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=a5c1631d7cf486f3 -C extra-filename=-a5c1631d7cf486f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46182025-01-17T07:49:52.007Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46192025-01-17T07:49:52.010Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=a25629803a35d741 -C extra-filename=-a25629803a35d741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46202025-01-17T07:49:53.186Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212025-01-17T07:49:53.189Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=bfbf46e389d7a7fc -C extra-filename=-bfbf46e389d7a7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46222025-01-17T07:49:55.859Z Compiling password-hash v0.4.2
46232025-01-17T07:49:55.862Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bce0a367b7f65591 -C extra-filename=-bce0a367b7f65591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-01-17T07:49:56.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c55ec642439a61e1 -C extra-filename=-c55ec642439a61e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-1070e00b548fed23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46252025-01-17T07:49:56.489Z Compiling event-listener v2.5.3
46262025-01-17T07:49:56.492Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb0240b2da545c44 -C extra-filename=-cb0240b2da545c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272025-01-17T07:49:56.772Z Compiling git2 v0.19.0
46282025-01-17T07:49:56.775Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=b7b4a3fbc27116a7 -C extra-filename=-b7b4a3fbc27116a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c55ec642439a61e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64`
46292025-01-17T07:49:56.862Z Compiling matches v0.1.10
46302025-01-17T07:49:56.866Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe072fc27092a28e -C extra-filename=-fe072fc27092a28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312025-01-17T07:49:56.939Z Compiling target-spec v3.2.2
46322025-01-17T07:49:56.942Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=08d55f96efeacbb6 -C extra-filename=-08d55f96efeacbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332025-01-17T07:49:57.000Z Compiling futures-timer v3.0.3
46342025-01-17T07:49:57.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=68ce2498e30618d8 -C extra-filename=-68ce2498e30618d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-01-17T07:49:57.540Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6/build-script-build`
46362025-01-17T07:49:57.583Z Compiling idna v0.2.3
46372025-01-17T07:49:57.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d1571646888dcd3 -C extra-filename=-4d1571646888dcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-fe072fc27092a28e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382025-01-17T07:49:57.855Z Compiling async-channel v1.9.0
46392025-01-17T07:49:57.858Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26afa5c94eaf216c -C extra-filename=-26afa5c94eaf216c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cb0240b2da545c44.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402025-01-17T07:49:58.242Z Compiling pbkdf2 v0.11.0
46412025-01-17T07:49:58.245Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=7bc9d81be34f91d0 -C extra-filename=-7bc9d81be34f91d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bce0a367b7f65591.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422025-01-17T07:49:58.640Z Compiling async-process v2.3.0
46432025-01-17T07:49:58.643Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03034f22b2f03290 -C extra-filename=-03034f22b2f03290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-71e186f2734b09f0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442025-01-17T07:49:59.282Z Compiling async-global-executor v2.4.1
46452025-01-17T07:49:59.285Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=9975d1ea4e7d0016 -C extra-filename=-9975d1ea4e7d0016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-fd8eac20ff582016.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-3f0cbba96e13a609.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-176113be166c83d5.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462025-01-17T07:49:59.979Z Compiling cfg-expr v0.17.0
46472025-01-17T07:49:59.982Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=04b744daa2a50cdf -C extra-filename=-04b744daa2a50cdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482025-01-17T07:50:00.872Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=749f9f83774d4169 -C extra-filename=-749f9f83774d4169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-9915cd23c8dc40f2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-01-17T07:50:01.325Z Compiling ssh-key v0.6.6
46502025-01-17T07:50:01.328Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-0.6.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=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=6e4207fc7e1a5294 -C extra-filename=-6e4207fc7e1a5294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df334ac1455e3ebc.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-4d4825e01ba29f8c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512025-01-17T07:50:02.109Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55b64f6463660461 -C extra-filename=-55b64f6463660461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522025-01-17T07:50:02.250Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=722c7e61c8070499 -C extra-filename=-722c7e61c8070499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-b7b4a3fbc27116a7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46532025-01-17T07:50:04.002Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46542025-01-17T07:50:04.005Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=07ac972f7ff59011 -C extra-filename=-07ac972f7ff59011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46552025-01-17T07:50:04.204Z Compiling p256 v0.13.2
46562025-01-17T07:50:04.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=c722add60b2b7599 -C extra-filename=-c722add60b2b7599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-01-17T07:50:05.042Z Compiling p521 v0.13.3
46582025-01-17T07:50:05.071Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=9dff52c86ad0a7bd -C extra-filename=-9dff52c86ad0a7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-01-17T07:50:05.647Z Compiling enum-as-inner v0.5.1
46602025-01-17T07:50:05.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ec620825ea8ecde -C extra-filename=-3ec620825ea8ecde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-01-17T07:50:05.711Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
46622025-01-17T07:50:05.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60e10d96f48aa9a5 -C extra-filename=-60e10d96f48aa9a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-60e10d96f48aa9a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-722c7e61c8070499.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64`
46632025-01-17T07:50:06.860Z Compiling petname v2.0.2
46642025-01-17T07:50:06.862Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-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 -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=4cf0c57ff6a4ec40 -C extra-filename=-4cf0c57ff6a4ec40 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-4cf0c57ff6a4ec40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-01-17T07:50:07.345Z Compiling async-attributes v1.1.2
46662025-01-17T07:50:07.348Z Running `/home/build/.rustup/toolchains/1.84.0-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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c3084bf408f5617 -C extra-filename=-6c3084bf408f5617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672025-01-17T07:50:07.690Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-60e10d96f48aa9a5/build-script-build`
46682025-01-17T07:50:08.021Z Compiling num_cpus v1.16.0
46692025-01-17T07:50:08.069Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d1f07119f625c34 -C extra-filename=-6d1f07119f625c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702025-01-17T07:50:08.226Z Compiling russh-cryptovec v0.7.3
46712025-01-17T07:50:08.229Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b8637a9427dfbdf -C extra-filename=-5b8637a9427dfbdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722025-01-17T07:50:08.438Z Compiling kv-log-macro v1.0.7
46732025-01-17T07:50:08.447Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57e2e9693cea642b -C extra-filename=-57e2e9693cea642b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742025-01-17T07:50:08.562Z Compiling md5 v0.7.0
46752025-01-17T07:50:08.565Z Running `/home/build/.rustup/toolchains/1.84.0-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b8cb47351e01526 -C extra-filename=-3b8cb47351e01526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762025-01-17T07:50:08.585Z Compiling threadpool v1.8.1
46772025-01-17T07:50:08.588Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=846e59c413275465 -C extra-filename=-846e59c413275465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-6d1f07119f625c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-01-17T07:50:08.696Z Compiling async-std v1.13.0
46792025-01-17T07:50:08.699Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --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=8179515d914d8133 -C extra-filename=-8179515d914d8133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-6c3084bf408f5617.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-26afa5c94eaf216c.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9975d1ea4e7d0016.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-03034f22b2f03290.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-57e2e9693cea642b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802025-01-17T07:50:09.120Z Compiling russh-keys v0.45.0
46812025-01-17T07:50:09.122Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=10f51f74098dc031 -C extra-filename=-10f51f74098dc031 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df334ac1455e3ebc.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-98f6f495d8c43e5d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3b8cb47351e01526.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7bc9d81be34f91d0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822025-01-17T07:50:09.407Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-4cf0c57ff6a4ec40/build-script-build`
46832025-01-17T07:50:09.436Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=035620d1d4b9d2f0 -C extra-filename=-035620d1d4b9d2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e3b12ffea62c86a9.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-ce9e578ed5808b4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-643516540c53ad0a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f067b8d891dfd9ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-9a27a508d9276c16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/lib/amd64`
46842025-01-17T07:50:09.801Z Compiling trust-dns-proto v0.22.0
46852025-01-17T07:50:09.804Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=6d2a2107e735ed60 -C extra-filename=-6d2a2107e735ed60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ec620825ea8ecde.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4d1571646888dcd3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862025-01-17T07:50:10.445Z Compiling polar-core v0.27.3
46872025-01-17T07:50:10.448Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=43f74704d62d2e66 -C extra-filename=-43f74704d62d2e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-43f74704d62d2e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-719bb223b3e0108b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882025-01-17T07:50:11.161Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=1fdfaa9e549fd810 -C extra-filename=-1fdfaa9e549fd810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-04b744daa2a50cdf.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892025-01-17T07:50:11.883Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46902025-01-17T07:50:11.886Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=12ea1c5f80cf1d6e -C extra-filename=-12ea1c5f80cf1d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46912025-01-17T07:50:12.087Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46922025-01-17T07:50:12.124Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=5322771ba54caed1 -C extra-filename=-5322771ba54caed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46932025-01-17T07:50:12.218Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-43f74704d62d2e66/build-script-build`
46942025-01-17T07:50:12.915Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46952025-01-17T07:50:12.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=cac5b678e7d0f430 -C extra-filename=-cac5b678e7d0f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46962025-01-17T07:50:13.415Z Compiling httptest v0.16.1
46972025-01-17T07:50:13.418Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4e71f3304f4553f -C extra-filename=-b4e71f3304f4553f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-b2592bbf09d20250.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982025-01-17T07:50:13.569Z Compiling num-bigint v0.4.6
46992025-01-17T07:50:13.571Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=9da7b3e4e7cf8bb2 -C extra-filename=-9da7b3e4e7cf8bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002025-01-17T07:50:14.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=be10c4d933af1bf5 -C extra-filename=-be10c4d933af1bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-af0b922751e7470c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d0d8c9fa65644ebb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012025-01-17T07:50:15.576Z Compiling pathdiff v0.2.2
47022025-01-17T07:50:15.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=0bd9e75d59d90d2a -C extra-filename=-0bd9e75d59d90d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032025-01-17T07:50:15.786Z Compiling rustls-native-certs v0.7.3
47042025-01-17T07:50:15.789Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=768e65fdaf7c2098 -C extra-filename=-768e65fdaf7c2098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-01-17T07:50:16.377Z Compiling des v0.8.1
47062025-01-17T07:50:16.402Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=178b500e1c4de51b -C extra-filename=-178b500e1c4de51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-01-17T07:50:16.756Z Compiling escape8259 v0.5.3
47082025-01-17T07:50:16.759Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f2bffbb6be9db26 -C extra-filename=-4f2bffbb6be9db26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092025-01-17T07:50:17.102Z Compiling nested v0.1.1
47102025-01-17T07:50:17.105Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9361333588db9976 -C extra-filename=-9361333588db9976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112025-01-17T07:50:17.167Z Compiling dhcproto-macros v0.1.0
47122025-01-17T07:50:17.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fd5064b2ad4df2f -C extra-filename=-3fd5064b2ad4df2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132025-01-17T07:50:17.360Z Compiling guppy v0.17.8
47142025-01-17T07:50:17.363Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-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=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=5dcd11035e860616 -C extra-filename=-5dcd11035e860616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b31b40d58ece303.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9361333588db9976.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-0bd9e75d59d90d2a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-1fdfaa9e549fd810.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152025-01-17T07:50:17.416Z Compiling libtest-mimic v0.7.3
47162025-01-17T07:50:17.418Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1acc3965b92e235c -C extra-filename=-1acc3965b92e235c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4f2bffbb6be9db26.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-846e59c413275465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172025-01-17T07:50:18.156Z Compiling dhcproto v0.12.0
47182025-01-17T07:50:18.159Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=02c9e78e1ef3fce3 -C extra-filename=-02c9e78e1ef3fce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-3fd5064b2ad4df2f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-6d2a2107e735ed60.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-01-17T07:50:18.483Z Compiling russh v0.45.0
47202025-01-17T07:50:18.486Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4533f4d5a1a91260 -C extra-filename=-4533f4d5a1a91260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-178b500e1c4de51b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-9da7b3e4e7cf8bb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-01-17T07:50:19.407Z Compiling hyper-rustls v0.26.0
47222025-01-17T07:50:19.409Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=d0d32e1871131b64 -C extra-filename=-d0d32e1871131b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-768e65fdaf7c2098.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/`
47232025-01-17T07:50:19.985Z Compiling async-object-pool v0.1.5
47242025-01-17T07:50:20.009Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fd8b815417078c9 -C extra-filename=-9fd8b815417078c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-8179515d914d8133.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-01-17T07:50:20.225Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-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=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=3336ad4b8260bcc1 -C extra-filename=-3336ad4b8260bcc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262025-01-17T07:50:21.278Z Compiling fancy-regex v0.13.0
47272025-01-17T07:50:21.318Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e3018a9c5a2d3d8b -C extra-filename=-e3018a9c5a2d3d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282025-01-17T07:50:22.385Z Compiling rstest_macros v0.23.0
47292025-01-17T07:50:22.388Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=0ba1c09213434005 -C extra-filename=-0ba1c09213434005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302025-01-17T07:50:22.981Z Compiling assert-json-diff v2.0.2
47312025-01-17T07:50:22.982Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac8dda0d60e4ed2b -C extra-filename=-ac8dda0d60e4ed2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322025-01-17T07:50:23.372Z Compiling oso v0.27.3
47332025-01-17T07:50:23.375Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=b21351e60193b505 -C extra-filename=-b21351e60193b505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-3a8991202317ba87.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9cd0c6030bffc3a0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-be10c4d933af1bf5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342025-01-17T07:50:23.870Z Compiling serde_regex v1.1.0
47352025-01-17T07:50:23.894Z Running `/home/build/.rustup/toolchains/1.84.0-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a23249434fd3bc34 -C extra-filename=-a23249434fd3bc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362025-01-17T07:50:24.192Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47372025-01-17T07:50:24.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c14de066ea080b -C extra-filename=-38c14de066ea080b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382025-01-17T07:50:24.216Z Compiling path-tree v0.8.1
47392025-01-17T07:50:24.251Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6b77e122b115775 -C extra-filename=-f6b77e122b115775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402025-01-17T07:50:24.693Z Compiling internet-checksum v0.2.1
47412025-01-17T07:50:24.697Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=f1d9bb409fb948e6 -C extra-filename=-f1d9bb409fb948e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422025-01-17T07:50:24.819Z Compiling sync-ptr v0.1.1
47432025-01-17T07:50:24.899Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync-ptr-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=759d4e06e3a3b7cc -C extra-filename=-759d4e06e3a3b7cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-01-17T07:50:24.929Z Compiling target-triple v0.1.3
47452025-01-17T07:50:24.932Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b04a280297739ddd -C extra-filename=-b04a280297739ddd --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-01-17T07:50:24.970Z Compiling stringmetrics v2.2.2
47472025-01-17T07:50:24.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=206d3986090fa659 -C extra-filename=-206d3986090fa659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482025-01-17T07:50:25.081Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005/build-script-build`
47492025-01-17T07:50:25.220Z Compiling datatest-stable v0.2.9
47502025-01-17T07:50:25.274Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f614a488697ebe2 -C extra-filename=-7f614a488697ebe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e3018a9c5a2d3d8b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-1acc3965b92e235c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512025-01-17T07:50:25.279Z Compiling httpmock v0.8.0-alpha.1
47522025-01-17T07:50:25.309Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.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=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=af01086c9fe77939 -C extra-filename=-af01086c9fe77939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-ac8dda0d60e4ed2b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-9fd8b815417078c9.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-8179515d914d8133.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f6b77e122b115775.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-a23249434fd3bc34.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-206d3986090fa659.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532025-01-17T07:50:25.571Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd/build-script-build`
47542025-01-17T07:50:25.575Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47552025-01-17T07:50:25.577Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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("image-standard"))' -C metadata=9400f6dd1b62e27b -C extra-filename=-9400f6dd1b62e27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
47562025-01-17T07:50:25.881Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47572025-01-17T07:50:25.884Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=2916df34ef1449b0 -C extra-filename=-2916df34ef1449b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47582025-01-17T07:50:25.908Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47592025-01-17T07:50:25.911Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f98240518f5a3140 -C extra-filename=-f98240518f5a3140 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f98240518f5a3140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47602025-01-17T07:50:26.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3bfd999219a5d2f9 -C extra-filename=-3bfd999219a5d2f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47612025-01-17T07:50:26.521Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47622025-01-17T07:50:26.524Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=82d19475d273554b -C extra-filename=-82d19475d273554b --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-82d19475d273554b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47632025-01-17T07:50:26.899Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47642025-01-17T07:50:26.902Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=399fd09095294364 -C extra-filename=-399fd09095294364 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-399fd09095294364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47652025-01-17T07:50:27.283Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47662025-01-17T07:50:27.286Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=dbc452cea622397c -C extra-filename=-dbc452cea622397c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-dbc452cea622397c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47672025-01-17T07:50:27.688Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47682025-01-17T07:50:27.691Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=0acbc81ffa55b515 -C extra-filename=-0acbc81ffa55b515 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0acbc81ffa55b515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47692025-01-17T07:50:28.108Z Compiling similar-asserts v1.6.0
47702025-01-17T07:50:28.110Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=d3b5c08865df154b -C extra-filename=-d3b5c08865df154b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712025-01-17T07:50:28.864Z Compiling proc-macro-crate v3.2.0
47722025-01-17T07:50:28.887Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccdffc40d8449428 -C extra-filename=-ccdffc40d8449428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732025-01-17T07:50:29.214Z Compiling relative-path v1.9.3
47742025-01-17T07:50:29.216Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.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=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9f36b4e60321fcbc -C extra-filename=-9f36b4e60321fcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47752025-01-17T07:50:29.884Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0acbc81ffa55b515/build-script-build`
47762025-01-17T07:50:29.927Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-dbc452cea622397c/build-script-build`
47772025-01-17T07:50:29.969Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-399fd09095294364/build-script-build`
47782025-01-17T07:50:30.012Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-82d19475d273554b/build-script-build`
47792025-01-17T07:50:30.059Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f98240518f5a3140/build-script-build`
47802025-01-17T07:50:30.103Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d181239f69f95f8c -C extra-filename=-d181239f69f95f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
47812025-01-17T07:50:30.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d3bd6509d2b36dda -C extra-filename=-d3bd6509d2b36dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ccdffc40d8449428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-9f36b4e60321fcbc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822025-01-17T07:50:30.260Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47832025-01-17T07:50:30.264Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=0527e26a5ce94459 -C extra-filename=-0527e26a5ce94459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-3336ad4b8260bcc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47842025-01-17T07:50:32.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=91cbe97a38947bbc -C extra-filename=-91cbe97a38947bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6e117ffe18a1ff8e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47852025-01-17T07:50:33.612Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47862025-01-17T07:50:33.616Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=c3c3cc87644b7e96 -C extra-filename=-c3c3cc87644b7e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47872025-01-17T07:50:35.929Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47882025-01-17T07:50:35.932Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=9757e5e3374aacaa -C extra-filename=-9757e5e3374aacaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47892025-01-17T07:50:35.957Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47902025-01-17T07:50:35.960Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=55d0eae7c1c2e7d6 -C extra-filename=-55d0eae7c1c2e7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47912025-01-17T07:50:37.389Z Compiling multimap v0.10.0
47922025-01-17T07:50:37.392Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=ce992aadeccdd867 -C extra-filename=-ce992aadeccdd867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932025-01-17T07:50:37.417Z Compiling uzers v0.12.1
47942025-01-17T07:50:37.440Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-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=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9b126c9fdb310b2e -C extra-filename=-9b126c9fdb310b2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47952025-01-17T07:50:37.767Z Compiling trybuild v1.0.101
47962025-01-17T07:50:37.770Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=30f22dc214dee3b5 -C extra-filename=-30f22dc214dee3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-d181239f69f95f8c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972025-01-17T07:50:38.792Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47982025-01-17T07:50:38.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8a7a89c7efde3141 -C extra-filename=-8a7a89c7efde3141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47992025-01-17T07:50:40.169Z Compiling rstest v0.23.0
48002025-01-17T07:50:40.172Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=9b9dea370843a9d2 -C extra-filename=-9b9dea370843a9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d3bd6509d2b36dda.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48012025-01-17T07:50:40.462Z Compiling partial-io v0.5.4
48022025-01-17T07:50:40.465Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=b6a6f8b686c868db -C extra-filename=-b6a6f8b686c868db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032025-01-17T07:50:40.965Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48042025-01-17T07:50:40.967Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=eba8917d9593f1fd -C extra-filename=-eba8917d9593f1fd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-eba8917d9593f1fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48052025-01-17T07:50:41.353Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48062025-01-17T07:50:41.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=668c6236ff01898b -C extra-filename=-668c6236ff01898b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-668c6236ff01898b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48072025-01-17T07:50:41.753Z Compiling blake2b_simd v1.0.2
48082025-01-17T07:50:41.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c2e3c3078913a095 -C extra-filename=-c2e3c3078913a095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092025-01-17T07:50:42.774Z Compiling rand_distr v0.4.3
48102025-01-17T07:50:42.777Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=c7f24e2bfd5ef0b9 -C extra-filename=-c7f24e2bfd5ef0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112025-01-17T07:50:43.207Z Compiling approx v0.5.1
48122025-01-17T07:50:43.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-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=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=1b768e2cfbef1294 -C extra-filename=-1b768e2cfbef1294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132025-01-17T07:50:43.499Z Compiling rust-argon2 v2.1.0
48142025-01-17T07:50:43.502Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dec2b31547e51175 -C extra-filename=-dec2b31547e51175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-c2e3c3078913a095.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48152025-01-17T07:50:43.779Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-668c6236ff01898b/build-script-build`
48162025-01-17T07:50:43.823Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-eba8917d9593f1fd/build-script-build`
48172025-01-17T07:50:43.865Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48182025-01-17T07:50:43.868Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=9286a371a75accf4 -C extra-filename=-9286a371a75accf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48192025-01-17T07:50:44.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=178966d5c9caf263 -C extra-filename=-178966d5c9caf263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48202025-01-17T07:50:44.985Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48212025-01-17T07:50:44.988Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=3907443831478644 -C extra-filename=-3907443831478644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48222025-01-17T07:50:45.226Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48232025-01-17T07:50:45.229Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ea3ad5026d2c5a05 -C extra-filename=-ea3ad5026d2c5a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48242025-01-17T07:50:47.478Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48252025-01-17T07:50:47.482Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=410c002312a2e4ba -C extra-filename=-410c002312a2e4ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48262025-01-17T07:50:49.129Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48272025-01-17T07:50:49.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/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 -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=53c487593a53f519 -C extra-filename=-53c487593a53f519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48282025-01-17T07:50:49.353Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48292025-01-17T07:50:49.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=efe5784ed5fb60a4 -C extra-filename=-efe5784ed5fb60a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48302025-01-17T07:50:49.940Z Compiling cargo_toml v0.20.5
48312025-01-17T07:50:49.971Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=c9f8c37e9299f718 -C extra-filename=-c9f8c37e9299f718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322025-01-17T07:50:50.073Z Compiling termios v0.3.3
48332025-01-17T07:50:50.076Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-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=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e52e736774668ad6 -C extra-filename=-e52e736774668ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342025-01-17T07:50:50.367Z Compiling indoc v2.0.5
48352025-01-17T07:50:50.370Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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 -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06f1a9f404f3cafa -C extra-filename=-06f1a9f404f3cafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362025-01-17T07:50:51.114Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0b9ca414dd0fcd3 -C extra-filename=-c0b9ca414dd0fcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-efe5784ed5fb60a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48372025-01-17T07:50:51.190Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=597cd7d67ceac6c8 -C extra-filename=-597cd7d67ceac6c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ea3ad5026d2c5a05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48382025-01-17T07:50:51.448Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5f34707b9d3c2a5 -C extra-filename=-f5f34707b9d3c2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48392025-01-17T07:50:51.917Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48402025-01-17T07:50:51.920Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c24feb68ecab087a -C extra-filename=-c24feb68ecab087a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e52e736774668ad6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48412025-01-17T07:50:54.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5002f083c706cf3c -C extra-filename=-5002f083c706cf3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-3907443831478644.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48422025-01-17T07:50:56.709Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa9d3e668dac145f -C extra-filename=-fa9d3e668dac145f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8a7a89c7efde3141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48432025-01-17T07:50:56.770Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b84af4fc0d2c7660 -C extra-filename=-b84af4fc0d2c7660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8a7a89c7efde3141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48442025-01-17T07:50:57.698Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48452025-01-17T07:50:57.733Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=247f7f8c5c8800a7 -C extra-filename=-247f7f8c5c8800a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-c9f8c37e9299f718.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48462025-01-17T07:50:59.240Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2aa90eb4eb3e3616 -C extra-filename=-2aa90eb4eb3e3616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-410c002312a2e4ba.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48472025-01-17T07:50:59.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42020c676829a432 -C extra-filename=-42020c676829a432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48482025-01-17T07:51:00.292Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=327b7aa2437eae9c -C extra-filename=-327b7aa2437eae9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-9286a371a75accf4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48492025-01-17T07:51:00.571Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=216a76d1cf9d96d0 -C extra-filename=-216a76d1cf9d96d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48502025-01-17T07:51:01.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6c1432fde2aca26 -C extra-filename=-a6c1432fde2aca26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48512025-01-17T07:51:01.704Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9447948f070b639 -C extra-filename=-f9447948f070b639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48522025-01-17T07:51:01.834Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8e8b95d2c92299c8 -C extra-filename=-8e8b95d2c92299c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48532025-01-17T07:51:03.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0a9111b7ec06277 -C extra-filename=-e0a9111b7ec06277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48542025-01-17T07:51:04.073Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=404c6086ba7ca934 -C extra-filename=-404c6086ba7ca934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48552025-01-17T07:51:04.911Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ae23036ed8b55f6 -C extra-filename=-0ae23036ed8b55f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48562025-01-17T07:51:04.941Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01f8190257097e71 -C extra-filename=-01f8190257097e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48572025-01-17T07:51:07.218Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=107257d4517ac345 -C extra-filename=-107257d4517ac345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48582025-01-17T07:51:11.550Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d83c0ddb7bbd9cb -C extra-filename=-1d83c0ddb7bbd9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48592025-01-17T07:51:13.214Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=f4e68c57cbb064dd -C extra-filename=-f4e68c57cbb064dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/usr/lib/amd64`
48602025-01-17T07:51:14.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ddb3b97d1fc95cdb -C extra-filename=-ddb3b97d1fc95cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48612025-01-17T07:51:15.775Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d489fcc15abd76e -C extra-filename=-5d489fcc15abd76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48622025-01-17T07:51:15.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40cedb8a5f646504 -C extra-filename=-40cedb8a5f646504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c3c3cc87644b7e96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48632025-01-17T07:51:16.135Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db28bc46360c2e4e -C extra-filename=-db28bc46360c2e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c3c3cc87644b7e96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48642025-01-17T07:51:17.784Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6a80def8ee42a1e -C extra-filename=-b6a80def8ee42a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48652025-01-17T07:51:17.855Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abfc397236160573 -C extra-filename=-abfc397236160573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9757e5e3374aacaa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48662025-01-17T07:51:18.768Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46c72aaf60c2154a -C extra-filename=-46c72aaf60c2154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9757e5e3374aacaa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48672025-01-17T07:51:18.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=821e343311f1b0d3 -C extra-filename=-821e343311f1b0d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9757e5e3374aacaa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48682025-01-17T07:51:21.730Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba1764372bebd824 -C extra-filename=-ba1764372bebd824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c3c3cc87644b7e96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48692025-01-17T07:51:24.256Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48702025-01-17T07:51:24.258Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=e4fb7be2514191bc -C extra-filename=-e4fb7be2514191bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48712025-01-17T07:51:26.699Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48722025-01-17T07:51:26.722Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=a2e255b4f58bb323 -C extra-filename=-a2e255b4f58bb323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48732025-01-17T07:51:34.786Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=a12d100530583cd2 -C extra-filename=-a12d100530583cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48742025-01-17T07:51:35.178Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48752025-01-17T07:51:35.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=9cd005c41226e062 -C extra-filename=-9cd005c41226e062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48762025-01-17T07:51:36.970Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=204d1230200c7430 -C extra-filename=-204d1230200c7430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48772025-01-17T07:51:37.459Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=d31c6e74f1fa69f9 -C extra-filename=-d31c6e74f1fa69f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48782025-01-17T07:51:38.508Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=9d36a2cbad7a46e2 -C extra-filename=-9d36a2cbad7a46e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48792025-01-17T07:51:39.272Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88653316d8586e74 -C extra-filename=-88653316d8586e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48802025-01-17T07:51:40.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=71a6ac1cf07eaa8f -C extra-filename=-71a6ac1cf07eaa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48812025-01-17T07:51:42.615Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b990507e86edb3fb -C extra-filename=-b990507e86edb3fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48822025-01-17T07:51:43.101Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b47d552b37193b4b -C extra-filename=-b47d552b37193b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48832025-01-17T07:51:44.106Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=2be074c395ed111b -C extra-filename=-2be074c395ed111b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48842025-01-17T07:51:45.998Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c18322a9ae85c5ed -C extra-filename=-c18322a9ae85c5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48852025-01-17T07:51:51.011Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d86e93702ad2e7c8 -C extra-filename=-d86e93702ad2e7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48862025-01-17T07:51:58.106Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=da4971efd601f572 -C extra-filename=-da4971efd601f572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48872025-01-17T07:52:00.297Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e2f439cab595ddc -C extra-filename=-8e2f439cab595ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48882025-01-17T07:52:01.336Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=55af8765bdf27da7 -C extra-filename=-55af8765bdf27da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6e117ffe18a1ff8e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48892025-01-17T07:52:03.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cae4d905a353906 -C extra-filename=-7cae4d905a353906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48902025-01-17T07:52:06.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64c417a4982e1cbf -C extra-filename=-64c417a4982e1cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48912025-01-17T07:52:08.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d3627618e2aefef -C extra-filename=-1d3627618e2aefef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48922025-01-17T07:52:08.694Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9afbd2b1ccd502ec -C extra-filename=-9afbd2b1ccd502ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-53c487593a53f519.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48932025-01-17T07:52:22.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=ace44627032e9248 -C extra-filename=-ace44627032e9248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48942025-01-17T07:52:23.545Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fb46001aecfd3ac -C extra-filename=-8fb46001aecfd3ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48952025-01-17T07:52:25.686Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=72db1a727fd6567a -C extra-filename=-72db1a727fd6567a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48962025-01-17T07:52:28.271Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0da362d35272b9d4 -C extra-filename=-0da362d35272b9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48972025-01-17T07:52:29.788Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b70468b81252524 -C extra-filename=-6b70468b81252524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48982025-01-17T07:52:53.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8b941dc81541670 -C extra-filename=-e8b941dc81541670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-178966d5c9caf263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48992025-01-17T07:52:55.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=508960cffdbbfd4e -C extra-filename=-508960cffdbbfd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49002025-01-17T07:53:10.413Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8fc6e51585eed957 -C extra-filename=-8fc6e51585eed957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49012025-01-17T07:53:14.535Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=169cc6746dabbb67 -C extra-filename=-169cc6746dabbb67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0527e26a5ce94459.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49022025-01-17T07:53:22.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ac90cb7d481f40c -C extra-filename=-7ac90cb7d481f40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
49032025-01-17T07:53:26.001Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a8cd6ee75105007 -C extra-filename=-3a8cd6ee75105007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2916df34ef1449b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49042025-01-17T07:53:28.524Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=ff1e7aec451fa4e5 -C extra-filename=-ff1e7aec451fa4e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49052025-01-17T07:53:33.289Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=245d3d0e6a1510cd -C extra-filename=-245d3d0e6a1510cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2916df34ef1449b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49062025-01-17T07:53:40.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af2cbcc43bdb45a5 -C extra-filename=-af2cbcc43bdb45a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49072025-01-17T07:53:41.261Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7200e1b90fa2683 -C extra-filename=-a7200e1b90fa2683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49082025-01-17T07:53:44.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aeb0466f45040e41 -C extra-filename=-aeb0466f45040e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49092025-01-17T07:53:44.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccf40a7e27cb8097 -C extra-filename=-ccf40a7e27cb8097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49102025-01-17T07:53:46.400Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41b277c90308c629 -C extra-filename=-41b277c90308c629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-3336ad4b8260bcc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49112025-01-17T07:53:47.123Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=997a800dcab81b4d -C extra-filename=-997a800dcab81b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49122025-01-17T07:53:49.590Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49132025-01-17T07:53:49.592Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3e4965fa63e9d8c -C extra-filename=-b3e4965fa63e9d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49142025-01-17T07:53:51.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5168576f0b148da -C extra-filename=-e5168576f0b148da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49152025-01-17T07:53:52.040Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84900d65adce4034 -C extra-filename=-84900d65adce4034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49162025-01-17T07:53:54.212Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ba53bcd85bc8511 -C extra-filename=-1ba53bcd85bc8511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49172025-01-17T07:53:55.140Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db547672126cd76d -C extra-filename=-db547672126cd76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49182025-01-17T07:53:55.416Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5a07095076691aa -C extra-filename=-c5a07095076691aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49192025-01-17T07:53:56.861Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c04212f73f2b63b5 -C extra-filename=-c04212f73f2b63b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49202025-01-17T07:53:57.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=08c477fc91d12082 -C extra-filename=-08c477fc91d12082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49212025-01-17T07:54:10.974Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=d8835597d441e0e7 -C extra-filename=-d8835597d441e0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49222025-01-17T07:54:17.466Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=b5db1d361c5066d2 -C extra-filename=-b5db1d361c5066d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49232025-01-17T07:54:21.945Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=9d75c388f13e57a7 -C extra-filename=-9d75c388f13e57a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49242025-01-17T07:54:33.201Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e55645c3702703cc -C extra-filename=-e55645c3702703cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49252025-01-17T07:54:35.092Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cb9ebe99c0f9100 -C extra-filename=-3cb9ebe99c0f9100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49262025-01-17T07:54:35.313Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95f193319d71283c -C extra-filename=-95f193319d71283c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49272025-01-17T07:54:38.903Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14d3d037c349a565 -C extra-filename=-14d3d037c349a565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49282025-01-17T07:54:39.037Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=628a5ccbcc41f5ff -C extra-filename=-628a5ccbcc41f5ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49292025-01-17T07:54:39.481Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=123f354bbf86fa56 -C extra-filename=-123f354bbf86fa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49302025-01-17T07:54:39.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d2b13c1582d8b0bb -C extra-filename=-d2b13c1582d8b0bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49312025-01-17T07:54:41.707Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5aa183f42a8ba3c2 -C extra-filename=-5aa183f42a8ba3c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49322025-01-17T07:54:45.580Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9a709e40e5f04339 -C extra-filename=-9a709e40e5f04339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49332025-01-17T07:54:58.061Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a84028b86a4abf5b -C extra-filename=-a84028b86a4abf5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49342025-01-17T07:55:01.289Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=d143e26b0a9c02e7 -C extra-filename=-d143e26b0a9c02e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49352025-01-17T07:55:02.165Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b31b3caa566d786a -C extra-filename=-b31b3caa566d786a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49362025-01-17T07:55:05.238Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63ca30fe704060df -C extra-filename=-63ca30fe704060df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
49372025-01-17T07:55:12.823Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49382025-01-17T07:55:12.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d972c3417faa2943 -C extra-filename=-d972c3417faa2943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out`
49392025-01-17T07:55:16.825Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee035fb469483915 -C extra-filename=-ee035fb469483915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49402025-01-17T07:55:17.183Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=f4dac985d9c15b9c -C extra-filename=-f4dac985d9c15b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49412025-01-17T07:55:21.762Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=1bc9c50309354039 -C extra-filename=-1bc9c50309354039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49422025-01-17T07:55:26.390Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d15961dd757b879 -C extra-filename=-9d15961dd757b879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49432025-01-17T07:55:29.522Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f4495118336329d -C extra-filename=-6f4495118336329d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49442025-01-17T07:55:32.336Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0733a3f4e67a6eca -C extra-filename=-0733a3f4e67a6eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49452025-01-17T07:55:32.363Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=2d6b09532c0f755f -C extra-filename=-2d6b09532c0f755f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49462025-01-17T07:56:20.628Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49472025-01-17T07:56:20.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f166dd39c41dcd76 -C extra-filename=-f166dd39c41dcd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49482025-01-17T07:56:20.631Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfb74a5c07292555 -C extra-filename=-dfb74a5c07292555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49492025-01-17T07:56:22.001Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eacdae2282165d0 -C extra-filename=-1eacdae2282165d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49502025-01-17T07:56:23.653Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=259abec19e993b8d -C extra-filename=-259abec19e993b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49512025-01-17T07:56:26.164Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67e7e78c62894561 -C extra-filename=-67e7e78c62894561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49522025-01-17T07:56:27.479Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cc82a593861fe2b -C extra-filename=-9cc82a593861fe2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49532025-01-17T07:56:27.511Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87037b0706cb4596 -C extra-filename=-87037b0706cb4596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49542025-01-17T07:56:27.514Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bba891605f27f6e7 -C extra-filename=-bba891605f27f6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49552025-01-17T07:56:30.600Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9606740f50e74dda -C extra-filename=-9606740f50e74dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49562025-01-17T07:56:35.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b93ccca646574be -C extra-filename=-9b93ccca646574be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49572025-01-17T07:56:43.753Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4949886971a3c7e4 -C extra-filename=-4949886971a3c7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49582025-01-17T07:56:47.268Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=367d813ce83c56c6 -C extra-filename=-367d813ce83c56c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49592025-01-17T07:56:55.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8987d347fb38b63c -C extra-filename=-8987d347fb38b63c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49602025-01-17T07:57:00.689Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bbbca8b56816b05 -C extra-filename=-6bbbca8b56816b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49612025-01-17T07:57:00.844Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f57bb632f9f6155 -C extra-filename=-7f57bb632f9f6155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49622025-01-17T07:57:10.345Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15fa958ed2c2c375 -C extra-filename=-15fa958ed2c2c375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49632025-01-17T07:57:11.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fa75fbe6b408bbb -C extra-filename=-3fa75fbe6b408bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49642025-01-17T07:57:12.197Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=702b5bb651c18a32 -C extra-filename=-702b5bb651c18a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49652025-01-17T07:57:12.827Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c47a78a69029bd9 -C extra-filename=-5c47a78a69029bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49662025-01-17T07:57:13.426Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48c1fdbd38c099d3 -C extra-filename=-48c1fdbd38c099d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49672025-01-17T07:57:14.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7b7896e95e14eb3 -C extra-filename=-c7b7896e95e14eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49682025-01-17T07:57:15.594Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77f6446530d6927a -C extra-filename=-77f6446530d6927a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49692025-01-17T07:57:16.053Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ff229ce1e5e19a7 -C extra-filename=-7ff229ce1e5e19a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49702025-01-17T07:57:17.687Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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=line-tables-only '--allow=clippy::style' '--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' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=43d0254fbe1a535b -C extra-filename=-43d0254fbe1a535b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49712025-01-17T07:57:19.216Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37b294abd27f071d -C extra-filename=-37b294abd27f071d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49722025-01-17T07:57:21.594Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=195d52b57ef8bb66 -C extra-filename=-195d52b57ef8bb66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49732025-01-17T07:57:30.732Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2c2eaac4086217d -C extra-filename=-b2c2eaac4086217d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49742025-01-17T07:57:33.482Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b0100eb6b70c5b7 -C extra-filename=-3b0100eb6b70c5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49752025-01-17T07:57:34.263Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55211a6dafbf559d -C extra-filename=-55211a6dafbf559d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49762025-01-17T07:57:36.703Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e2132636c1c065 -C extra-filename=-b6e2132636c1c065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49772025-01-17T07:57:38.519Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02b745507b809e19 -C extra-filename=-02b745507b809e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49782025-01-17T07:57:39.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=978c75b813acca27 -C extra-filename=-978c75b813acca27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49792025-01-17T07:57:41.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5dc2c77f304f9e6 -C extra-filename=-b5dc2c77f304f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49802025-01-17T07:57:41.742Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c94441e24b9ab0fc -C extra-filename=-c94441e24b9ab0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
49812025-01-17T07:57:42.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1f1318f48ba107 -C extra-filename=-fe1f1318f48ba107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49822025-01-17T07:57:55.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b66f28d0efe80edc -C extra-filename=-b66f28d0efe80edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49832025-01-17T07:57:57.819Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e007784e2a97299 -C extra-filename=-7e007784e2a97299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49842025-01-17T07:58:04.263Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=eb8a27ea440a5c7a -C extra-filename=-eb8a27ea440a5c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49852025-01-17T07:58:04.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcc59a4a7acfb40b -C extra-filename=-bcc59a4a7acfb40b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49862025-01-17T07:58:04.683Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ec740c6e4a7c446 -C extra-filename=-7ec740c6e4a7c446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49872025-01-17T07:58:14.082Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2969dbef5df9a0ec -C extra-filename=-2969dbef5df9a0ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-bdc20c07ba6dccb2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49882025-01-17T07:58:16.110Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5425975bdb4ee3eb -C extra-filename=-5425975bdb4ee3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49892025-01-17T07:58:16.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9de356ffaf857e27 -C extra-filename=-9de356ffaf857e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5ed4ee0225e0883d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
49902025-01-17T07:58:18.524Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc1057fa8022912d -C extra-filename=-bc1057fa8022912d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49912025-01-17T07:58:19.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0522c43b3f84a45e -C extra-filename=-0522c43b3f84a45e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49922025-01-17T07:58:24.896Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d696fcb090702369 -C extra-filename=-d696fcb090702369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49932025-01-17T07:58:28.662Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1365a9bf487d2fe -C extra-filename=-f1365a9bf487d2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbcee100b1a0b564.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49942025-01-17T07:58:29.635Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=67318f5e582bc879 -C extra-filename=-67318f5e582bc879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49952025-01-17T07:58:31.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=65fc57a3d10bad69 -C extra-filename=-65fc57a3d10bad69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49962025-01-17T07:58:37.796Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=66b1a8c37b63e6cb -C extra-filename=-66b1a8c37b63e6cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49972025-01-17T07:58:39.373Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91d69f7e2ee5f661 -C extra-filename=-91d69f7e2ee5f661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c8ef668e09e16d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49982025-01-17T07:58:41.709Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a795652ec15bade3 -C extra-filename=-a795652ec15bade3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49992025-01-17T07:58:41.753Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb7d8a3285db2dd2 -C extra-filename=-eb7d8a3285db2dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbcee100b1a0b564.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50002025-01-17T07:58:43.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=071ac2edf376ef2d -C extra-filename=-071ac2edf376ef2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50012025-01-17T07:58:48.801Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a111127a11ee6e64 -C extra-filename=-a111127a11ee6e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50022025-01-17T07:58:51.220Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=5cfa171415e08206 -C extra-filename=-5cfa171415e08206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50032025-01-17T07:58:51.660Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53869721cbbcda73 -C extra-filename=-53869721cbbcda73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
50042025-01-17T07:58:52.584Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50052025-01-17T07:58:52.588Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdfe0bcb4a7fb55a -C extra-filename=-fdfe0bcb4a7fb55a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50062025-01-17T07:58:54.888Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=aa5e6fe2c4cbb591 -C extra-filename=-aa5e6fe2c4cbb591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50072025-01-17T07:58:55.216Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50082025-01-17T07:58:55.219Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a2d8ec3f0704ea4 -C extra-filename=-2a2d8ec3f0704ea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50092025-01-17T07:58:57.154Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd07554a2adb3ec5 -C extra-filename=-bd07554a2adb3ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50102025-01-17T07:58:57.537Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50112025-01-17T07:58:57.541Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2493d500385c0860 -C extra-filename=-2493d500385c0860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50122025-01-17T07:58:58.145Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b95582e16ce78ff -C extra-filename=-3b95582e16ce78ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50132025-01-17T07:59:01.439Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4ea61154dc11205 -C extra-filename=-f4ea61154dc11205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50142025-01-17T07:59:02.836Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23d0c03cfb6deba4 -C extra-filename=-23d0c03cfb6deba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50152025-01-17T07:59:03.167Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d399cb7da952c854 -C extra-filename=-d399cb7da952c854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50162025-01-17T07:59:05.425Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=473f16e097d65024 -C extra-filename=-473f16e097d65024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50172025-01-17T07:59:05.440Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7407db5c57281770 -C extra-filename=-7407db5c57281770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50182025-01-17T07:59:07.472Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92a68f94999bbf60 -C extra-filename=-92a68f94999bbf60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50192025-01-17T07:59:08.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13d319fd825104c5 -C extra-filename=-13d319fd825104c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50202025-01-17T07:59:08.577Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a642950a24911757 -C extra-filename=-a642950a24911757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50212025-01-17T07:59:10.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e6583ab0a246eae -C extra-filename=-3e6583ab0a246eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50222025-01-17T07:59:12.833Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=08d1e9d3fa1f7ec2 -C extra-filename=-08d1e9d3fa1f7ec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-966b3e6ec08cf523.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1b05f9d9fe1f8b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50232025-01-17T07:59:13.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0f5a5751575811a -C extra-filename=-c0f5a5751575811a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50242025-01-17T07:59:15.452Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cd71e58c485e4bb -C extra-filename=-6cd71e58c485e4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50252025-01-17T07:59:16.615Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a798108783bc80a -C extra-filename=-5a798108783bc80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50262025-01-17T07:59:16.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61c212deb49b8e43 -C extra-filename=-61c212deb49b8e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50272025-01-17T07:59:18.990Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=80cc3c6c2c4164a4 -C extra-filename=-80cc3c6c2c4164a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50282025-01-17T07:59:19.352Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73248f589c6b9931 -C extra-filename=-73248f589c6b9931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50292025-01-17T07:59:23.017Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29fa08b2e1178986 -C extra-filename=-29fa08b2e1178986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50302025-01-17T07:59:25.549Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bd562156e1c39a2 -C extra-filename=-0bd562156e1c39a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50312025-01-17T07:59:27.428Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad005cffb304568b -C extra-filename=-ad005cffb304568b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50322025-01-17T07:59:28.767Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0888e522bc90007 -C extra-filename=-a0888e522bc90007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50332025-01-17T07:59:33.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc755e1875195c64 -C extra-filename=-fc755e1875195c64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50342025-01-17T07:59:34.398Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2be4a70dc0b7931f -C extra-filename=-2be4a70dc0b7931f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50352025-01-17T07:59:34.568Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=810ac06998aa8023 -C extra-filename=-810ac06998aa8023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50362025-01-17T07:59:35.412Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b9e18d6dd86460a -C extra-filename=-1b9e18d6dd86460a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50372025-01-17T07:59:35.858Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3d4e1cd1bc44680 -C extra-filename=-d3d4e1cd1bc44680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50382025-01-17T07:59:36.257Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6696ce60d094141e -C extra-filename=-6696ce60d094141e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50392025-01-17T07:59:36.540Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aabacb0a9420617a -C extra-filename=-aabacb0a9420617a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50402025-01-17T07:59:36.793Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=813dd6931ba69cb9 -C extra-filename=-813dd6931ba69cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50412025-01-17T07:59:37.409Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6075604866cdd5d5 -C extra-filename=-6075604866cdd5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50422025-01-17T07:59:38.521Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b194ef8a5661c48 -C extra-filename=-4b194ef8a5661c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50432025-01-17T07:59:38.872Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5e8cd66f9382fee -C extra-filename=-d5e8cd66f9382fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50442025-01-17T07:59:39.757Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f272e4b2f7102008 -C extra-filename=-f272e4b2f7102008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50452025-01-17T07:59:40.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ae79e3730811538 -C extra-filename=-2ae79e3730811538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50462025-01-17T07:59:40.492Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=64dc5fcb97769cb3 -C extra-filename=-64dc5fcb97769cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50472025-01-17T07:59:40.765Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6d5cf7fc7d400c -C extra-filename=-4a6d5cf7fc7d400c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50482025-01-17T07:59:40.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8198a179425db627 -C extra-filename=-8198a179425db627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50492025-01-17T07:59:42.175Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=449e60a2bd1913d6 -C extra-filename=-449e60a2bd1913d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50502025-01-17T07:59:43.002Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=773b60ee2710072b -C extra-filename=-773b60ee2710072b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50512025-01-17T07:59:43.162Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e77306ef3bfb8f07 -C extra-filename=-e77306ef3bfb8f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50522025-01-17T07:59:43.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34e3109a3d0fefbd -C extra-filename=-34e3109a3d0fefbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50532025-01-17T07:59:43.891Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=cf49533d185949f3 -C extra-filename=-cf49533d185949f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50542025-01-17T08:01:01.130Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c05a7b41cbf2aa4c -C extra-filename=-c05a7b41cbf2aa4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50552025-01-17T08:01:01.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43717e9c590437ac -C extra-filename=-43717e9c590437ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2916df34ef1449b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50562025-01-17T08:01:01.158Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=8cedbba89cffcd1a -C extra-filename=-8cedbba89cffcd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
50572025-01-17T08:01:01.159Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=485a0cf934b7a024 -C extra-filename=-485a0cf934b7a024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2916df34ef1449b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50582025-01-17T08:01:01.168Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39314ddbc4d802d9 -C extra-filename=-39314ddbc4d802d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50592025-01-17T08:01:01.188Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=554672a064e93a39 -C extra-filename=-554672a064e93a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50602025-01-17T08:01:01.993Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c723e16a0533976 -C extra-filename=-7c723e16a0533976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50612025-01-17T08:01:08.713Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63a060f2cf62c327 -C extra-filename=-63a060f2cf62c327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50622025-01-17T08:01:08.888Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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())' -C metadata=0d01bf3798e03540 -C extra-filename=-0d01bf3798e03540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
50632025-01-17T08:01:18.897Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f853f1eba7b1517 -C extra-filename=-1f853f1eba7b1517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50642025-01-17T08:01:22.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a62d5b5dfa30c2e -C extra-filename=-4a62d5b5dfa30c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0527e26a5ce94459.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50652025-01-17T08:01:22.691Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea6a6a9cdd429340 -C extra-filename=-ea6a6a9cdd429340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0527e26a5ce94459.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50662025-01-17T08:01:26.414Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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=line-tables-only '--allow=clippy::style' '--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())' -C metadata=db72197c5b2ba6cf -C extra-filename=-db72197c5b2ba6cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50672025-01-17T08:38:57.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54m 22s
50682025-01-17T08:39:20.672Z
50692025-01-17T08:39:20.676Zreal 54:45.736156573
50702025-01-17T08:39:20.676Zuser 2:00:45.913648468
50712025-01-17T08:39:20.676Zsys 21:51.969657584
50722025-01-17T08:39:20.676Ztrap 14.579186278
50732025-01-17T08:39:20.676Ztflt 18.452047675
50742025-01-17T08:39:20.676Zdflt 3:43:27.868408244
50752025-01-17T08:39:20.676Zkflt 0.729105308
50762025-01-17T08:39:20.676Zlock 9:59:51.961479674
50772025-01-17T08:39:20.676Zslp 32:58:27.424725293
50782025-01-17T08:39:20.677Zlat 12:36.379144735
50792025-01-17T08:39:20.677Zstop 10:07.784649317
50802025-01-17T08:39:21.685Z+ banner test
50812025-01-17T08:39:21.745Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50822025-01-17T08:39:22.658Z
50832025-01-17T08:39:22.658Z ##### ###### #### #####
50842025-01-17T08:39:22.658Z # # # #
50852025-01-17T08:39:22.658Z # ##### #### #
50862025-01-17T08:39:22.658Z # # # #
50872025-01-17T08:39:22.658Z # # # # #
50882025-01-17T08:39:22.658Z # ###### #### #
50892025-01-17T08:39:22.658Z
50902025-01-17T08:39:26.170Zinfo: experimental features enabled: setup-scripts
50912025-01-17T08:39:27.871Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50922025-01-17T08:39:28.032Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50932025-01-17T08:39:28.060Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50942025-01-17T08:39:28.081Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50952025-01-17T08:39:42.674Z Finished `test` profile [unoptimized + debuginfo] target(s) in 16.46s
50962025-01-17T08:39:49.916Z────────────
50972025-01-17T08:39:49.916Z Nextest run ID f7c0c7ff-46b5-4ddf-9b9d-71c7ac7b5123 with nextest profile: ci
50982025-01-17T08:39:49.919Z Starting 1804 tests across 182 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50992025-01-17T08:39:49.919Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
51002025-01-17T08:39:50.757Z Compiling newtype-uuid v1.2.1
51012025-01-17T08:39:51.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
51022025-01-17T08:39:51.703Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51032025-01-17T08:39:52.308Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51042025-01-17T08:40:00.183Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51052025-01-17T08:40:02.236Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51062025-01-17T08:40:03.891Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51072025-01-17T08:40:09.802Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.81s
51082025-01-17T08:40:09.917Z Running `target/debug/crdb-seed`
51092025-01-17T08:40:09.964ZJan 17 08:40:09.307 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp2amjCA
51102025-01-17T08:40:09.966ZJan 17 08:40:09.307 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpWl4dKT,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp2amjCA/listen-url
51112025-01-17T08:40:09.970ZJan 17 08:40:09.309 INFO cockroach environment: BUILDOMAT_JOB_ID=01JHSK2AZCDX1BZF39K0CM3TJ1 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=renovate/hyper-staticfile-0.x GITHUB_REF=refs/heads/renovate/hyper-staticfile-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=b84b8458e98887045a2851c27597bc604bfa9b96 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envVdcBs3 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f7c0c7ff-46b5-4ddf-9b9d-71c7ac7b5123 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.84.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
51122025-01-17T08:40:11.124ZJan 17 08:40:10.468 INFO cockroach pid: 9175
51132025-01-17T08:40:11.125ZJan 17 08:40:10.469 INFO cockroach listen URL: postgresql://root@[::1]:35088/omicron?sslmode=disable
51142025-01-17T08:40:11.125ZJan 17 08:40:10.469 INFO cockroach: populating
51152025-01-17T08:40:13.148ZJan 17 08:40:12.492 INFO cockroach: populated
51162025-01-17T08:40:14.090ZJan 17 08:40:13.434 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9cc6029f7c535d63bf4302c714661658fcaa44c2fb6130f88eeefafde7e83dad.tar`
51172025-01-17T08:40:14.096Z SETUP PASS [ 24.177s] crdb-seed: cargo run -p crdb-seed --profile test
51182025-01-17T08:40:14.098Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51192025-01-17T08:40:14.905Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51202025-01-17T08:40:14.908Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51212025-01-17T08:40:14.908Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51222025-01-17T08:40:14.908Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51232025-01-17T08:40:14.908Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51242025-01-17T08:40:17.075Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51252025-01-17T08:40:17.089Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51262025-01-17T08:40:19.999Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51272025-01-17T08:40:21.803Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51282025-01-17T08:40:28.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
51292025-01-17T08:40:28.607Z Running `target/debug/clickhouse-cluster-dev`
51302025-01-17T08:40:28.650ZJan 17 08:40:27.994 INFO Setting up a ClickHouse cluster
51312025-01-17T08:40:28.653ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51322025-01-17T08:40:28.661ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51332025-01-17T08:40:28.664ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51342025-01-17T08:40:28.666ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51352025-01-17T08:40:28.669ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51362025-01-17T08:40:31.640ZJan 17 08:40:30.983 INFO ClickHouse server ready
51372025-01-17T08:40:32.374ZJan 17 08:40:31.717 INFO ClickHouse server ready
51382025-01-17T08:40:32.584ZJan 17 08:40:31.927 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51392025-01-17T08:40:32.591Z SETUP PASS [ 18.493s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51402025-01-17T08:40:32.645Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51412025-01-17T08:40:32.655Z PASS [ 0.064s] bootstore schemes::tests::hello_roundtrip
51422025-01-17T08:40:32.658Z PASS [ 0.057s] bootstore schemes::v0::share_pkg::tests::create_packages
51432025-01-17T08:40:32.667Z PASS [ 0.053s] api_identity test::test_identity_no_field
51442025-01-17T08:40:32.670Z PASS [ 0.052s] api_identity test::test_identity
51452025-01-17T08:40:32.677Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51462025-01-17T08:40:32.683Z PASS [ 0.075s] authz-macros tests::test_authz_snapshots
51472025-01-17T08:40:32.716Z PASS [ 0.032s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51482025-01-17T08:40:32.718Z PASS [ 0.038s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51492025-01-17T08:40:32.731Z PASS [ 0.124s] bootstore schemes::v0::peer::tests::network_config
51502025-01-17T08:40:32.739Z PASS [ 0.023s] clickana chart::tests::gather_chart_data_for_running_queries_success
51512025-01-17T08:40:32.744Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_query_count_success
51522025-01-17T08:40:32.789Z PASS [ 0.044s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51532025-01-17T08:40:32.802Z PASS [ 0.062s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51542025-01-17T08:40:32.804Z PASS [ 0.070s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51552025-01-17T08:40:32.813Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_output_parse_fail
51562025-01-17T08:40:32.829Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51572025-01-17T08:40:32.832Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51582025-01-17T08:40:32.839Z PASS [ 0.025s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51592025-01-17T08:40:32.851Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success
51602025-01-17T08:40:32.860Z PASS [ 0.030s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51612025-01-17T08:40:32.878Z PASS [ 0.026s] clickhouse-admin-types tests::test_generate_replica_config
51622025-01-17T08:40:32.881Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_keeper_config
51632025-01-17T08:40:32.890Z PASS [ 0.024s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51642025-01-17T08:40:32.908Z PASS [ 0.028s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51652025-01-17T08:40:32.908Z PASS [ 0.029s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51662025-01-17T08:40:32.918Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51672025-01-17T08:40:32.923Z PASS [ 0.256s] cert-dev::test-cert-dev test_cert_create
51682025-01-17T08:40:32.932Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51692025-01-17T08:40:32.938Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51702025-01-17T08:40:32.942Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51712025-01-17T08:40:32.948Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51722025-01-17T08:40:32.956Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51732025-01-17T08:40:32.962Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51742025-01-17T08:40:32.968Z PASS [ 0.029s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51752025-01-17T08:40:32.971Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51762025-01-17T08:40:32.979Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51772025-01-17T08:40:32.985Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51782025-01-17T08:40:32.991Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51792025-01-17T08:40:32.996Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51802025-01-17T08:40:33.002Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51812025-01-17T08:40:33.007Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51822025-01-17T08:40:33.013Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51832025-01-17T08:40:33.018Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51842025-01-17T08:40:33.024Z PASS [ 0.022s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51852025-01-17T08:40:33.029Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51862025-01-17T08:40:33.034Z PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51872025-01-17T08:40:33.055Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51882025-01-17T08:40:33.057Z PASS [ 0.025s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51892025-01-17T08:40:33.074Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51902025-01-17T08:40:33.079Z PASS [ 0.024s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51912025-01-17T08:40:33.091Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51922025-01-17T08:40:33.107Z PASS [ 0.082s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51932025-01-17T08:40:33.113Z PASS [ 0.094s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51942025-01-17T08:40:33.251Z PASS [ 0.583s] clickana chart::tests::gather_chart_data_failure
51952025-01-17T08:40:33.337Z PASS [ 0.085s] db-macros lookup::test::test_lookup_snapshots
51962025-01-17T08:40:33.358Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51972025-01-17T08:40:33.377Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51982025-01-17T08:40:33.395Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51992025-01-17T08:40:33.416Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
52002025-01-17T08:40:33.440Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
52012025-01-17T08:40:33.469Z PASS [ 0.028s] db-macros tests::test_derive_snapshots
52022025-01-17T08:40:33.469Z PASS [ 0.389s] db-dev::test-db-dev test_db_dev_populate_no_args
52032025-01-17T08:40:33.471Z PASS [ 0.378s] db-dev::test-db-dev test_db_dev_wipe_no_args
52042025-01-17T08:40:33.498Z PASS [ 0.028s] db-macros tests::test_derive_with_unknown_field
52052025-01-17T08:40:33.755Z PASS [ 1.151s] bootstore schemes::v0::peer::tests::basic_3_nodes
52062025-01-17T08:40:33.769Z PASS [ 0.299s] dns-server storage::test::test_update_in_progress
52072025-01-17T08:40:33.779Z PASS [ 0.281s] dns-server storage::test::test_update_interrupted
52082025-01-17T08:40:33.786Z PASS [ 0.315s] dns-server storage::test::test_update_basic
52092025-01-17T08:40:34.310Z PASS [ 0.554s] dns-server::basic_test a_crud
52102025-01-17T08:40:34.312Z PASS [ 0.530s] dns-server::basic_test answers_match_question
52112025-01-17T08:40:34.312Z PASS [ 0.523s] dns-server::basic_test empty_record
52122025-01-17T08:40:34.320Z PASS [ 0.546s] dns-server::basic_test aaaa_crud
52132025-01-17T08:40:34.528Z PASS [ 0.218s] dns-server::basic_test multi_record_crud
52142025-01-17T08:40:34.536Z PASS [ 0.226s] dns-server::basic_test name_contains_zone
52152025-01-17T08:40:34.547Z PASS [ 0.237s] dns-server::basic_test nxdomain
52162025-01-17T08:40:34.560Z PASS [ 0.236s] dns-server::basic_test servfail
52172025-01-17T08:40:34.598Z PASS [ 0.037s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52182025-01-17T08:40:34.607Z PASS [ 0.060s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52192025-01-17T08:40:34.696Z PASS [ 0.098s] illumos-utils destructor::test::test_delayed_delete
52202025-01-17T08:40:34.725Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
52212025-01-17T08:40:34.751Z PASS [ 0.223s] dns-server::basic_test srv_crud
52222025-01-17T08:40:34.767Z PASS [ 0.041s] illumos-utils link::test::test_allocate
52232025-01-17T08:40:34.783Z PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes
52242025-01-17T08:40:34.794Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52252025-01-17T08:40:34.814Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
52262025-01-17T08:40:34.826Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
52272025-01-17T08:40:34.843Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_reservation
52282025-01-17T08:40:34.853Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_usage
52292025-01-17T08:40:34.875Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_uuid
52302025-01-17T08:40:34.882Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_missing_fields
52312025-01-17T08:40:34.906Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_props
52322025-01-17T08:40:34.913Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52332025-01-17T08:40:34.934Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_too_many_columns
52342025-01-17T08:40:34.941Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52352025-01-17T08:40:34.960Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52362025-01-17T08:40:34.970Z PASS [ 0.028s] illumos-utils zfs::test::parse_quota_ignored_if_default
52372025-01-17T08:40:34.991Z PASS [ 0.031s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52382025-01-17T08:40:34.998Z PASS [ 0.027s] illumos-utils zfs::test::parse_sorts_and_dedups
52392025-01-17T08:40:35.021Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
52402025-01-17T08:40:35.028Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
52412025-01-17T08:40:35.051Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
52422025-01-17T08:40:35.298Z PASS [ 2.642s] bootstore::v0-fsm-proptest-learner run
52432025-01-17T08:40:35.428Z PASS [ 0.821s] illumos-utils destructor::test::test_delayed_delete_with_error
52442025-01-17T08:40:35.510Z PASS [ 0.211s] installinator-common block_size_writer::tests::proptest_block_writer
52452025-01-17T08:40:36.356Z PASS [ 0.845s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52462025-01-17T08:40:36.377Z PASS [ 0.949s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52472025-01-17T08:40:36.762Z PASS [ 0.406s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52482025-01-17T08:40:36.991Z PASS [ 0.613s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52492025-01-17T08:40:37.144Z PASS [ 0.381s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52502025-01-17T08:40:37.201Z PASS [ 2.150s] installinator write::tests::proptest_write_artifact
52512025-01-17T08:40:37.240Z PASS [ 4.584s] bootstore::v0-fsm-proptest-rack-coordinator run
52522025-01-17T08:40:37.243Z PASS [ 0.249s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52532025-01-17T08:40:37.253Z PASS [ 0.045s] internal-dns-types config::test::display_hosts
52542025-01-17T08:40:37.274Z PASS [ 0.033s] internal-dns-types config::test::display_srv_service
52552025-01-17T08:40:37.286Z PASS [ 0.046s] internal-dns-types config::test::test_builder_errors
52562025-01-17T08:40:37.317Z PASS [ 0.031s] internal-dns-types diff::test::diff_equivalent
52572025-01-17T08:40:37.320Z PASS [ 0.043s] internal-dns-types diff::test::diff_different
52582025-01-17T08:40:37.320Z PASS [ 0.064s] internal-dns-types config::test::test_builder_output
52592025-01-17T08:40:37.344Z PASS [ 0.027s] internal-dns-types diff::test::diff_invalid
52602025-01-17T08:40:37.360Z PASS [ 0.042s] ipcc tests::deserialize_fixed_value
52612025-01-17T08:40:37.368Z PASS [ 0.224s] internal-dns-resolver resolver::test::update_record
52622025-01-17T08:40:37.379Z PASS [ 0.061s] ipcc tests::installinator_image_id_round_trip
52632025-01-17T08:40:37.382Z PASS [ 0.034s] ipcc tests::serialized_size
52642025-01-17T08:40:37.438Z PASS [ 0.058s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52652025-01-17T08:40:37.438Z PASS [ 0.077s] key-manager tests::different_disks_produce_different_keys
52662025-01-17T08:40:37.441Z PASS [ 0.059s] key-manager tests::disk_encryption_key_epoch_0
52672025-01-17T08:40:37.441Z PASS [ 0.070s] key-manager tests::different_ikm_produces_different_keys
52682025-01-17T08:40:37.527Z PASS [ 0.089s] nexus-auth authn::external::session_cookie::test::test_get_token
52692025-01-17T08:40:37.534Z PASS [ 0.095s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52702025-01-17T08:40:37.560Z PASS [ 0.121s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52712025-01-17T08:40:37.560Z PASS [ 0.121s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52722025-01-17T08:40:37.566Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52732025-01-17T08:40:37.573Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52742025-01-17T08:40:37.602Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52752025-01-17T08:40:37.611Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52762025-01-17T08:40:37.613Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52772025-01-17T08:40:37.613Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52782025-01-17T08:40:37.641Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52792025-01-17T08:40:37.653Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52802025-01-17T08:40:37.660Z PASS [ 0.047s] nexus-auth authn::external::spoof::test::test_make_header_value
52812025-01-17T08:40:37.668Z PASS [ 0.054s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52822025-01-17T08:40:37.674Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52832025-01-17T08:40:37.684Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52842025-01-17T08:40:37.703Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
52852025-01-17T08:40:37.706Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52862025-01-17T08:40:37.716Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52872025-01-17T08:40:37.719Z PASS [ 0.045s] nexus-auth authn::external::test::test_authn_sequence
52882025-01-17T08:40:37.732Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_valid
52892025-01-17T08:40:37.738Z PASS [ 0.035s] nexus-auth authn::external::token::test::test_token_header_missing
52902025-01-17T08:40:37.751Z PASS [ 4.644s] db-dev::test-db-dev test_db_killed
52912025-01-17T08:40:37.770Z PASS [ 0.052s] nexus-auth authn::test::test_internal_users
52922025-01-17T08:40:37.793Z PASS [ 0.060s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52932025-01-17T08:40:37.834Z PASS [ 0.095s] nexus-auth context::test::test_background_context
52942025-01-17T08:40:37.848Z PASS [ 0.096s] nexus-auth context::test::test_child_context
52952025-01-17T08:40:37.855Z PASS [ 0.139s] nexus-auth authz::context::test::test_unregistered_resource
52962025-01-17T08:40:37.864Z PASS [ 0.095s] nexus-auth context::test::test_test_context
52972025-01-17T08:40:37.884Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_nonexistent
52982025-01-17T08:40:37.892Z PASS [ 0.057s] nexus-config nexus_config::test::test_config_bad_toml
52992025-01-17T08:40:37.894Z PASS [ 0.043s] nexus-config nexus_config::test::test_config_empty
53002025-01-17T08:40:37.919Z PASS [ 0.035s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
53012025-01-17T08:40:37.922Z PASS [ 0.126s] nexus-config nexus_config::test::test_bad_authn_schemes
53022025-01-17T08:40:37.935Z PASS [ 0.069s] nexus-config nexus_config::test::test_deployment_config_schema
53032025-01-17T08:40:37.943Z PASS [ 0.050s] nexus-config nexus_config::test::test_valid
53042025-01-17T08:40:37.952Z PASS [ 0.032s] nexus-config postgres_config::test::test_example_url
53052025-01-17T08:40:37.962Z PASS [ 0.042s] nexus-config postgres_config::test::test_bad_url
53062025-01-17T08:40:37.976Z PASS [ 0.084s] nexus-config nexus_config::test::test_repo_configs_are_valid
53072025-01-17T08:40:37.984Z PASS [ 0.031s] nexus-db-fixed-data test::test_allowlist_id_is_valid
53082025-01-17T08:40:37.986Z PASS [ 0.042s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53092025-01-17T08:40:37.999Z PASS [ 0.036s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53102025-01-17T08:40:38.003Z PASS [ 0.048s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53112025-01-17T08:40:38.024Z PASS [ 0.048s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53122025-01-17T08:40:38.032Z PASS [ 0.047s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53132025-01-17T08:40:38.043Z PASS [ 0.043s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53142025-01-17T08:40:38.052Z PASS [ 0.067s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53152025-01-17T08:40:38.071Z PASS [ 0.071s] nexus-db-model device_auth::test::test_generate_user_code
53162025-01-17T08:40:38.074Z PASS [ 0.046s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53172025-01-17T08:40:38.085Z PASS [ 0.046s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53182025-01-17T08:40:38.094Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_known_versions
53192025-01-17T08:40:38.114Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53202025-01-17T08:40:38.114Z PASS [ 0.071s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53212025-01-17T08:40:38.122Z PASS [ 0.050s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53222025-01-17T08:40:38.124Z PASS [ 0.036s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53232025-01-17T08:40:38.133Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_verify
53242025-01-17T08:40:38.146Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
53252025-01-17T08:40:38.158Z PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53262025-01-17T08:40:38.165Z PASS [ 0.042s] nexus-db-model tests::test_roles_database_strings
53272025-01-17T08:40:38.168Z PASS [ 0.043s] nexus-db-model tests::test_ipv6_net_random_subnet
53282025-01-17T08:40:38.177Z PASS [ 0.026s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53292025-01-17T08:40:38.180Z PASS [ 0.034s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53302025-01-17T08:40:38.192Z PASS [ 0.033s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53312025-01-17T08:40:38.355Z PASS [ 3.818s] dns-server::commands_test test_dnsadm
53322025-01-17T08:40:38.471Z PASS [ 3.442s] installinator mock_peers::tests::proptest_fetch_artifact
53332025-01-17T08:40:41.820Z PASS [ 3.465s] nexus-db-queries db::collection_attach::test::test_attach_once
53342025-01-17T08:40:41.866Z PASS [ 3.688s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53352025-01-17T08:40:41.885Z PASS [ 3.719s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53362025-01-17T08:40:41.885Z PASS [ 3.707s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53372025-01-17T08:40:41.931Z PASS [ 0.045s] nexus-db-queries db::collection_attach::test::test_verify_query
53382025-01-17T08:40:41.938Z PASS [ 3.466s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53392025-01-17T08:40:41.965Z PASS [ 3.798s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53402025-01-17T08:40:42.009Z PASS [ 3.817s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53412025-01-17T08:40:44.513Z PASS [ 2.646s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53422025-01-17T08:40:45.109Z PASS [ 3.171s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53432025-01-17T08:40:45.154Z PASS [ 3.268s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53442025-01-17T08:40:45.169Z PASS [ 3.204s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53452025-01-17T08:40:45.176Z PASS [ 3.355s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53462025-01-17T08:40:45.197Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
53472025-01-17T08:40:45.293Z PASS [ 3.283s] nexus-db-queries db::collection_detach::test::test_detach_once
53482025-01-17T08:40:45.327Z PASS [ 3.396s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53492025-01-17T08:40:47.616Z PASS [ 3.103s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53502025-01-17T08:40:47.966Z PASS [ 2.768s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53512025-01-17T08:40:47.976Z PASS [ 2.806s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53522025-01-17T08:40:47.984Z PASS [ 2.690s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53532025-01-17T08:40:48.043Z PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53542025-01-17T08:40:48.055Z PASS [ 2.945s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53552025-01-17T08:40:48.233Z PASS [ 3.056s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53562025-01-17T08:40:48.259Z PASS [ 2.931s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53572025-01-17T08:40:48.279Z PASS [ 0.046s] nexus-db-queries db::collection_insert::test::test_verify_query
53582025-01-17T08:40:48.301Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53592025-01-17T08:40:48.328Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_columns
53602025-01-17T08:40:48.345Z PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_walk_table
53612025-01-17T08:40:48.971Z PASS [ 15.857s] db-dev::test-db-dev test_db_run
53622025-01-17T08:40:50.098Z PASS [ 2.482s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53632025-01-17T08:40:50.179Z PASS [ 2.123s] nexus-db-queries db::collection_insert::test::test_collection_present
53642025-01-17T08:40:50.222Z PASS [ 2.176s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53652025-01-17T08:40:50.513Z PASS [ 2.547s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53662025-01-17T08:40:50.538Z PASS [ 2.561s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53672025-01-17T08:40:52.209Z PASS [ 3.863s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53682025-01-17T08:40:52.209Z PASS [ 3.880s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53692025-01-17T08:40:53.305Z PASS [ 4.333s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53702025-01-17T08:40:53.536Z PASS [ 2.998s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53712025-01-17T08:40:54.524Z PASS [ 2.315s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53722025-01-17T08:40:54.729Z PASS [ 4.630s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53732025-01-17T08:40:54.758Z PASS [ 4.578s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53742025-01-17T08:40:54.771Z PASS [ 2.562s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53752025-01-17T08:40:55.139Z PASS [ 4.918s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53762025-01-17T08:40:55.153Z PASS [ 4.639s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53772025-01-17T08:40:58.174Z PASS [ 4.637s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53782025-01-17T08:40:58.340Z PASS [ 5.035s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53792025-01-17T08:40:58.408Z PASS [ 0.067s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53802025-01-17T08:40:58.790Z PASS [ 4.265s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53812025-01-17T08:40:59.331Z PASS [ 4.572s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53822025-01-17T08:40:59.458Z PASS [ 4.729s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53832025-01-17T08:40:59.502Z PASS [ 4.363s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53842025-01-17T08:40:59.850Z PASS [ 5.078s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53852025-01-17T08:40:59.930Z PASS [ 4.777s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53862025-01-17T08:41:02.743Z PASS [ 4.569s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53872025-01-17T08:41:02.850Z PASS [ 4.441s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53882025-01-17T08:41:03.481Z PASS [ 4.691s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53892025-01-17T08:41:03.953Z PASS [ 4.103s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53902025-01-17T08:41:03.968Z PASS [ 4.466s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53912025-01-17T08:41:03.971Z PASS [ 4.509s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53922025-01-17T08:41:04.677Z PASS [ 5.346s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53932025-01-17T08:41:04.690Z PASS [ 4.759s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53942025-01-17T08:41:07.649Z PASS [ 4.799s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53952025-01-17T08:41:08.165Z PASS [ 4.683s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53962025-01-17T08:41:08.453Z PASS [ 4.484s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53972025-01-17T08:41:08.489Z PASS [ 4.534s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53982025-01-17T08:41:08.557Z PASS [ 4.588s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53992025-01-17T08:41:08.850Z PASS [ 4.159s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
54002025-01-17T08:41:08.902Z PASS [ 4.224s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
54012025-01-17T08:41:09.064Z PASS [ 6.320s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
54022025-01-17T08:41:12.211Z PASS [ 4.562s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
54032025-01-17T08:41:12.589Z PASS [ 4.424s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
54042025-01-17T08:41:13.137Z PASS [ 4.580s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
54052025-01-17T08:41:13.272Z PASS [ 4.818s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
54062025-01-17T08:41:13.341Z PASS [ 4.438s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
54072025-01-17T08:41:13.600Z PASS [ 4.535s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54082025-01-17T08:41:13.703Z PASS [ 4.852s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
54092025-01-17T08:41:14.968Z PASS [ 6.478s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54102025-01-17T08:41:16.932Z PASS [ 4.342s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54112025-01-17T08:41:17.238Z PASS [ 4.100s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54122025-01-17T08:41:17.597Z PASS [ 4.325s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54132025-01-17T08:41:17.768Z PASS [ 4.426s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54142025-01-17T08:41:17.842Z PASS [ 4.139s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54152025-01-17T08:41:18.325Z PASS [ 6.114s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54162025-01-17T08:41:18.525Z PASS [ 4.923s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54172025-01-17T08:41:20.436Z PASS [ 5.469s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54182025-01-17T08:41:21.713Z PASS [ 4.474s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54192025-01-17T08:41:21.983Z PASS [ 4.215s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54202025-01-17T08:41:22.072Z PASS [ 4.229s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54212025-01-17T08:41:22.636Z PASS [ 4.310s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54222025-01-17T08:41:23.253Z PASS [ 4.728s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54232025-01-17T08:41:25.285Z PASS [ 4.848s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54242025-01-17T08:41:26.496Z PASS [ 4.783s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54252025-01-17T08:41:26.529Z PASS [ 4.546s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54262025-01-17T08:41:27.011Z PASS [ 4.938s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54272025-01-17T08:41:27.903Z PASS [ 4.649s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54282025-01-17T08:41:29.002Z PASS [ 6.365s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54292025-01-17T08:41:29.051Z PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count
54302025-01-17T08:41:29.895Z PASS [ 4.610s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54312025-01-17T08:41:30.471Z PASS [ 13.539s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54322025-01-17T08:41:30.916Z PASS [ 4.419s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54332025-01-17T08:41:31.358Z PASS [ 4.829s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54342025-01-17T08:41:31.915Z PASS [ 4.904s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54352025-01-17T08:41:32.272Z PASS [ 4.369s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54362025-01-17T08:41:33.168Z PASS [ 4.117s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54372025-01-17T08:41:33.918Z PASS [ 4.022s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54382025-01-17T08:41:34.659Z PASS [ 4.187s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54392025-01-17T08:41:35.252Z PASS [ 4.335s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54402025-01-17T08:41:35.488Z PASS [ 4.129s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54412025-01-17T08:41:36.020Z PASS [ 4.105s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54422025-01-17T08:41:36.500Z PASS [ 4.227s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54432025-01-17T08:41:37.153Z PASS [ 3.984s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54442025-01-17T08:41:38.160Z PASS [ 4.241s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54452025-01-17T08:41:38.898Z PASS [ 4.239s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54462025-01-17T08:41:39.497Z PASS [ 4.008s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
54472025-01-17T08:41:39.521Z PASS [ 4.268s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
54482025-01-17T08:41:39.830Z PASS [ 3.809s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54492025-01-17T08:41:40.389Z PASS [ 22.791s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54502025-01-17T08:41:40.732Z PASS [ 4.232s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54512025-01-17T08:41:40.946Z PASS [ 3.793s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54522025-01-17T08:41:43.060Z PASS [ 4.899s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54532025-01-17T08:41:43.617Z PASS [ 4.119s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54542025-01-17T08:41:43.713Z PASS [ 4.815s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54552025-01-17T08:41:44.666Z PASS [ 5.145s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54562025-01-17T08:41:44.894Z PASS [ 5.064s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54572025-01-17T08:41:45.096Z PASS [ 4.706s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54582025-01-17T08:41:45.787Z PASS [ 4.840s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54592025-01-17T08:41:47.376Z PASS [ 4.316s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54602025-01-17T08:41:47.801Z PASS [ 4.183s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54612025-01-17T08:41:48.134Z PASS [ 4.420s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54622025-01-17T08:41:49.752Z PASS [ 9.019s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54632025-01-17T08:41:50.718Z PASS [ 6.052s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54642025-01-17T08:41:50.924Z PASS [ 6.029s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54652025-01-17T08:41:51.293Z PASS [ 6.197s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54662025-01-17T08:41:51.893Z PASS [ 6.106s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54672025-01-17T08:41:51.974Z PASS [ 4.173s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54682025-01-17T08:41:51.977Z PASS [ 4.597s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54692025-01-17T08:41:52.142Z PASS [ 4.007s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54702025-01-17T08:41:54.122Z PASS [ 4.369s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54712025-01-17T08:41:55.171Z PASS [ 4.452s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54722025-01-17T08:41:55.660Z PASS [ 4.367s] nexus-db-queries db::datastore::test::test_project_creation
54732025-01-17T08:41:55.663Z PASS [ 4.736s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54742025-01-17T08:41:55.827Z PASS [ 3.933s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54752025-01-17T08:41:56.509Z PASS [ 4.534s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54762025-01-17T08:41:56.717Z PASS [ 4.574s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54772025-01-17T08:41:59.672Z PASS [ 5.549s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54782025-01-17T08:41:59.998Z PASS [ 4.827s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54792025-01-17T08:42:00.932Z PASS [ 4.212s] nexus-db-queries db::datastore::test::test_session_methods
54802025-01-17T08:42:02.770Z PASS [ 10.795s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54812025-01-17T08:42:03.844Z PASS [ 4.172s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54822025-01-17T08:42:04.084Z PASS [ 4.085s] nexus-db-queries db::datastore::test::test_ssh_keys
54832025-01-17T08:42:05.092Z PASS [ 4.162s] nexus-db-queries db::datastore::test::test_table_scan
54842025-01-17T08:42:05.143Z PASS [ 9.482s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54852025-01-17T08:42:05.564Z PASS [ 9.903s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54862025-01-17T08:42:06.347Z PASS [ 10.519s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54872025-01-17T08:42:06.602Z PASS [ 10.092s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54882025-01-17T08:42:06.885Z PASS [ 4.114s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54892025-01-17T08:42:06.963Z PASS [ 0.075s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54902025-01-17T08:42:07.021Z PASS [ 0.060s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54912025-01-17T08:42:08.250Z PASS [ 4.406s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54922025-01-17T08:42:08.352Z PASS [ 4.268s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54932025-01-17T08:42:09.609Z PASS [ 4.044s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54942025-01-17T08:42:09.727Z PASS [ 4.634s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54952025-01-17T08:42:09.875Z PASS [ 4.731s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54962025-01-17T08:42:10.507Z PASS [ 4.160s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54972025-01-17T08:42:12.533Z PASS [ 4.180s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54982025-01-17T08:42:13.703Z PASS [ 3.975s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54992025-01-17T08:42:13.791Z PASS [ 4.181s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
55002025-01-17T08:42:14.288Z PASS [ 4.413s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
55012025-01-17T08:42:14.945Z PASS [ 4.437s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
55022025-01-17T08:42:15.950Z PASS [ 1.661s] nexus-db-queries db::explain::test::test_explain_async
55032025-01-17T08:42:16.624Z PASS [ 10.021s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
55042025-01-17T08:42:16.760Z PASS [ 1.815s] nexus-db-queries db::explain::test::test_explain_full_table_scan
55052025-01-17T08:42:17.365Z PASS [ 10.344s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
55062025-01-17T08:42:18.773Z PASS [ 5.070s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
55072025-01-17T08:42:18.979Z PASS [ 6.446s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55082025-01-17T08:42:19.057Z PASS [ 10.806s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
55092025-01-17T08:42:19.102Z PASS [ 0.045s] nexus-db-queries db::pagination::test::test_paginator
55102025-01-17T08:42:19.280Z PASS [ 2.656s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
55112025-01-17T08:42:19.379Z PASS [ 2.618s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55122025-01-17T08:42:19.777Z PASS [ 5.986s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55132025-01-17T08:42:19.966Z PASS [ 2.600s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55142025-01-17T08:42:20.170Z PASS [ 4.219s] nexus-db-queries db::lookup::test::test_lookup
55152025-01-17T08:42:21.510Z PASS [ 2.736s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55162025-01-17T08:42:22.015Z PASS [ 3.035s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55172025-01-17T08:42:23.794Z PASS [ 4.016s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55182025-01-17T08:42:24.136Z PASS [ 4.756s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55192025-01-17T08:42:24.335Z PASS [ 5.232s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55202025-01-17T08:42:24.405Z PASS [ 5.123s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55212025-01-17T08:42:24.447Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55222025-01-17T08:42:24.583Z PASS [ 4.616s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55232025-01-17T08:42:24.673Z PASS [ 4.502s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55242025-01-17T08:42:26.226Z PASS [ 4.716s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55252025-01-17T08:42:26.812Z PASS [ 4.797s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55262025-01-17T08:42:28.470Z PASS [ 4.675s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55272025-01-17T08:42:28.679Z PASS [ 4.542s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55282025-01-17T08:42:28.942Z PASS [ 4.269s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55292025-01-17T08:42:29.107Z PASS [ 4.524s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55302025-01-17T08:42:29.299Z PASS [ 4.852s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55312025-01-17T08:42:30.127Z PASS [ 5.791s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55322025-01-17T08:42:30.799Z PASS [ 4.571s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55332025-01-17T08:42:31.016Z PASS [ 4.204s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55342025-01-17T08:42:33.000Z PASS [ 4.321s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55352025-01-17T08:42:33.164Z PASS [ 4.693s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55362025-01-17T08:42:33.208Z PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55372025-01-17T08:42:33.222Z PASS [ 4.279s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55382025-01-17T08:42:33.500Z PASS [ 4.393s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55392025-01-17T08:42:34.121Z PASS [ 4.821s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55402025-01-17T08:42:34.717Z PASS [ 4.589s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55412025-01-17T08:42:35.163Z PASS [ 4.365s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55422025-01-17T08:42:35.204Z PASS [ 0.041s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55432025-01-17T08:42:35.729Z PASS [ 2.507s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55442025-01-17T08:42:35.855Z PASS [ 4.838s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55452025-01-17T08:42:35.993Z PASS [ 2.492s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55462025-01-17T08:42:36.133Z PASS [ 0.403s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55472025-01-17T08:42:36.250Z PASS [ 0.394s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55482025-01-17T08:42:36.381Z PASS [ 2.259s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55492025-01-17T08:42:37.149Z PASS [ 2.432s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55502025-01-17T08:42:37.269Z PASS [ 4.269s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55512025-01-17T08:42:37.417Z PASS [ 0.267s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55522025-01-17T08:42:37.487Z PASS [ 1.237s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55532025-01-17T08:42:37.612Z PASS [ 0.342s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55542025-01-17T08:42:37.767Z PASS [ 1.774s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55552025-01-17T08:42:37.816Z PASS [ 0.399s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55562025-01-17T08:42:37.835Z PASS [ 2.631s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55572025-01-17T08:42:37.842Z PASS [ 0.354s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55582025-01-17T08:42:37.931Z PASS [ 4.722s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55592025-01-17T08:42:37.947Z PASS [ 0.104s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55602025-01-17T08:42:37.971Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55612025-01-17T08:42:37.988Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55622025-01-17T08:42:38.013Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55632025-01-17T08:42:38.031Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55642025-01-17T08:42:38.297Z PASS [ 2.164s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55652025-01-17T08:42:38.576Z PASS [ 2.194s] nexus-db-queries db::queries::region_allocation::test::explainable
55662025-01-17T08:42:39.424Z PASS [ 1.812s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55672025-01-17T08:42:39.436Z PASS [ 1.669s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55682025-01-17T08:42:39.548Z PASS [ 1.534s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55692025-01-17T08:42:39.577Z PASS [ 1.760s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55702025-01-17T08:42:39.595Z PASS [ 1.760s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55712025-01-17T08:42:39.624Z PASS [ 0.047s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55722025-01-17T08:42:39.694Z PASS [ 0.069s] nexus-inventory builder::test::test_empty
55732025-01-17T08:42:39.773Z PASS [ 0.079s] nexus-inventory builder::test::test_problems
55742025-01-17T08:42:39.931Z PASS [ 1.900s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55752025-01-17T08:42:39.997Z PASS [ 0.401s] nexus-inventory builder::test::test_basic
55762025-01-17T08:42:40.017Z PASS [ 1.719s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55772025-01-17T08:42:40.728Z PASS [ 0.729s] nexus-inventory collector::test::test_multi_mgs_failure
55782025-01-17T08:42:41.179Z PASS [ 1.162s] nexus-inventory collector::test::test_sled_agent_failure
55792025-01-17T08:42:41.470Z PASS [ 1.696s] nexus-inventory collector::test::test_basic
55802025-01-17T08:42:41.639Z PASS [ 1.708s] nexus-inventory collector::test::test_multi_mgs
55812025-01-17T08:42:41.747Z PASS [ 0.107s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55822025-01-17T08:42:41.747Z PASS [ 0.276s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55832025-01-17T08:42:41.786Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
55842025-01-17T08:42:41.800Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55852025-01-17T08:42:41.853Z PASS [ 0.066s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55862025-01-17T08:42:41.866Z PASS [ 0.066s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55872025-01-17T08:42:41.898Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55882025-01-17T08:42:41.917Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55892025-01-17T08:42:41.941Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55902025-01-17T08:42:41.983Z PASS [ 0.065s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55912025-01-17T08:42:42.007Z PASS [ 0.065s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55922025-01-17T08:42:42.048Z PASS [ 0.064s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55932025-01-17T08:42:42.056Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55942025-01-17T08:42:42.091Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55952025-01-17T08:42:42.107Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55962025-01-17T08:42:42.134Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55972025-01-17T08:42:42.177Z PASS [ 0.070s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55982025-01-17T08:42:43.326Z PASS [ 3.777s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55992025-01-17T08:42:43.454Z PASS [ 4.017s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
56002025-01-17T08:42:45.897Z PASS [ 5.169s] nexus-metrics-producer-gc tests::test_prune_expired_producers
56012025-01-17T08:42:46.244Z PASS [ 5.064s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
56022025-01-17T08:42:46.315Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
56032025-01-17T08:42:46.381Z PASS [ 0.065s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
56042025-01-17T08:42:46.450Z PASS [ 0.068s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
56052025-01-17T08:42:46.512Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
56062025-01-17T08:42:47.339Z PASS [ 8.762s] nexus-db-queries policy_test::test_conferred_roles
56072025-01-17T08:43:06.951Z PASS [ 19.611s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
56082025-01-17T08:43:07.937Z PASS [ 25.759s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
56092025-01-17T08:43:09.660Z PASS [ 26.204s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
56102025-01-17T08:43:09.850Z PASS [ 26.523s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
56112025-01-17T08:43:11.907Z PASS [ 26.008s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
56122025-01-17T08:43:12.248Z PASS [ 0.341s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56132025-01-17T08:43:12.289Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56142025-01-17T08:43:12.328Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56152025-01-17T08:43:12.371Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
56162025-01-17T08:43:12.453Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56172025-01-17T08:43:12.500Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56182025-01-17T08:43:12.548Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56192025-01-17T08:43:12.599Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56202025-01-17T08:43:12.647Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56212025-01-17T08:43:12.685Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56222025-01-17T08:43:12.719Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56232025-01-17T08:43:12.755Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56242025-01-17T08:43:12.790Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56252025-01-17T08:43:12.831Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56262025-01-17T08:43:12.880Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56272025-01-17T08:43:12.956Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56282025-01-17T08:43:12.959Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56292025-01-17T08:43:13.040Z PASS [ 0.089s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56302025-01-17T08:43:20.199Z PASS [ 7.158s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
56312025-01-17T08:43:20.241Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56322025-01-17T08:43:21.809Z PASS [ 1.568s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56332025-01-17T08:43:23.343Z PASS [ 1.533s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56342025-01-17T08:43:23.952Z PASS [ 0.610s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56352025-01-17T08:43:24.325Z PASS [ 0.372s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56362025-01-17T08:43:24.379Z PASS [ 0.053s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56372025-01-17T08:43:24.413Z PASS [ 0.033s] nexus-reconfigurator-planning example::tests::instances_on_examples
56382025-01-17T08:43:24.447Z PASS [ 0.034s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56392025-01-17T08:43:24.591Z PASS [ 0.143s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56402025-01-17T08:43:24.672Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56412025-01-17T08:43:24.723Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56422025-01-17T08:43:24.837Z PASS [ 0.113s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56432025-01-17T08:43:24.898Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56442025-01-17T08:43:24.967Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56452025-01-17T08:43:25.018Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56462025-01-17T08:43:25.060Z PASS [ 0.042s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56472025-01-17T08:43:25.105Z PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56482025-01-17T08:43:25.146Z PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56492025-01-17T08:43:25.213Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56502025-01-17T08:43:25.272Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56512025-01-17T08:43:25.412Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56522025-01-17T08:43:25.545Z PASS [ 0.132s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56532025-01-17T08:43:25.647Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56542025-01-17T08:43:25.767Z PASS [ 0.119s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56552025-01-17T08:43:26.014Z PASS [ 0.104s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56562025-01-17T08:43:26.014Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56572025-01-17T08:43:26.034Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56582025-01-17T08:43:26.552Z PASS [ 18.613s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56592025-01-17T08:43:26.745Z PASS [ 0.193s] nexus-saga-recovery recovery::test::test_execution_basic
56602025-01-17T08:43:26.781Z PASS [ 0.035s] nexus-saga-recovery recovery::test::test_plan_basic
56612025-01-17T08:43:26.819Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56622025-01-17T08:43:26.900Z PASS [ 0.081s] nexus-saga-recovery test::test_basic
56632025-01-17T08:43:26.949Z PASS [ 0.048s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56642025-01-17T08:43:27.006Z PASS [ 0.057s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56652025-01-17T08:43:27.067Z PASS [ 0.060s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56662025-01-17T08:43:27.098Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56672025-01-17T08:43:27.131Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56682025-01-17T08:43:27.165Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56692025-01-17T08:43:27.197Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56702025-01-17T08:43:27.258Z PASS [ 0.059s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_field_changes
56712025-01-17T08:43:27.304Z PASS [ 0.045s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_insert_delete_disks
56722025-01-17T08:43:27.344Z PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_same_config
56732025-01-17T08:43:27.382Z PASS [ 0.038s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_field_changes
56742025-01-17T08:43:27.416Z PASS [ 0.034s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_same_blueprint
56752025-01-17T08:43:27.450Z PASS [ 0.033s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::test_insert_delete_zones
56762025-01-17T08:43:27.496Z PASS [ 0.045s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
56772025-01-17T08:43:27.552Z PASS [ 0.056s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
56782025-01-17T08:43:28.260Z PASS [ 21.307s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56792025-01-17T08:43:28.597Z PASS [ 18.746s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56802025-01-17T08:43:28.731Z PASS [ 0.470s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
56812025-01-17T08:43:28.734Z PASS [ 1.178s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
56822025-01-17T08:43:28.782Z PASS [ 0.185s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
56832025-01-17T08:43:28.909Z PASS [ 0.177s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
56842025-01-17T08:43:28.938Z PASS [ 0.207s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
56852025-01-17T08:43:29.021Z PASS [ 0.237s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
56862025-01-17T08:43:29.125Z PASS [ 0.186s] nexus-types deployment::id_map::tests::serialization_is_transparent
56872025-01-17T08:43:29.194Z PASS [ 0.285s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
56882025-01-17T08:43:29.233Z PASS [ 0.211s] nexus-types deployment::id_map::tests::serialization_roundtrip
56892025-01-17T08:43:29.273Z PASS [ 0.040s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56902025-01-17T08:43:29.324Z PASS [ 0.198s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
56912025-01-17T08:43:29.390Z PASS [ 0.194s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
56922025-01-17T08:43:29.563Z PASS [ 19.902s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56932025-01-17T08:43:29.600Z PASS [ 0.037s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56942025-01-17T08:43:29.632Z PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56952025-01-17T08:43:29.680Z PASS [ 0.047s] nexus-types external_api::shared::test::test_policy_parsing
56962025-01-17T08:43:29.861Z PASS [ 0.181s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56972025-01-17T08:43:29.936Z PASS [ 0.075s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56982025-01-17T08:43:29.998Z PASS [ 0.062s] omicron-certificates tests::test_cert_extended_key_usage
56992025-01-17T08:43:30.069Z PASS [ 0.070s] omicron-certificates tests::test_common_name_is_validated
57002025-01-17T08:43:30.131Z PASS [ 0.062s] omicron-certificates tests::test_subject_alternate_names_are_validated
57012025-01-17T08:43:30.799Z PASS [ 0.665s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
57022025-01-17T08:43:31.071Z PASS [ 0.274s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
57032025-01-17T08:43:31.262Z PASS [ 0.191s] omicron-clickhouse-admin::integration_test test_lgif_parsing
57042025-01-17T08:43:31.442Z PASS [ 0.180s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
57052025-01-17T08:43:31.697Z PASS [ 0.254s] omicron-clickhouse-admin::integration_test test_teardown
57062025-01-17T08:43:33.107Z PASS [ 3.782s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
57072025-01-17T08:43:33.797Z PASS [ 2.099s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
57082025-01-17T08:43:34.684Z PASS [ 1.576s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
57092025-01-17T08:43:34.732Z PASS [ 0.048s] omicron-common address::test::test_dns_subnets
57102025-01-17T08:43:34.764Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
57112025-01-17T08:43:34.817Z PASS [ 0.053s] omicron-common address::test::test_ip_range_enum_deserialization
57122025-01-17T08:43:34.879Z PASS [ 0.061s] omicron-common address::test::test_ip_range_iter
57132025-01-17T08:43:34.928Z PASS [ 0.049s] omicron-common address::test::test_ip_range_length
57142025-01-17T08:43:34.959Z PASS [ 0.030s] omicron-common address::test::test_ip_range_try_from
57152025-01-17T08:43:34.995Z PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize
57162025-01-17T08:43:35.026Z PASS [ 0.030s] omicron-common address::test::test_sled_address
57172025-01-17T08:43:35.062Z PASS [ 0.036s] omicron-common api::external::error::test::test_bail_unless
57182025-01-17T08:43:35.097Z PASS [ 0.034s] omicron-common api::external::error::test::test_context
57192025-01-17T08:43:35.145Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_examples
57202025-01-17T08:43:35.200Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_schemas
57212025-01-17T08:43:35.247Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_id
57222025-01-17T08:43:35.281Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_name
57232025-01-17T08:43:35.310Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
57242025-01-17T08:43:35.338Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
57252025-01-17T08:43:35.369Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
57262025-01-17T08:43:35.401Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount
57272025-01-17T08:43:35.413Z PASS [ 1.611s] omicron-cockroach-admin context::tests::test_node_id
57282025-01-17T08:43:35.437Z PASS [ 0.036s] omicron-common api::external::test::test_bytecount_display
57292025-01-17T08:43:35.471Z PASS [ 0.034s] omicron-common api::external::test::test_firewall_deserialization
57302025-01-17T08:43:35.483Z PASS [ 0.069s] omicron-common api::external::test::test_digest
57312025-01-17T08:43:35.576Z PASS [ 0.092s] omicron-common api::external::test::test_firewall_rule_target_parse
57322025-01-17T08:43:35.603Z PASS [ 0.118s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57332025-01-17T08:43:35.630Z PASS [ 0.040s] omicron-common api::external::test::test_ip_port_range_from_str
57342025-01-17T08:43:35.642Z PASS [ 0.066s] omicron-common api::external::test::test_hostname_from_str
57352025-01-17T08:43:35.661Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_into_str
57362025-01-17T08:43:35.692Z PASS [ 0.050s] omicron-common api::external::test::test_ipv6_net_operations
57372025-01-17T08:43:35.709Z PASS [ 0.047s] omicron-common api::external::test::test_mac_system_iterator
57382025-01-17T08:43:35.729Z PASS [ 0.036s] omicron-common api::external::test::test_mac_to_int_conversions
57392025-01-17T08:43:35.751Z PASS [ 0.041s] omicron-common api::external::test::test_macaddr
57402025-01-17T08:43:35.773Z PASS [ 0.043s] omicron-common api::external::test::test_name_parse
57412025-01-17T08:43:35.786Z PASS [ 0.034s] omicron-common api::external::test::test_name_parse_from_param
57422025-01-17T08:43:35.809Z PASS [ 0.036s] omicron-common api::external::test::test_resource_name_parse
57432025-01-17T08:43:35.836Z PASS [ 0.049s] omicron-common api::external::test::test_role_name_parse
57442025-01-17T08:43:35.868Z PASS [ 0.058s] omicron-common api::external::test::test_route_destination_parse
57452025-01-17T08:43:35.909Z PASS [ 0.041s] omicron-common api::external::test::test_semver_serialize
57462025-01-17T08:43:35.917Z PASS [ 0.080s] omicron-common api::external::test::test_route_target_parse
57472025-01-17T08:43:35.938Z PASS [ 0.028s] omicron-common api::external::test::test_semver_validation
57482025-01-17T08:43:35.945Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57492025-01-17T08:43:35.968Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57502025-01-17T08:43:35.977Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57512025-01-17T08:43:35.995Z PASS [ 0.027s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57522025-01-17T08:43:36.004Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57532025-01-17T08:43:36.064Z PASS [ 0.060s] omicron-common ledger::test::test_create_default_ledger
57542025-01-17T08:43:36.079Z PASS [ 0.083s] omicron-common ledger::test::test_commit_handles_write_failures
57552025-01-17T08:43:36.098Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57562025-01-17T08:43:36.113Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57572025-01-17T08:43:36.131Z PASS [ 0.032s] omicron-common update::tests::serde_artifact_kind
57582025-01-17T08:43:36.139Z PASS [ 6.748s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57592025-01-17T08:43:36.147Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57602025-01-17T08:43:36.163Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_external_zpool_name
57612025-01-17T08:43:36.172Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57622025-01-17T08:43:36.201Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_zpool_name_json
57632025-01-17T08:43:36.205Z PASS [ 0.038s] omicron-common zpool_name::test::test_zpool_name_regex
57642025-01-17T08:43:37.306Z PASS [ 55.170s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57652025-01-17T08:43:37.314Z PASS [ 1.112s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57662025-01-17T08:43:37.316Z PASS [ 1.141s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57672025-01-17T08:43:37.392Z PASS [ 0.077s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57682025-01-17T08:43:37.399Z PASS [ 0.092s] omicron-gateway management_switch::location_map::tests::test_config_validation
57692025-01-17T08:43:37.494Z PASS [ 0.101s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57702025-01-17T08:43:37.861Z PASS [ 0.366s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57712025-01-17T08:43:37.906Z PASS [ 0.592s] omicron-gateway::test_all integration_tests::component_list::component_list
57722025-01-17T08:43:38.009Z PASS [ 0.609s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57732025-01-17T08:43:38.104Z PASS [ 0.243s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57742025-01-17T08:43:39.438Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
57752025-01-17T08:43:42.410Z PASS [ 13.135s] nexus-types deployment::tri_map::tests::proptest_ops
57762025-01-17T08:43:46.527Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57772025-01-17T08:43:52.900Z PASS [ 73.473s] nexus-db-queries policy_test::test_iam_roles_behavior
57782025-01-17T08:43:53.053Z PASS [ 16.850s] omicron-dev::test-omicron-dev test_run_all
57792025-01-17T08:43:53.732Z PASS [ 27.697s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
57802025-01-17T08:43:58.232Z PASS [ 20.325s] omicron-ls-apis::test_dependencies test_api_dependencies
57812025-01-17T08:43:58.327Z PASS [ 20.221s] omicron-nexus app::background::driver::test::test_driver_basic
57822025-01-17T08:44:00.023Z PASS [ 22.003s] omicron-nexus app::background::driver::test::test_activation_in_progress
57832025-01-17T08:44:00.471Z PASS [ 73.956s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57842025-01-17T08:44:01.122Z PASS [ 18.711s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57852025-01-17T08:44:04.551Z PASS [ 4.536s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57862025-01-17T08:44:04.610Z PASS [ 0.059s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57872025-01-17T08:44:05.983Z PASS [ 5.511s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57882025-01-17T08:44:06.706Z PASS [ 5.583s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57892025-01-17T08:44:15.374Z PASS [ 17.046s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57902025-01-17T08:44:16.329Z PASS [ 22.595s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57912025-01-17T08:44:16.607Z PASS [ 23.553s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57922025-01-17T08:44:16.863Z PASS [ 23.961s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57932025-01-17T08:44:18.308Z PASS [ 20.074s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57942025-01-17T08:44:20.150Z PASS [ 15.539s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57952025-01-17T08:44:21.453Z PASS [ 15.469s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57962025-01-17T08:44:22.091Z PASS [ 15.384s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57972025-01-17T08:44:33.158Z PASS [ 17.784s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57982025-01-17T08:44:33.951Z PASS [ 17.342s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57992025-01-17T08:44:34.263Z PASS [ 17.933s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
58002025-01-17T08:44:42.919Z PASS [ 24.610s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
58012025-01-17T08:44:44.025Z PASS [ 22.570s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
58022025-01-17T08:44:48.571Z PASS [ 14.620s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
58032025-01-17T08:44:48.751Z PASS [ 14.487s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
58042025-01-17T08:44:49.813Z PASS [ 16.653s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
58052025-01-17T08:44:51.324Z PASS [ 29.232s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
58062025-01-17T08:44:57.580Z PASS [ 14.661s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
58072025-01-17T08:44:59.117Z PASS [ 15.092s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
58082025-01-17T08:44:59.159Z PASS [ 42.294s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
58092025-01-17T08:45:03.938Z PASS [ 15.365s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
58102025-01-17T08:45:04.974Z PASS [ 16.222s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
58112025-01-17T08:45:05.724Z PASS [ 15.910s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
58122025-01-17T08:45:07.192Z PASS [ 15.867s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
58132025-01-17T08:45:08.614Z PASS [ 2.890s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
58142025-01-17T08:45:11.455Z PASS [ 2.841s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
58152025-01-17T08:45:13.864Z PASS [ 16.282s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
58162025-01-17T08:45:19.280Z PASS [ 20.162s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58172025-01-17T08:45:20.163Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58182025-01-17T08:45:20.290Z PASS [ 21.130s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58192025-01-17T08:45:20.605Z PASS [ 16.667s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
58202025-01-17T08:45:21.573Z PASS [ 16.598s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58212025-01-17T08:45:26.164Z PASS [ 18.970s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58222025-01-17T08:45:30.513Z PASS [ 19.057s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
58232025-01-17T08:45:32.932Z PASS [ 19.067s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
58242025-01-17T08:45:35.954Z PASS [ 75.801s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58252025-01-17T08:45:36.023Z PASS [ 0.068s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
58262025-01-17T08:45:37.255Z PASS [ 17.974s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
58272025-01-17T08:45:37.381Z PASS [ 0.125s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
58282025-01-17T08:45:37.388Z PASS [ 1.364s] omicron-nexus app::external_endpoints::test::test_authority
58292025-01-17T08:45:37.492Z PASS [ 0.103s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
58302025-01-17T08:45:37.585Z PASS [ 0.093s] omicron-nexus app::external_endpoints::test::test_no_endpoint
58312025-01-17T08:45:37.646Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
58322025-01-17T08:45:37.696Z PASS [ 17.405s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
58332025-01-17T08:45:37.718Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
58342025-01-17T08:45:37.753Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
58352025-01-17T08:45:37.782Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
58362025-01-17T08:45:37.831Z PASS [ 0.078s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
58372025-01-17T08:45:37.843Z PASS [ 0.061s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
58382025-01-17T08:45:38.476Z PASS [ 17.869s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
58392025-01-17T08:45:38.567Z PASS [ 16.992s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
58402025-01-17T08:45:42.932Z PASS [ 16.767s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
58412025-01-17T08:45:43.404Z PASS [ 6.022s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58422025-01-17T08:45:47.487Z PASS [ 16.973s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
58432025-01-17T08:45:50.049Z PASS [ 17.116s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
58442025-01-17T08:46:00.991Z PASS [ 22.514s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58452025-01-17T08:46:01.311Z PASS [ 22.743s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58462025-01-17T08:46:01.713Z PASS [ 23.880s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58472025-01-17T08:46:01.832Z PASS [ 23.988s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58482025-01-17T08:46:05.038Z PASS [ 21.633s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58492025-01-17T08:46:05.885Z PASS [ 22.951s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58502025-01-17T08:46:26.015Z PASS [ 24.702s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58512025-01-17T08:46:27.426Z PASS [ 25.593s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58522025-01-17T08:46:27.734Z PASS [ 26.020s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58532025-01-17T08:46:28.959Z PASS [ 27.967s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58542025-01-17T08:46:35.290Z PASS [ 30.251s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58552025-01-17T08:46:36.494Z PASS [ 30.608s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58562025-01-17T08:46:47.503Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58572025-01-17T08:46:50.064Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58582025-01-17T08:46:51.360Z PASS [ 25.344s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58592025-01-17T08:46:51.364Z PASS [ 23.932s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58602025-01-17T08:46:58.032Z PASS [ 30.297s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58612025-01-17T08:47:00.059Z PASS [ 31.098s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58622025-01-17T08:47:03.227Z PASS [ 27.936s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58632025-01-17T08:47:04.689Z PASS [ 28.193s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58642025-01-17T08:47:16.991Z PASS [ 25.630s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58652025-01-17T08:47:23.442Z PASS [ 23.382s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58662025-01-17T08:47:25.069Z PASS [ 21.841s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58672025-01-17T08:47:25.857Z PASS [ 21.167s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58682025-01-17T08:47:26.223Z PASS [ 28.189s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58692025-01-17T08:47:45.605Z PASS [ 22.161s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58702025-01-17T08:47:46.606Z PASS [ 21.535s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58712025-01-17T08:47:47.506Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58722025-01-17T08:47:50.067Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58732025-01-17T08:47:50.400Z PASS [ 24.542s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58742025-01-17T08:47:51.376Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58752025-01-17T08:47:54.625Z PASS [ 63.262s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58762025-01-17T08:48:10.439Z PASS [ 24.833s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58772025-01-17T08:48:11.806Z PASS [ 25.199s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58782025-01-17T08:48:17.006Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58792025-01-17T08:48:19.161Z PASS [ 24.535s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58802025-01-17T08:48:26.237Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58812025-01-17T08:48:36.988Z PASS [ 26.548s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58822025-01-17T08:48:44.719Z PASS [ 25.556s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58832025-01-17T08:48:47.509Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58842025-01-17T08:48:49.093Z PASS [ 92.098s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58852025-01-17T08:48:50.070Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58862025-01-17T08:48:50.414Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58872025-01-17T08:49:02.785Z PASS [ 25.796s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58882025-01-17T08:49:11.820Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58892025-01-17T08:49:14.213Z PASS [ 25.119s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58902025-01-17T08:49:21.764Z PASS [ 115.537s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58912025-01-17T08:49:28.672Z PASS [ 25.885s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58922025-01-17T08:49:31.452Z PASS [ 101.047s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58932025-01-17T08:49:44.734Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58942025-01-17T08:49:45.522Z PASS [ 23.756s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58952025-01-17T08:49:47.487Z PASS [ 62.765s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58962025-01-17T08:49:47.512Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58972025-01-17T08:49:50.073Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58982025-01-17T08:49:52.906Z PASS [ 24.233s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58992025-01-17T08:50:09.726Z PASS [ 24.203s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
59002025-01-17T08:50:11.823Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59012025-01-17T08:50:11.985Z PASS [ 24.497s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
59022025-01-17T08:50:14.228Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59032025-01-17T08:50:31.465Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59042025-01-17T08:50:33.237Z PASS [ 61.783s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59052025-01-17T08:50:34.715Z PASS [ 24.988s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
59062025-01-17T08:50:40.670Z PASS [ 148.858s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59072025-01-17T08:50:47.515Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59082025-01-17T08:50:50.077Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59092025-01-17T08:50:52.921Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59102025-01-17T08:50:57.653Z PASS [ 24.415s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
59112025-01-17T08:50:59.664Z PASS [ 24.947s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
59122025-01-17T08:51:07.898Z PASS [ 113.681s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59132025-01-17T08:51:11.999Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59142025-01-17T08:51:15.151Z PASS [ 34.479s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
59152025-01-17T08:51:21.365Z PASS [ 23.711s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
59162025-01-17T08:51:24.348Z PASS [ 16.449s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
59172025-01-17T08:51:27.489Z PASS [ 27.824s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59182025-01-17T08:51:31.307Z PASS [ 16.155s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
59192025-01-17T08:51:34.566Z PASS [ 101.657s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59202025-01-17T08:51:43.042Z PASS [ 15.551s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
59212025-01-17T08:51:45.949Z PASS [ 21.600s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
59222025-01-17T08:51:47.303Z PASS [ 25.936s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59232025-01-17T08:51:47.519Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59242025-01-17T08:51:49.788Z PASS [ 15.221s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
59252025-01-17T08:51:50.081Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59262025-01-17T08:51:53.575Z PASS [ 22.267s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
59272025-01-17T08:51:54.431Z PASS [ 102.442s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59282025-01-17T08:52:12.808Z PASS [ 25.504s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
59292025-01-17T08:52:12.924Z PASS [ 29.881s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59302025-01-17T08:52:14.628Z PASS [ 24.839s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
59312025-01-17T08:52:14.929Z PASS [ 28.978s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59322025-01-17T08:52:18.226Z PASS [ 23.794s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59332025-01-17T08:52:18.288Z PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
59342025-01-17T08:52:19.147Z PASS [ 25.571s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
59352025-01-17T08:52:29.130Z PASS [ 16.205s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59362025-01-17T08:52:37.989Z PASS [ 25.180s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59372025-01-17T08:52:42.223Z PASS [ 23.933s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59382025-01-17T08:52:47.523Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59392025-01-17T08:52:50.082Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59402025-01-17T08:52:50.976Z PASS [ 31.827s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59412025-01-17T08:52:53.900Z PASS [ 15.910s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59422025-01-17T08:52:58.512Z PASS [ 29.380s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59432025-01-17T08:52:58.571Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_accept_gz
59442025-01-17T08:52:58.633Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59452025-01-17T08:52:58.695Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59462025-01-17T08:52:58.755Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59472025-01-17T08:52:58.818Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59482025-01-17T08:52:58.877Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59492025-01-17T08:52:58.937Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59502025-01-17T08:52:58.998Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_relative_uri
59512025-01-17T08:52:59.864Z PASS [ 5.963s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59522025-01-17T08:53:05.512Z PASS [ 23.288s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59532025-01-17T08:53:08.143Z PASS [ 17.167s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59542025-01-17T08:53:14.642Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59552025-01-17T08:53:14.942Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59562025-01-17T08:53:19.741Z PASS [ 19.876s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59572025-01-17T08:53:22.472Z PASS [ 16.959s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59582025-01-17T08:53:25.316Z PASS [ 2.843s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59592025-01-17T08:53:25.397Z PASS [ 5.655s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59602025-01-17T08:53:26.149Z PASS [ 0.832s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59612025-01-17T08:53:27.509Z PASS [ 19.364s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59622025-01-17T08:53:30.086Z PASS [ 75.154s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59632025-01-17T08:53:36.229Z PASS [ 37.229s] omicron-nexus populate::test::test_populators
59642025-01-17T08:53:42.350Z PASS [ 16.952s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59652025-01-17T08:53:43.151Z PASS [ 17.001s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59662025-01-17T08:53:44.615Z PASS [ 17.104s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59672025-01-17T08:53:46.365Z PASS [ 16.278s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59682025-01-17T08:53:47.525Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59692025-01-17T08:53:50.086Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59702025-01-17T08:53:53.786Z PASS [ 17.556s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59712025-01-17T08:53:58.257Z PASS [ 15.906s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59722025-01-17T08:53:58.602Z PASS [ 15.450s] omicron-nexus::test_all integration_tests::basic::test_ping
59732025-01-17T08:54:07.063Z PASS [ 22.447s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59742025-01-17T08:54:07.785Z PASS [ 497.718s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59752025-01-17T08:54:09.253Z PASS [ 501.748s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59762025-01-17T08:54:09.354Z PASS [ 15.566s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59772025-01-17T08:54:13.287Z PASS [ 15.029s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59782025-01-17T08:54:13.535Z PASS [ 14.932s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59792025-01-17T08:54:14.645Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59802025-01-17T08:54:15.065Z PASS [ 28.698s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59812025-01-17T08:54:19.038Z PASS [ 5.502s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59822025-01-17T08:54:19.082Z PASS [ 4.016s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59832025-01-17T08:54:19.172Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59842025-01-17T08:54:22.410Z PASS [ 15.346s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59852025-01-17T08:54:22.691Z PASS [ 14.905s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59862025-01-17T08:54:25.116Z PASS [ 15.761s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59872025-01-17T08:54:27.694Z PASS [ 18.439s] omicron-nexus::test_all integration_tests::certificates::test_crud
59882025-01-17T08:54:35.569Z PASS [ 16.396s] omicron-nexus::test_all integration_tests::console_api::test_assets
59892025-01-17T08:54:35.769Z PASS [ 16.686s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59902025-01-17T08:54:36.275Z PASS [ 22.987s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59912025-01-17T08:54:38.534Z PASS [ 16.123s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59922025-01-17T08:54:43.707Z PASS [ 21.015s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59932025-01-17T08:54:44.465Z PASS [ 16.770s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59942025-01-17T08:54:48.049Z PASS [ 22.932s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59952025-01-17T08:54:51.932Z PASS [ 16.362s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59962025-01-17T08:54:52.372Z PASS [ 16.601s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59972025-01-17T08:54:54.314Z PASS [ 15.778s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59982025-01-17T08:54:57.348Z PASS [ 21.071s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59992025-01-17T08:55:14.647Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60002025-01-17T08:55:15.305Z PASS [ 30.838s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
60012025-01-17T08:55:16.532Z PASS [ 32.823s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
60022025-01-17T08:55:22.190Z PASS [ 34.140s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
60032025-01-17T08:55:24.842Z PASS [ 32.908s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
60042025-01-17T08:55:28.733Z PASS [ 36.359s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
60052025-01-17T08:55:30.033Z PASS [ 35.718s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
60062025-01-17T08:55:32.405Z PASS [ 35.055s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
60072025-01-17T08:55:43.202Z PASS [ 27.895s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
60082025-01-17T08:55:51.013Z PASS [ 22.279s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
60092025-01-17T08:55:54.159Z PASS [ 37.625s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
60102025-01-17T08:55:59.155Z PASS [ 36.963s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
60112025-01-17T08:56:03.859Z PASS [ 39.016s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
60122025-01-17T08:56:04.270Z PASS [ 13.256s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
60132025-01-17T08:56:07.577Z PASS [ 13.417s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
60142025-01-17T08:56:14.651Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60152025-01-17T08:56:20.101Z PASS [ 20.944s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
60162025-01-17T08:56:23.005Z PASS [ 18.734s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
60172025-01-17T08:56:24.236Z PASS [ 41.032s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
60182025-01-17T08:56:26.326Z PASS [ 18.748s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
60192025-01-17T08:56:30.047Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60202025-01-17T08:56:31.694Z PASS [ 27.831s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
60212025-01-17T08:56:32.418Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60222025-01-17T08:56:41.885Z PASS [ 21.783s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
60232025-01-17T08:56:45.349Z PASS [ 22.343s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
60242025-01-17T08:56:45.521Z PASS [ 21.283s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
60252025-01-17T08:56:56.349Z PASS [ 30.021s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
60262025-01-17T08:56:59.656Z PASS [ 89.619s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60272025-01-17T08:56:59.797Z PASS [ 87.389s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60282025-01-17T08:57:04.147Z PASS [ 32.453s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
60292025-01-17T08:57:04.397Z PASS [ 19.046s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
60302025-01-17T08:57:04.638Z PASS [ 19.116s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
60312025-01-17T08:57:14.655Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60322025-01-17T08:57:15.223Z PASS [ 18.873s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60332025-01-17T08:57:18.813Z PASS [ 19.156s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60342025-01-17T08:57:21.735Z PASS [ 21.937s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60352025-01-17T08:57:23.056Z PASS [ 18.908s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60362025-01-17T08:57:24.516Z PASS [ 42.628s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60372025-01-17T08:57:29.013Z PASS [ 24.615s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60382025-01-17T08:57:38.355Z PASS [ 23.131s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60392025-01-17T08:57:44.001Z PASS [ 25.187s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60402025-01-17T08:57:44.472Z PASS [ 39.832s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60412025-01-17T08:57:46.984Z PASS [ 25.248s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60422025-01-17T08:57:48.896Z PASS [ 24.379s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60432025-01-17T08:57:51.186Z PASS [ 28.128s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60442025-01-17T08:57:56.289Z PASS [ 27.275s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60452025-01-17T08:58:01.779Z PASS [ 23.423s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60462025-01-17T08:58:06.217Z PASS [ 21.743s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60472025-01-17T08:58:07.499Z PASS [ 20.513s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60482025-01-17T08:58:07.718Z PASS [ 23.716s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60492025-01-17T08:58:12.192Z PASS [ 23.294s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60502025-01-17T08:58:14.657Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60512025-01-17T08:58:14.663Z PASS [ 23.471s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60522025-01-17T08:58:26.039Z PASS [ 29.748s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60532025-01-17T08:58:27.846Z PASS [ 20.126s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60542025-01-17T08:58:34.697Z PASS [ 32.916s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60552025-01-17T08:58:36.254Z PASS [ 21.595s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60562025-01-17T08:58:40.708Z PASS [ 28.515s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60572025-01-17T08:58:47.315Z PASS [ 19.468s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60582025-01-17T08:58:49.584Z PASS [ 43.365s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60592025-01-17T08:58:50.058Z PASS [ 42.557s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60602025-01-17T08:58:53.078Z PASS [ 18.380s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60612025-01-17T08:58:53.521Z PASS [ 3.461s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60622025-01-17T08:58:53.697Z PASS [ 0.618s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60632025-01-17T08:58:53.993Z PASS [ 0.473s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60642025-01-17T08:58:54.069Z PASS [ 28.028s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60652025-01-17T08:58:54.118Z PASS [ 0.420s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60662025-01-17T08:58:55.028Z PASS [ 18.773s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60672025-01-17T08:59:01.959Z PASS [ 21.250s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60682025-01-17T08:59:07.124Z PASS [ 19.807s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60692025-01-17T08:59:08.186Z PASS [ 18.600s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60702025-01-17T08:59:14.660Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60712025-01-17T08:59:17.442Z PASS [ 23.447s] omicron-nexus::test_all integration_tests::images::test_image_create
60722025-01-17T08:59:19.163Z PASS [ 25.093s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60732025-01-17T08:59:19.477Z PASS [ 24.447s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60742025-01-17T08:59:19.596Z PASS [ 25.476s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60752025-01-17T08:59:24.910Z PASS [ 22.949s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60762025-01-17T08:59:25.003Z PASS [ 5.406s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60772025-01-17T08:59:25.867Z PASS [ 6.389s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60782025-01-17T08:59:27.274Z PASS [ 20.150s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60792025-01-17T08:59:29.367Z PASS [ 21.179s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60802025-01-17T08:59:31.587Z PASS [ 6.677s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60812025-01-17T08:59:32.229Z PASS [ 13.065s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60822025-01-17T08:59:34.902Z PASS [ 17.459s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60832025-01-17T08:59:36.307Z PASS [ 441.659s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60842025-01-17T08:59:52.103Z PASS [ 22.736s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60852025-01-17T08:59:53.001Z PASS [ 25.725s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60862025-01-17T08:59:56.236Z PASS [ 24.647s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60872025-01-17T08:59:56.312Z PASS [ 24.081s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60882025-01-17T08:59:56.433Z PASS [ 31.428s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60892025-01-17T08:59:57.729Z PASS [ 31.861s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60902025-01-17T09:00:00.273Z PASS [ 23.969s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60912025-01-17T09:00:09.243Z PASS [ 17.138s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60922025-01-17T09:00:10.929Z PASS [ 17.927s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60932025-01-17T09:00:13.898Z PASS [ 38.993s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60942025-01-17T09:00:14.795Z PASS [ 18.361s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60952025-01-17T09:00:23.987Z PASS [ 27.750s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60962025-01-17T09:00:30.316Z PASS [ 34.003s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60972025-01-17T09:00:30.881Z PASS [ 16.982s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60982025-01-17T09:00:33.582Z PASS [ 22.651s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60992025-01-17T09:00:34.654Z PASS [ 36.922s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
61002025-01-17T09:00:42.784Z PASS [ 27.987s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
61012025-01-17T09:00:43.373Z PASS [ 34.128s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
61022025-01-17T09:00:53.756Z PASS [ 29.767s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
61032025-01-17T09:01:00.286Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61042025-01-17T09:01:00.526Z PASS [ 30.208s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
61052025-01-17T09:01:00.834Z PASS [ 27.249s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
61062025-01-17T09:01:01.211Z PASS [ 30.328s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
61072025-01-17T09:01:03.361Z PASS [ 28.706s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
61082025-01-17T09:01:13.598Z PASS [ 73.321s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61092025-01-17T09:01:16.388Z PASS [ 33.603s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
61102025-01-17T09:01:18.661Z PASS [ 24.903s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
61112025-01-17T09:01:23.925Z PASS [ 23.397s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
61122025-01-17T09:01:27.184Z PASS [ 26.351s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
61132025-01-17T09:01:28.236Z PASS [ 27.024s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
61142025-01-17T09:01:29.287Z PASS [ 25.924s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
61152025-01-17T09:01:29.509Z PASS [ 46.135s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
61162025-01-17T09:01:41.999Z PASS [ 28.399s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
61172025-01-17T09:01:42.202Z PASS [ 25.813s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
61182025-01-17T09:01:45.161Z PASS [ 26.500s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
61192025-01-17T09:01:58.356Z PASS [ 31.170s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
61202025-01-17T09:01:59.335Z PASS [ 30.046s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
61212025-01-17T09:02:00.248Z PASS [ 30.737s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
61222025-01-17T09:02:00.676Z PASS [ 32.439s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
61232025-01-17T09:02:06.712Z PASS [ 42.785s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
61242025-01-17T09:02:14.887Z PASS [ 16.530s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
61252025-01-17T09:02:16.759Z PASS [ 16.510s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
61262025-01-17T09:02:18.867Z PASS [ 33.704s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
61272025-01-17T09:02:19.918Z PASS [ 37.918s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
61282025-01-17T09:02:20.564Z PASS [ 38.361s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
61292025-01-17T09:02:21.958Z PASS [ 21.281s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
61302025-01-17T09:02:27.821Z PASS [ 21.108s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
61312025-01-17T09:02:28.065Z PASS [ 28.729s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61322025-01-17T09:02:32.230Z PASS [ 17.343s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
61332025-01-17T09:02:42.583Z PASS [ 25.822s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61342025-01-17T09:02:42.699Z PASS [ 14.877s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61352025-01-17T09:02:43.237Z PASS [ 22.671s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61362025-01-17T09:02:43.280Z PASS [ 24.412s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61372025-01-17T09:02:45.126Z PASS [ 17.060s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61382025-01-17T09:02:47.958Z PASS [ 15.726s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61392025-01-17T09:02:50.107Z PASS [ 28.148s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61402025-01-17T09:02:55.152Z PASS [ 35.232s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61412025-01-17T09:02:58.694Z PASS [ 15.456s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61422025-01-17T09:03:00.592Z PASS [ 18.008s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61432025-01-17T09:03:09.614Z PASS [ 26.912s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61442025-01-17T09:03:13.491Z PASS [ 28.363s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61452025-01-17T09:03:13.850Z PASS [ 30.568s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61462025-01-17T09:03:14.785Z PASS [ 26.826s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61472025-01-17T09:03:15.054Z PASS [ 16.359s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61482025-01-17T09:03:17.883Z PASS [ 27.774s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61492025-01-17T09:03:20.709Z PASS [ 20.116s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61502025-01-17T09:03:22.147Z PASS [ 26.994s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61512025-01-17T09:03:28.266Z PASS [ 18.651s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61522025-01-17T09:03:31.058Z PASS [ 17.566s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61532025-01-17T09:03:31.114Z PASS [ 17.263s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61542025-01-17T09:03:32.198Z PASS [ 17.412s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61552025-01-17T09:03:32.505Z PASS [ 17.450s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61562025-01-17T09:03:36.347Z PASS [ 18.462s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61572025-01-17T09:03:40.346Z PASS [ 19.636s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61582025-01-17T09:03:43.937Z PASS [ 21.788s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61592025-01-17T09:03:46.770Z PASS [ 18.503s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61602025-01-17T09:03:48.724Z PASS [ 16.524s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61612025-01-17T09:03:50.905Z PASS [ 19.790s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61622025-01-17T09:03:53.133Z PASS [ 22.074s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61632025-01-17T09:03:59.542Z PASS [ 27.036s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61642025-01-17T09:04:06.283Z PASS [ 22.345s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61652025-01-17T09:04:07.282Z PASS [ 16.375s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61662025-01-17T09:04:07.493Z PASS [ 18.768s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61672025-01-17T09:04:13.715Z PASS [ 20.580s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61682025-01-17T09:04:16.402Z PASS [ 40.053s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61692025-01-17T09:04:23.831Z PASS [ 37.046s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61702025-01-17T09:04:27.370Z PASS [ 47.021s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61712025-01-17T09:04:28.884Z PASS [ 21.601s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61722025-01-17T09:04:28.891Z PASS [ 29.347s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61732025-01-17T09:04:28.932Z PASS [ 21.438s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61742025-01-17T09:04:35.941Z PASS [ 22.225s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61752025-01-17T09:04:46.809Z PASS [ 40.524s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61762025-01-17T09:04:48.931Z PASS [ 21.560s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61772025-01-17T09:04:55.224Z PASS [ 38.820s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61782025-01-17T09:04:57.563Z PASS [ 28.670s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61792025-01-17T09:04:57.958Z PASS [ 29.024s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61802025-01-17T09:05:02.874Z PASS [ 39.055s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61812025-01-17T09:05:05.044Z PASS [ 29.101s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61822025-01-17T09:05:08.130Z PASS [ 21.320s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61832025-01-17T09:05:08.385Z PASS [ 39.500s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61842025-01-17T09:05:17.594Z PASS [ 19.635s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61852025-01-17T09:05:20.682Z PASS [ 17.806s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61862025-01-17T09:05:26.313Z PASS [ 17.922s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61872025-01-17T09:05:27.284Z PASS [ 22.239s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61882025-01-17T09:05:27.293Z PASS [ 38.361s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61892025-01-17T09:05:29.605Z PASS [ 21.474s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61902025-01-17T09:05:37.984Z PASS [ 42.757s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61912025-01-17T09:05:40.043Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61922025-01-17T09:05:45.580Z PASS [ 18.294s] omicron-nexus::test_all integration_tests::projects::test_projects
61932025-01-17T09:05:46.377Z PASS [ 20.067s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61942025-01-17T09:05:46.520Z PASS [ 25.837s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61952025-01-17T09:05:46.641Z PASS [ 19.347s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61962025-01-17T09:05:51.801Z PASS [ 54.236s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61972025-01-17T09:05:53.997Z PASS [ 16.013s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61982025-01-17T09:05:55.821Z PASS [ 15.776s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61992025-01-17T09:06:03.175Z PASS [ 16.653s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
62002025-01-17T09:06:03.954Z PASS [ 18.373s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
62012025-01-17T09:06:04.094Z PASS [ 17.716s] omicron-nexus::test_all integration_tests::rack::test_sled_add
62022025-01-17T09:06:04.520Z PASS [ 17.877s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
62032025-01-17T09:06:04.917Z PASS [ 0.397s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
62042025-01-17T09:06:07.358Z PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
62052025-01-17T09:06:07.393Z PASS [ 13.395s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
62062025-01-17T09:06:07.564Z PASS [ 3.469s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
62072025-01-17T09:06:08.352Z PASS [ 3.434s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
62082025-01-17T09:06:09.133Z PASS [ 13.311s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
62092025-01-17T09:06:09.157Z PASS [ 17.354s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
62102025-01-17T09:06:10.767Z PASS [ 3.407s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
62112025-01-17T09:06:10.932Z PASS [ 0.166s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
62122025-01-17T09:06:11.048Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
62132025-01-17T09:06:11.156Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
62142025-01-17T09:06:11.333Z PASS [ 0.176s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
62152025-01-17T09:06:11.490Z PASS [ 0.157s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
62162025-01-17T09:06:12.548Z PASS [ 42.942s] omicron-nexus::test_all integration_tests::quotas::test_quotas
62172025-01-17T09:06:21.190Z PASS [ 18.015s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
62182025-01-17T09:06:27.281Z PASS [ 19.716s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
62192025-01-17T09:06:27.482Z PASS [ 18.348s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
62202025-01-17T09:06:28.235Z PASS [ 20.841s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
62212025-01-17T09:06:28.739Z PASS [ 17.248s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
62222025-01-17T09:06:28.848Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
62232025-01-17T09:06:28.981Z PASS [ 19.823s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
62242025-01-17T09:06:29.546Z PASS [ 16.996s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
62252025-01-17T09:06:29.678Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
62262025-01-17T09:06:29.786Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
62272025-01-17T09:06:34.764Z PASS [ 26.411s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
62282025-01-17T09:06:39.002Z PASS [ 17.810s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
62292025-01-17T09:06:44.566Z PASS [ 17.082s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
62302025-01-17T09:06:44.581Z PASS [ 17.299s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
62312025-01-17T09:06:45.377Z PASS [ 17.141s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62322025-01-17T09:06:46.362Z PASS [ 17.379s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62332025-01-17T09:06:46.642Z PASS [ 17.793s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62342025-01-17T09:06:47.237Z PASS [ 17.449s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62352025-01-17T09:06:48.662Z PASS [ 13.897s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62362025-01-17T09:06:49.409Z PASS [ 2.767s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62372025-01-17T09:06:50.073Z PASS [ 11.069s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62382025-01-17T09:06:51.559Z PASS [ 2.150s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62392025-01-17T09:06:52.700Z PASS [ 8.134s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62402025-01-17T09:06:53.318Z PASS [ 1.758s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62412025-01-17T09:06:54.543Z PASS [ 1.843s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62422025-01-17T09:06:55.232Z PASS [ 1.913s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62432025-01-17T09:06:56.445Z PASS [ 1.902s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62442025-01-17T09:06:57.670Z PASS [ 1.224s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62452025-01-17T09:07:24.009Z PASS [ 26.338s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62462025-01-17T09:07:34.031Z PASS [ 38.797s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62472025-01-17T09:07:55.517Z PASS [ 21.485s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62482025-01-17T09:07:59.153Z PASS [ 35.142s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62492025-01-17T09:08:09.738Z PASS [ 10.584s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62502025-01-17T09:08:09.804Z PASS [ 10.651s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62512025-01-17T09:08:10.036Z PASS [ 10.883s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62522025-01-17T09:08:10.468Z PASS [ 11.314s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62532025-01-17T09:08:20.856Z PASS [ 11.117s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62542025-01-17T09:08:21.108Z PASS [ 11.302s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62552025-01-17T09:08:21.127Z PASS [ 11.090s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62562025-01-17T09:08:21.400Z PASS [ 10.931s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62572025-01-17T09:08:31.970Z PASS [ 10.862s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62582025-01-17T09:08:31.973Z PASS [ 10.843s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62592025-01-17T09:08:32.173Z PASS [ 10.772s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62602025-01-17T09:08:32.791Z PASS [ 11.934s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62612025-01-17T09:08:33.371Z PASS [ 37.853s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62622025-01-17T09:08:49.589Z PASS [ 17.617s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62632025-01-17T09:08:50.489Z PASS [ 18.517s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62642025-01-17T09:08:50.521Z PASS [ 17.729s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62652025-01-17T09:08:50.766Z PASS [ 17.394s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62662025-01-17T09:08:51.383Z PASS [ 18.010s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62672025-01-17T09:08:51.604Z PASS [ 18.232s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62682025-01-17T09:08:53.649Z PASS [ 20.276s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62692025-01-17T09:08:57.314Z PASS [ 25.140s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62702025-01-17T09:09:07.963Z PASS [ 17.474s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62712025-01-17T09:09:08.076Z PASS [ 18.486s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62722025-01-17T09:09:09.861Z PASS [ 18.476s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62732025-01-17T09:09:11.154Z PASS [ 20.632s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62742025-01-17T09:09:13.220Z PASS [ 19.570s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62752025-01-17T09:09:15.122Z PASS [ 23.516s] omicron-nexus::test_all integration_tests::silos::test_silos
62762025-01-17T09:09:15.383Z PASS [ 24.615s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62772025-01-17T09:09:25.083Z PASS [ 27.767s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62782025-01-17T09:09:26.779Z PASS [ 18.814s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62792025-01-17T09:09:28.477Z PASS [ 18.616s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62802025-01-17T09:09:30.693Z PASS [ 15.309s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62812025-01-17T09:09:30.700Z PASS [ 22.623s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62822025-01-17T09:09:40.948Z PASS [ 29.792s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62832025-01-17T09:09:42.115Z PASS [ 26.992s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62842025-01-17T09:09:43.433Z PASS [ 18.349s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62852025-01-17T09:09:44.687Z PASS [ 31.465s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62862025-01-17T09:09:45.405Z PASS [ 18.625s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62872025-01-17T09:09:45.894Z PASS [ 17.416s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62882025-01-17T09:09:47.283Z PASS [ 1.389s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62892025-01-17T09:09:49.090Z PASS [ 4.402s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62902025-01-17T09:09:50.080Z PASS [ 4.674s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62912025-01-17T09:09:51.817Z PASS [ 4.533s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62922025-01-17T09:09:52.063Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62932025-01-17T09:09:53.460Z PASS [ 4.369s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62942025-01-17T09:09:58.711Z PASS [ 28.017s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62952025-01-17T09:10:05.154Z PASS [ 24.205s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62962025-01-17T09:10:05.297Z PASS [ 21.862s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62972025-01-17T09:10:06.305Z PASS [ 24.189s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62982025-01-17T09:10:06.429Z PASS [ 16.348s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62992025-01-17T09:10:07.217Z PASS [ 2.062s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
63002025-01-17T09:10:08.866Z PASS [ 15.406s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
63012025-01-17T09:10:14.914Z PASS [ 22.850s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
63022025-01-17T09:10:21.432Z PASS [ 15.002s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
63032025-01-17T09:10:22.275Z PASS [ 16.978s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
63042025-01-17T09:10:23.114Z PASS [ 31.296s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
63052025-01-17T09:10:23.607Z PASS [ 16.389s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
63062025-01-17T09:10:25.117Z PASS [ 18.811s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
63072025-01-17T09:10:39.177Z PASS [ 30.309s] omicron-nexus::test_all integration_tests::utilization::test_utilization
63082025-01-17T09:10:39.367Z PASS [ 24.452s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
63092025-01-17T09:10:43.077Z PASS [ 20.800s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
63102025-01-17T09:10:47.574Z PASS [ 26.141s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
63112025-01-17T09:10:48.187Z PASS [ 25.071s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
63122025-01-17T09:10:49.961Z PASS [ 26.353s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
63132025-01-17T09:10:52.108Z PASS [ 26.989s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
63142025-01-17T09:10:58.725Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63152025-01-17T09:11:05.427Z PASS [ 26.248s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
63162025-01-17T09:11:06.719Z PASS [ 27.350s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
63172025-01-17T09:11:09.499Z PASS [ 26.421s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
63182025-01-17T09:11:11.791Z PASS [ 23.603s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
63192025-01-17T09:11:11.997Z PASS [ 24.422s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
63202025-01-17T09:11:25.266Z PASS [ 19.758s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
63212025-01-17T09:11:27.782Z PASS [ 18.282s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
63222025-01-17T09:11:30.926Z PASS [ 24.206s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
63232025-01-17T09:11:31.465Z PASS [ 92.751s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63242025-01-17T09:11:34.805Z PASS [ 23.013s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
63252025-01-17T09:11:36.156Z PASS [ 24.157s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
63262025-01-17T09:11:40.226Z PASS [ 48.116s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
63272025-01-17T09:11:44.041Z PASS [ 54.078s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63282025-01-17T09:11:52.312Z PASS [ 27.125s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
63292025-01-17T09:11:56.891Z PASS [ 20.734s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
63302025-01-17T09:12:00.240Z PASS [ 32.456s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
63312025-01-17T09:12:00.570Z PASS [ 20.343s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63322025-01-17T09:12:04.062Z PASS [ 33.134s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
63332025-01-17T09:12:05.030Z PASS [ 33.563s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63342025-01-17T09:12:09.325Z PASS [ 34.518s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63352025-01-17T09:12:10.950Z PASS [ 26.907s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63362025-01-17T09:12:23.125Z PASS [ 22.884s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63372025-01-17T09:12:23.776Z PASS [ 23.204s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63382025-01-17T09:12:26.036Z PASS [ 21.973s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63392025-01-17T09:12:26.698Z PASS [ 21.666s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63402025-01-17T09:12:31.071Z PASS [ 21.745s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63412025-01-17T09:12:36.579Z PASS [ 44.265s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63422025-01-17T09:12:37.853Z PASS [ 26.901s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63432025-01-17T09:12:39.065Z PASS [ 15.287s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63442025-01-17T09:12:39.638Z PASS [ 42.744s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63452025-01-17T09:12:40.515Z PASS [ 14.477s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63462025-01-17T09:12:41.763Z PASS [ 15.064s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63472025-01-17T09:12:47.494Z PASS [ 16.422s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63482025-01-17T09:12:48.351Z PASS [ 25.225s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63492025-01-17T09:12:53.644Z PASS [ 17.064s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63502025-01-17T09:12:55.183Z PASS [ 17.328s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63512025-01-17T09:12:55.810Z PASS [ 16.744s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63522025-01-17T09:12:56.593Z PASS [ 16.954s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63532025-01-17T09:12:57.545Z PASS [ 17.030s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63542025-01-17T09:13:01.243Z PASS [ 19.478s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63552025-01-17T09:13:04.571Z PASS [ 17.076s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63562025-01-17T09:13:04.887Z PASS [ 16.535s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63572025-01-17T09:13:10.898Z PASS [ 17.252s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63582025-01-17T09:13:11.920Z PASS [ 16.736s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63592025-01-17T09:13:12.943Z PASS [ 17.131s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63602025-01-17T09:13:13.818Z PASS [ 17.223s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63612025-01-17T09:13:14.539Z PASS [ 16.992s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63622025-01-17T09:13:18.290Z PASS [ 17.046s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63632025-01-17T09:13:21.687Z PASS [ 16.799s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63642025-01-17T09:13:22.022Z PASS [ 17.449s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63652025-01-17T09:13:27.773Z PASS [ 16.875s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63662025-01-17T09:13:28.486Z PASS [ 16.565s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63672025-01-17T09:13:32.223Z PASS [ 17.683s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63682025-01-17T09:13:36.146Z PASS [ 17.855s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63692025-01-17T09:13:38.002Z PASS [ 16.313s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63702025-01-17T09:13:38.857Z PASS [ 16.834s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63712025-01-17T09:13:41.402Z PASS [ 28.459s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63722025-01-17T09:13:43.035Z PASS [ 29.215s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63732025-01-17T09:13:44.162Z PASS [ 16.387s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63742025-01-17T09:13:52.858Z PASS [ 20.634s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63752025-01-17T09:13:53.918Z PASS [ 17.771s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63762025-01-17T09:13:54.844Z PASS [ 26.357s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63772025-01-17T09:13:57.639Z PASS [ 19.636s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63782025-01-17T09:14:02.892Z PASS [ 21.488s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63792025-01-17T09:14:02.892Z PASS [ 24.033s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63802025-01-17T09:14:02.957Z PASS [ 0.065s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63812025-01-17T09:14:02.994Z PASS [ 0.037s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63822025-01-17T09:14:03.079Z PASS [ 0.084s] omicron-package config::tests::multi_preset_arg
63832025-01-17T09:14:03.162Z PASS [ 0.083s] omicron-package dot::test::test_bad_dependency
63842025-01-17T09:14:03.211Z PASS [ 0.048s] omicron-package dot::test::test_dot_output
63852025-01-17T09:14:09.764Z PASS [ 25.601s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63862025-01-17T09:14:09.799Z PASS [ 0.034s] omicron-passwords test::test_password_constraints
63872025-01-17T09:14:10.478Z PASS [ 7.585s] omicron-omdb::test_all_output test_omdb_usage_errors
63882025-01-17T09:14:10.499Z PASS [ 7.286s] omicron-passwords test::test_compatible
63892025-01-17T09:14:10.548Z PASS [ 0.049s] omicron-passwords test::test_stable
63902025-01-17T09:14:10.576Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
63912025-01-17T09:14:10.604Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
63922025-01-17T09:14:10.658Z PASS [ 0.053s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63932025-01-17T09:14:10.686Z PASS [ 0.027s] omicron-rpaths internal::tests::test_emit_rpath
63942025-01-17T09:14:11.274Z PASS [ 0.588s] omicron-sled-agent artifact_store::test::list_get_put_delete
63952025-01-17T09:14:11.411Z PASS [ 0.136s] omicron-sled-agent artifact_store::test::no_dataset
63962025-01-17T09:14:11.554Z PASS [ 0.143s] omicron-sled-agent artifact_store::test::wrong_hash
63972025-01-17T09:14:11.707Z PASS [ 0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63982025-01-17T09:14:12.083Z PASS [ 19.224s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
63992025-01-17T09:14:12.181Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
64002025-01-17T09:14:12.318Z PASS [ 0.611s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
64012025-01-17T09:14:12.330Z PASS [ 0.149s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
64022025-01-17T09:14:12.351Z PASS [ 2.552s] omicron-passwords test::test_reproducible
64032025-01-17T09:14:12.360Z PASS [ 18.441s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
64042025-01-17T09:14:12.410Z PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
64052025-01-17T09:14:12.426Z PASS [ 0.075s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
64062025-01-17T09:14:12.428Z PASS [ 0.066s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
64072025-01-17T09:14:12.461Z PASS [ 0.034s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
64082025-01-17T09:14:12.469Z PASS [ 0.041s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
64092025-01-17T09:14:12.477Z PASS [ 0.066s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
64102025-01-17T09:14:12.505Z PASS [ 0.044s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
64112025-01-17T09:14:12.511Z PASS [ 0.042s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
64122025-01-17T09:14:12.517Z PASS [ 0.039s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
64132025-01-17T09:14:12.538Z PASS [ 0.033s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
64142025-01-17T09:14:12.569Z PASS [ 0.057s] omicron-sled-agent config::test::test_smf_configs
64152025-01-17T09:14:12.585Z PASS [ 0.066s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
64162025-01-17T09:14:12.592Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
64172025-01-17T09:14:12.624Z PASS [ 0.055s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
64182025-01-17T09:14:12.632Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
64192025-01-17T09:14:12.639Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
64202025-01-17T09:14:12.668Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
64212025-01-17T09:14:12.884Z PASS [ 0.554s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
64222025-01-17T09:14:15.855Z PASS [ 3.222s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64232025-01-17T09:14:15.939Z PASS [ 3.054s] omicron-sled-agent instance::tests::test_instance_manager_creation
64242025-01-17T09:14:15.978Z PASS [ 0.039s] omicron-sled-agent probe_manager::test::probe_state_set_ops
64252025-01-17T09:14:16.014Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
64262025-01-17T09:14:16.056Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_disabled_instance
64272025-01-17T09:14:16.096Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_instance
64282025-01-17T09:14:16.132Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
64292025-01-17T09:14:16.167Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property
64302025-01-17T09:14:16.205Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property_group
64312025-01-17T09:14:16.241Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service
64322025-01-17T09:14:16.277Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_service_property_group
64332025-01-17T09:14:16.309Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64342025-01-17T09:14:16.349Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64352025-01-17T09:14:16.401Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64362025-01-17T09:14:16.447Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64372025-01-17T09:14:16.504Z PASS [ 0.057s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64382025-01-17T09:14:16.550Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64392025-01-17T09:14:17.431Z PASS [ 4.763s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64402025-01-17T09:14:17.913Z PASS [ 23.067s] omicron-omdb::test_all_output test_omdb_env_settings
64412025-01-17T09:14:17.947Z PASS [ 5.307s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64422025-01-17T09:14:18.625Z PASS [ 35.589s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64432025-01-17T09:14:19.043Z PASS [ 2.493s] omicron-sled-agent services::illumos_tests::test_bad_generations
64442025-01-17T09:14:19.915Z PASS [ 2.483s] omicron-sled-agent services::illumos_tests::test_ensure_service
64452025-01-17T09:14:19.960Z PASS [ 0.044s] omicron-sled-agent services::test::test_all_zones_requests_schema
64462025-01-17T09:14:19.998Z PASS [ 0.037s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64472025-01-17T09:14:20.037Z PASS [ 0.038s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64482025-01-17T09:14:20.076Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64492025-01-17T09:14:20.117Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64502025-01-17T09:14:20.160Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64512025-01-17T09:14:20.204Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64522025-01-17T09:14:20.249Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64532025-01-17T09:14:20.289Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64542025-01-17T09:14:20.626Z PASS [ 2.713s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64552025-01-17T09:14:20.670Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64562025-01-17T09:14:20.707Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64572025-01-17T09:14:20.719Z PASS [ 2.770s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64582025-01-17T09:14:20.755Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64592025-01-17T09:14:20.765Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64602025-01-17T09:14:20.796Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64612025-01-17T09:14:20.810Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::nested_dataset
64622025-01-17T09:14:20.838Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
64632025-01-17T09:14:20.846Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
64642025-01-17T09:14:20.874Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64652025-01-17T09:14:20.882Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64662025-01-17T09:14:21.080Z PASS [ 2.454s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64672025-01-17T09:14:21.939Z PASS [ 2.894s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64682025-01-17T09:14:22.117Z PASS [ 11.638s] omicron-passwords test::test_smoke
64692025-01-17T09:14:23.666Z PASS [ 3.377s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64702025-01-17T09:14:24.255Z PASS [ 3.371s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64712025-01-17T09:14:24.283Z PASS [ 0.028s] omicron-sled-agent updates::test::test_query_no_components
64722025-01-17T09:14:24.317Z PASS [ 0.033s] omicron-sled-agent updates::test::test_query_sled_agent_version
64732025-01-17T09:14:24.355Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_zone_version
64742025-01-17T09:14:24.482Z PASS [ 0.126s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64752025-01-17T09:14:24.517Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64762025-01-17T09:14:25.059Z PASS [ 3.978s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64772025-01-17T09:14:25.094Z PASS [ 4.219s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64782025-01-17T09:14:25.137Z PASS [ 0.043s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64792025-01-17T09:14:25.500Z PASS [ 27.860s] omicron-omdb::test_all_output test_omdb_success_cases
64802025-01-17T09:14:26.309Z PASS [ 4.191s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64812025-01-17T09:14:26.411Z PASS [ 4.470s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64822025-01-17T09:14:26.474Z PASS [ 0.062s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64832025-01-17T09:14:26.513Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_dir_size
64842025-01-17T09:14:26.562Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64852025-01-17T09:14:27.202Z PASS [ 0.640s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64862025-01-17T09:14:27.526Z PASS [ 3.009s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64872025-01-17T09:14:27.701Z PASS [ 0.175s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64882025-01-17T09:14:27.768Z PASS [ 0.565s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64892025-01-17T09:14:27.812Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64902025-01-17T09:14:27.846Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64912025-01-17T09:14:28.293Z PASS [ 3.232s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64922025-01-17T09:14:28.503Z PASS [ 0.657s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64932025-01-17T09:14:28.506Z PASS [ 0.210s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64942025-01-17T09:14:28.530Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64952025-01-17T09:14:28.538Z PASS [ 4.871s] omicron-sled-agent support_bundle::storage::tests::ranges
64962025-01-17T09:14:28.556Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64972025-01-17T09:14:28.575Z PASS [ 0.873s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64982025-01-17T09:14:28.629Z PASS [ 3.128s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64992025-01-17T09:14:28.660Z PASS [ 3.522s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
65002025-01-17T09:14:28.669Z PASS [ 0.130s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
65012025-01-17T09:14:28.805Z PASS [ 0.230s] omicron-test-utils dev::db::test::test_bad_cmd
65022025-01-17T09:14:28.838Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_fail
65032025-01-17T09:14:28.867Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_make_pg_config_ok
65042025-01-17T09:14:28.899Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
65052025-01-17T09:14:28.916Z PASS [ 0.247s] omicron-test-utils dev::db::test::test_database_start_hang
65062025-01-17T09:14:28.934Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
65072025-01-17T09:14:28.999Z PASS [ 0.443s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
65082025-01-17T09:14:29.042Z PASS [ 0.412s] omicron-test-utils dev::db::test::test_cmd_fails
65092025-01-17T09:14:29.078Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir
65102025-01-17T09:14:29.167Z PASS [ 0.088s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
65112025-01-17T09:14:29.208Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
65122025-01-17T09:14:29.245Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
65132025-01-17T09:14:29.282Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
65142025-01-17T09:14:29.347Z PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
65152025-01-17T09:14:29.390Z PASS [ 3.080s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
65162025-01-17T09:14:29.400Z LEAK [ 0.483s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
65172025-01-17T09:14:29.536Z PASS [ 1.032s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
65182025-01-17T09:14:29.728Z PASS [ 0.192s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
65192025-01-17T09:14:29.921Z PASS [ 0.573s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
65202025-01-17T09:14:29.961Z PASS [ 0.560s] oximeter test::timeseries_schema_consistency
65212025-01-17T09:14:30.111Z PASS [ 0.149s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
65222025-01-17T09:14:30.127Z PASS [ 0.399s] oximeter-collector agent::tests::test_self_stat_collection_count
65232025-01-17T09:14:30.138Z PASS [ 0.216s] oximeter-collector agent::tests::test_self_stat_error_counter
65242025-01-17T09:14:30.171Z PASS [ 0.033s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
65252025-01-17T09:14:30.215Z PASS [ 0.044s] oximeter-collector self_stats::tests::test_failure_reason_serialization
65262025-01-17T09:14:30.240Z PASS [ 1.240s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
65272025-01-17T09:14:30.251Z PASS [ 0.140s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
65282025-01-17T09:14:30.344Z PASS [ 1.684s] omicron-test-utils dev::db::test::test_database_concurrent
65292025-01-17T09:14:30.397Z PASS [ 0.053s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
65302025-01-17T09:14:30.424Z PASS [ 0.184s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
65312025-01-17T09:14:30.431Z PASS [ 0.179s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
65322025-01-17T09:14:30.434Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
65332025-01-17T09:14:30.434Z PASS [ 1.041s] openapi-manager check::tests::check_apis_up_to_date
65342025-01-17T09:14:30.449Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
65352025-01-17T09:14:30.716Z PASS [ 0.500s] oximeter-collector::test_commands test_oximeter_no_args
65362025-01-17T09:14:31.187Z PASS [ 1.059s] oximeter-collector agent::tests::verify_producer_details
65372025-01-17T09:14:31.318Z PASS [ 0.601s] oximeter-db client::tests::can_ping_clickhouse
65382025-01-17T09:14:31.418Z PASS [ 0.100s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65392025-01-17T09:14:31.496Z PASS [ 0.077s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65402025-01-17T09:14:31.586Z PASS [ 1.154s] oximeter-db client::oxql::tests::test_get_entire_table
65412025-01-17T09:14:31.618Z PASS [ 1.169s] oximeter-db client::oxql::tests::test_limit_operations
65422025-01-17T09:14:31.643Z PASS [ 1.211s] oximeter-db client::oxql::tests::test_get_one_timeseries
65432025-01-17T09:14:31.652Z PASS [ 1.220s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65442025-01-17T09:14:32.267Z PASS [ 0.615s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65452025-01-17T09:14:32.367Z PASS [ 0.748s] oximeter-db client::tests::read_latest_version_reports_max
65462025-01-17T09:14:32.381Z PASS [ 0.738s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65472025-01-17T09:14:33.030Z PASS [ 0.762s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65482025-01-17T09:14:33.038Z PASS [ 0.656s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65492025-01-17T09:14:33.566Z PASS [ 1.199s] oximeter-db client::tests::select_timeseries_with_select_one
65502025-01-17T09:14:33.821Z PASS [ 0.783s] oximeter-db client::tests::test_database_version_update_is_idempotent
65512025-01-17T09:14:33.851Z PASS [ 0.820s] oximeter-db client::tests::test_client_select_timeseries_one
65522025-01-17T09:14:34.062Z PASS [ 2.475s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65532025-01-17T09:14:34.329Z PASS [ 0.762s] oximeter-db client::tests::test_database_version_will_not_downgrade
65542025-01-17T09:14:34.625Z PASS [ 0.773s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65552025-01-17T09:14:34.795Z PASS [ 0.973s] oximeter-db client::tests::test_database_version_wipes_old_version
65562025-01-17T09:14:34.903Z PASS [ 0.840s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65572025-01-17T09:14:35.252Z PASS [ 0.923s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65582025-01-17T09:14:35.423Z PASS [ 0.798s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65592025-01-17T09:14:35.781Z PASS [ 0.878s] oximeter-db client::tests::test_field_record_count
65602025-01-17T09:14:36.075Z PASS [ 0.822s] oximeter-db client::tests::test_get_schema_no_new_values
65612025-01-17T09:14:36.478Z PASS [ 1.682s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65622025-01-17T09:14:36.540Z PASS [ 1.117s] oximeter-db client::tests::test_insert_samples
65632025-01-17T09:14:36.569Z PASS [ 0.028s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65642025-01-17T09:14:36.603Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete
65652025-01-17T09:14:36.632Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65662025-01-17T09:14:36.639Z PASS [ 7.704s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65672025-01-17T09:14:36.656Z PASS [ 0.874s] oximeter-db client::tests::test_is_oximeter_cluster
65682025-01-17T09:14:36.663Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65692025-01-17T09:14:36.893Z PASS [ 0.817s] oximeter-db client::tests::test_list_timeseries
65702025-01-17T09:14:37.226Z PASS [ 0.748s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65712025-01-17T09:14:37.396Z PASS [ 0.740s] oximeter-db client::tests::test_schema_mismatch
65722025-01-17T09:14:37.409Z PASS [ 0.746s] oximeter-db client::tests::test_schema_update
65732025-01-17T09:14:37.722Z PASS [ 0.828s] oximeter-db client::tests::test_select_all_datum_types
65742025-01-17T09:14:37.831Z PASS [ 1.191s] oximeter-db client::tests::test_recall_of_all_fields
65752025-01-17T09:14:38.026Z PASS [ 0.799s] oximeter-db client::tests::test_select_all_field_types
65762025-01-17T09:14:38.237Z PASS [ 0.840s] oximeter-db client::tests::test_select_timeseries_with_all
65772025-01-17T09:14:38.517Z PASS [ 1.107s] oximeter-db client::tests::test_select_timeseries_with_limit
65782025-01-17T09:14:38.686Z PASS [ 0.852s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65792025-01-17T09:14:38.758Z PASS [ 1.036s] oximeter-db client::tests::test_select_timeseries_with_order
65802025-01-17T09:14:38.785Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
65812025-01-17T09:14:38.875Z PASS [ 0.849s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65822025-01-17T09:14:38.911Z PASS [ 0.035s] oximeter-db client::tests::test_verify_schema_upgrades
65832025-01-17T09:14:38.942Z PASS [ 0.031s] oximeter-db model::fields::tests::test_extract_fields_as_block
65842025-01-17T09:14:38.973Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65852025-01-17T09:14:39.004Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65862025-01-17T09:14:39.030Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65872025-01-17T09:14:39.051Z PASS [ 0.813s] oximeter-db client::tests::test_select_timeseries_with_start_time
65882025-01-17T09:14:39.058Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65892025-01-17T09:14:39.081Z PASS [ 0.029s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65902025-01-17T09:14:39.088Z PASS [ 0.028s] oximeter-db native::block::tests::concat_blocks
65912025-01-17T09:14:39.108Z PASS [ 0.027s] oximeter-db native::block::tests::datetime64_scale_checks_range
65922025-01-17T09:14:39.114Z PASS [ 0.025s] oximeter-db native::block::tests::parse_date_time
65932025-01-17T09:14:39.130Z PASS [ 0.021s] oximeter-db native::block::tests::parse_date_time64
65942025-01-17T09:14:39.135Z PASS [ 0.021s] oximeter-db native::block::tests::parse_escaped_date_time64
65952025-01-17T09:14:39.152Z PASS [ 0.022s] oximeter-db native::block::tests::test_data_type_to_string
65962025-01-17T09:14:39.157Z PASS [ 0.021s] oximeter-db native::block::tests::test_datetime64_conversions
65972025-01-17T09:14:39.178Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_all_known_timezones
65982025-01-17T09:14:39.181Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65992025-01-17T09:14:39.199Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
66002025-01-17T09:14:39.205Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_enum8
66012025-01-17T09:14:39.220Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_enum_variant
66022025-01-17T09:14:39.226Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_invalid_data_type
66032025-01-17T09:14:39.462Z PASS [ 0.776s] oximeter-db client::tests::test_timeseries_schema_list
66042025-01-17T09:14:39.582Z PASS [ 0.796s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
66052025-01-17T09:14:39.814Z PASS [ 0.593s] oximeter-db native::connection::tests::test_basic_select_query
66062025-01-17T09:14:39.843Z PASS [ 1.326s] oximeter-db client::tests::test_sql_query_output
66072025-01-17T09:14:39.915Z PASS [ 0.687s] oximeter-db native::connection::tests::test_can_cancel_query
66082025-01-17T09:14:40.059Z PASS [ 0.596s] oximeter-db native::connection::tests::test_exchange_hello
66092025-01-17T09:14:40.174Z PASS [ 0.592s] oximeter-db native::connection::tests::test_insert_and_select_data
66102025-01-17T09:14:40.408Z PASS [ 0.593s] oximeter-db native::connection::tests::test_insert_and_select_uuid
66112025-01-17T09:14:40.433Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
66122025-01-17T09:14:40.439Z PASS [ 0.595s] oximeter-db native::connection::tests::test_select_array_column
66132025-01-17T09:14:40.457Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_full_block
66142025-01-17T09:14:40.464Z PASS [ 0.024s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
66152025-01-17T09:14:40.483Z PASS [ 0.026s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
66162025-01-17T09:14:40.493Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
66172025-01-17T09:14:40.505Z PASS [ 0.590s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
66182025-01-17T09:14:40.507Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
66192025-01-17T09:14:40.515Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_string_column
66202025-01-17T09:14:40.528Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint8_column
66212025-01-17T09:14:40.534Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_uint64_column
66222025-01-17T09:14:40.539Z PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_uuid_column
66232025-01-17T09:14:40.552Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_encode_decode_column
66242025-01-17T09:14:40.557Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
66252025-01-17T09:14:40.560Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
66262025-01-17T09:14:40.571Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
66272025-01-17T09:14:40.577Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
66282025-01-17T09:14:40.583Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
66292025-01-17T09:14:40.600Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_pong
66302025-01-17T09:14:40.608Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
66312025-01-17T09:14:40.614Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
66322025-01-17T09:14:40.627Z PASS [ 0.027s] oximeter-db native::io::string::test::test_encode_decode
66332025-01-17T09:14:40.633Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_hello_world
66342025-01-17T09:14:40.637Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66352025-01-17T09:14:40.647Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count
66362025-01-17T09:14:40.651Z PASS [ 0.592s] oximeter-db native::connection::tests::test_select_nullable_column
66372025-01-17T09:14:40.656Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66382025-01-17T09:14:40.661Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66392025-01-17T09:14:40.668Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66402025-01-17T09:14:40.672Z PASS [ 0.020s] oximeter-db native::io::varuint::test_encode_decode_varuint
66412025-01-17T09:14:40.677Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66422025-01-17T09:14:40.684Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66432025-01-17T09:14:40.690Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_comparison
66442025-01-17T09:14:40.695Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66452025-01-17T09:14:40.700Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66462025-01-17T09:14:40.705Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66472025-01-17T09:14:40.712Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66482025-01-17T09:14:40.718Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66492025-01-17T09:14:40.723Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66502025-01-17T09:14:40.728Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66512025-01-17T09:14:40.735Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66522025-01-17T09:14:40.742Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66532025-01-17T09:14:40.747Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66542025-01-17T09:14:40.753Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66552025-01-17T09:14:40.759Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
66562025-01-17T09:14:40.762Z PASS [ 0.584s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
66572025-01-17T09:14:40.767Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66582025-01-17T09:14:40.772Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_ident
66592025-01-17T09:14:40.778Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66602025-01-17T09:14:40.783Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66612025-01-17T09:14:40.786Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66622025-01-17T09:14:40.796Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66632025-01-17T09:14:40.802Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66642025-01-17T09:14:40.809Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66652025-01-17T09:14:40.809Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66662025-01-17T09:14:40.816Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66672025-01-17T09:14:40.832Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query
66682025-01-17T09:14:40.837Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66692025-01-17T09:14:40.840Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66702025-01-17T09:14:40.847Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66712025-01-17T09:14:40.853Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66722025-01-17T09:14:40.858Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66732025-01-17T09:14:40.864Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer
66742025-01-17T09:14:40.868Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66752025-01-17T09:14:40.873Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66762025-01-17T09:14:40.880Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66772025-01-17T09:14:40.884Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66782025-01-17T09:14:40.889Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66792025-01-17T09:14:40.893Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66802025-01-17T09:14:40.901Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66812025-01-17T09:14:40.909Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66822025-01-17T09:14:40.914Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66832025-01-17T09:14:40.918Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66842025-01-17T09:14:40.923Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66852025-01-17T09:14:40.933Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66862025-01-17T09:14:40.939Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66872025-01-17T09:14:40.941Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66882025-01-17T09:14:40.952Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66892025-01-17T09:14:40.958Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66902025-01-17T09:14:40.963Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66912025-01-17T09:14:40.969Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66922025-01-17T09:14:40.976Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66932025-01-17T09:14:40.982Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66942025-01-17T09:14:40.988Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66952025-01-17T09:14:40.993Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66962025-01-17T09:14:40.999Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66972025-01-17T09:14:41.008Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits
66982025-01-17T09:14:41.019Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66992025-01-17T09:14:41.026Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
67002025-01-17T09:14:41.032Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
67012025-01-17T09:14:41.039Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
67022025-01-17T09:14:41.046Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
67032025-01-17T09:14:41.055Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
67042025-01-17T09:14:41.061Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
67052025-01-17T09:14:41.071Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates
67062025-01-17T09:14:41.077Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
67072025-01-17T09:14:41.082Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
67082025-01-17T09:14:41.087Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
67092025-01-17T09:14:41.099Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time
67102025-01-17T09:14:41.104Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
67112025-01-17T09:14:41.107Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
67122025-01-17T09:14:41.113Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
67132025-01-17T09:14:41.126Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
67142025-01-17T09:14:41.130Z PASS [ 0.025s] oximeter-db query::tests::test_field_cmp
67152025-01-17T09:14:41.135Z PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query
67162025-01-17T09:14:41.139Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_split_query
67172025-01-17T09:14:41.147Z PASS [ 0.022s] oximeter-db query::tests::test_field_value_as_db_str
67182025-01-17T09:14:41.157Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_field_selectors
67192025-01-17T09:14:41.162Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts
67202025-01-17T09:14:41.167Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_filter_raw
67212025-01-17T09:14:41.174Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_full
67222025-01-17T09:14:41.180Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_limit_offset
67232025-01-17T09:14:41.184Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_fields
67242025-01-17T09:14:41.189Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_selectors
67252025-01-17T09:14:41.198Z PASS [ 0.018s] oximeter-db query::tests::test_time_range
67262025-01-17T09:14:41.203Z PASS [ 0.029s] oximeter-db query::tests::test_string_field_selector
67272025-01-17T09:14:41.211Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset
67282025-01-17T09:14:41.215Z PASS [ 0.026s] oximeter-db sql::tests::test_allow_subqueries
67292025-01-17T09:14:41.224Z PASS [ 0.024s] oximeter-db sql::tests::test_cannot_name_database
67302025-01-17T09:14:41.232Z PASS [ 0.028s] oximeter-db sql::tests::test_ctes_are_not_supported
67312025-01-17T09:14:41.241Z PASS [ 0.029s] oximeter-db sql::tests::test_function_allow_list
67322025-01-17T09:14:41.256Z PASS [ 0.032s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
67332025-01-17T09:14:41.274Z PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
67342025-01-17T09:14:41.282Z PASS [ 0.066s] oximeter-db sql::tests::test_join_must_be_inner
67352025-01-17T09:14:41.285Z PASS [ 0.049s] oximeter-db sql::tests::test_query_must_be_select_statement
67362025-01-17T09:14:41.293Z PASS [ 0.036s] oximeter-db sql::tests::test_require_table_is_timeseries_name
67372025-01-17T09:14:41.304Z PASS [ 0.029s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
67382025-01-17T09:14:41.310Z PASS [ 0.028s] oximeter-db tests::test_timeseries_key_field_stability
67392025-01-17T09:14:41.316Z PASS [ 0.034s] oximeter-db sql::tests::test_with_comma_join_fails
67402025-01-17T09:14:41.321Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_sample_stability
67412025-01-17T09:14:41.380Z PASS [ 0.062s] oximeter-instruments http::tests::test_latency_tracker
67422025-01-17T09:14:41.426Z PASS [ 0.104s] oximeter-instruments kstat::link::tests::test_kstat_interested
67432025-01-17T09:14:41.778Z PASS [ 0.351s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
67442025-01-17T09:14:41.780Z PASS [ 0.398s] oximeter-instruments kstat::link::tests::test_kstat_sampler
67452025-01-17T09:14:41.834Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
67462025-01-17T09:14:41.841Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
67472025-01-17T09:14:41.883Z PASS [ 0.048s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
67482025-01-17T09:14:41.889Z PASS [ 0.047s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
67492025-01-17T09:14:41.923Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
67502025-01-17T09:14:41.933Z PASS [ 0.050s] oximeter-instruments kstat::link::tests::test_sled_datalink
67512025-01-17T09:14:41.943Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
67522025-01-17T09:14:41.950Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
67532025-01-17T09:14:41.961Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
67542025-01-17T09:14:41.967Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
67552025-01-17T09:14:41.979Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_annotated_field
67562025-01-17T09:14:41.986Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_datum_field
67572025-01-17T09:14:41.996Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_enum
67582025-01-17T09:14:42.003Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_without_datum_field
67592025-01-17T09:14:42.015Z PASS [ 0.019s] oximeter-macro-impl tests::test_target
67602025-01-17T09:14:42.020Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct
67612025-01-17T09:14:42.030Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum
67622025-01-17T09:14:42.038Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
67632025-01-17T09:14:42.046Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_with_datum_field
67642025-01-17T09:14:42.136Z PASS [ 1.326s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67652025-01-17T09:14:42.139Z PASS [ 0.091s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67662025-01-17T09:14:42.176Z PASS [ 0.039s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67672025-01-17T09:14:42.178Z PASS [ 0.038s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67682025-01-17T09:14:42.200Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67692025-01-17T09:14:42.207Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67702025-01-17T09:14:42.239Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67712025-01-17T09:14:42.243Z PASS [ 0.039s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67722025-01-17T09:14:42.278Z PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67732025-01-17T09:14:42.278Z PASS [ 0.038s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67742025-01-17T09:14:42.315Z PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67752025-01-17T09:14:42.323Z PASS [ 0.045s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67762025-01-17T09:14:42.346Z PASS [ 0.031s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67772025-01-17T09:14:42.356Z PASS [ 0.032s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67782025-01-17T09:14:42.373Z PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67792025-01-17T09:14:42.380Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67802025-01-17T09:14:42.394Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67812025-01-17T09:14:42.401Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67822025-01-17T09:14:42.416Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_descriptions
67832025-01-17T09:14:42.423Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_metric_name
67842025-01-17T09:14:42.444Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_target_name
67852025-01-17T09:14:42.452Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_very_long_field_names
67862025-01-17T09:14:42.470Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67872025-01-17T09:14:42.476Z PASS [ 0.023s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67882025-01-17T09:14:42.495Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67892025-01-17T09:14:42.508Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67902025-01-17T09:14:42.522Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67912025-01-17T09:14:42.538Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67922025-01-17T09:14:42.554Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67932025-01-17T09:14:42.578Z PASS [ 0.039s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67942025-01-17T09:14:42.588Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67952025-01-17T09:14:42.608Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67962025-01-17T09:14:42.615Z PASS [ 0.026s] oximeter-schema ir::tests::only_support_format_version_1
67972025-01-17T09:14:42.632Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67982025-01-17T09:14:42.639Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67992025-01-17T09:14:42.759Z PASS [ 0.120s] oximeter-test-utils tests::test_sample_struct
68002025-01-17T09:14:42.768Z PASS [ 0.136s] oximeter-test-utils tests::test_gen_test_samples
68012025-01-17T09:14:42.803Z PASS [ 0.043s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
68022025-01-17T09:14:42.810Z PASS [ 0.041s] oximeter-test-utils tests::test_timeseries_schema_from_parts
68032025-01-17T09:14:42.830Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_sample
68042025-01-17T09:14:42.836Z PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range
68052025-01-17T09:14:42.853Z PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_from
68062025-01-17T09:14:42.859Z PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_to
68072025-01-17T09:14:42.888Z PASS [ 0.028s] oximeter-types histogram::tests::test_ensure_finite
68082025-01-17T09:14:42.895Z PASS [ 0.041s] oximeter-types histogram::tests::test_empty_bins_not_supported
68092025-01-17T09:14:42.918Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram
68102025-01-17T09:14:42.925Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram_construct_with
68112025-01-17T09:14:42.945Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_extreme_bins
68122025-01-17T09:14:42.951Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_extreme_samples
68132025-01-17T09:14:42.971Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_float_bins
68142025-01-17T09:14:42.977Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_unbounded_samples
68152025-01-17T09:14:43.002Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram_unsorted_bins
68162025-01-17T09:14:43.008Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_with_bins
68172025-01-17T09:14:43.026Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
68182025-01-17T09:14:43.031Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
68192025-01-17T09:14:43.048Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u64
68202025-01-17T09:14:43.057Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_bins_u8
68212025-01-17T09:14:43.078Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
68222025-01-17T09:14:43.098Z PASS [ 0.049s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
68232025-01-17T09:14:43.103Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
68242025-01-17T09:14:43.116Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
68252025-01-17T09:14:43.121Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
68262025-01-17T09:14:43.133Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
68272025-01-17T09:14:43.137Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
68282025-01-17T09:14:43.152Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
68292025-01-17T09:14:43.156Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
68302025-01-17T09:14:43.168Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades
68312025-01-17T09:14:43.173Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
68322025-01-17T09:14:43.185Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
68332025-01-17T09:14:43.189Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
68342025-01-17T09:14:43.208Z PASS [ 0.023s] oximeter-types quantile::tests::test_default_percentiles
68352025-01-17T09:14:43.215Z PASS [ 0.025s] oximeter-types quantile::tests::test_empty_observations
68362025-01-17T09:14:43.235Z PASS [ 0.026s] oximeter-types quantile::tests::test_find_cells
68372025-01-17T09:14:43.242Z PASS [ 0.025s] oximeter-types quantile::tests::test_float_observations
68382025-01-17T09:14:43.260Z PASS [ 0.025s] oximeter-types quantile::tests::test_integer_observations
68392025-01-17T09:14:43.266Z PASS [ 0.023s] oximeter-types quantile::tests::test_invalid_p_value
68402025-01-17T09:14:43.282Z PASS [ 0.022s] oximeter-types quantile::tests::test_max_p
68412025-01-17T09:14:43.289Z PASS [ 0.022s] oximeter-types quantile::tests::test_min_p
68422025-01-17T09:14:43.306Z PASS [ 0.024s] oximeter-types quantile::tests::test_non_filled_observations
68432025-01-17T09:14:43.317Z PASS [ 0.027s] oximeter-types quantile::tests::test_rounding
68442025-01-17T09:14:43.333Z PASS [ 0.026s] oximeter-types schema::tests::test_field_schema_ordering
68452025-01-17T09:14:43.364Z PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name
68462025-01-17T09:14:43.371Z PASS [ 0.037s] oximeter-types schema::tests::test_timeseries_name_from_str
68472025-01-17T09:14:43.392Z PASS [ 0.028s] oximeter-types traits::tests::test_metric_trait
68482025-01-17T09:14:43.401Z PASS [ 0.030s] oximeter-types traits::tests::test_producer_trait
68492025-01-17T09:14:43.416Z PASS [ 0.024s] oximeter-types traits::tests::test_target_trait
68502025-01-17T09:14:43.422Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64
68512025-01-17T09:14:43.440Z PASS [ 0.023s] oximeter-types types::tests::test_cumulative_i64
68522025-01-17T09:14:43.447Z PASS [ 0.024s] oximeter-types types::tests::test_datum
68532025-01-17T09:14:43.468Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
68542025-01-17T09:14:43.475Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
68552025-01-17T09:14:43.496Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
68562025-01-17T09:14:43.502Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
68572025-01-17T09:14:43.522Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
68582025-01-17T09:14:43.527Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
68592025-01-17T09:14:43.541Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
68602025-01-17T09:14:43.547Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
68612025-01-17T09:14:43.563Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
68622025-01-17T09:14:43.568Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
68632025-01-17T09:14:43.579Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
68642025-01-17T09:14:43.584Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68652025-01-17T09:14:43.600Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68662025-01-17T09:14:43.604Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68672025-01-17T09:14:43.617Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68682025-01-17T09:14:43.624Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68692025-01-17T09:14:43.635Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68702025-01-17T09:14:43.642Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
68712025-01-17T09:14:43.653Z PASS [ 0.018s] oximeter-types types::tests::test_verify_field_names
68722025-01-17T09:14:43.658Z PASS [ 0.015s] oxlog tests::test_is_oxide_smf_log_file
68732025-01-17T09:14:43.666Z PASS [ 0.013s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68742025-01-17T09:14:43.672Z PASS [ 0.014s] oxlog tests::test_sort_logs
68752025-01-17T09:14:43.737Z PASS [ 0.064s] oxql-types point::tests::test_cast_points_from_double
68762025-01-17T09:14:43.740Z PASS [ 0.071s] oxql-types point::tests::test_cast_points_from_bool
68772025-01-17T09:14:43.759Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_double_distribution
68782025-01-17T09:14:43.763Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_int_distribution
68792025-01-17T09:14:43.782Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_integer
68802025-01-17T09:14:43.792Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_string
68812025-01-17T09:14:43.801Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
68822025-01-17T09:14:43.811Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between
68832025-01-17T09:14:43.821Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68842025-01-17T09:14:43.827Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68852025-01-17T09:14:43.838Z PASS [ 0.016s] oxql-types point::tests::test_push_concrete_values
68862025-01-17T09:14:43.846Z PASS [ 0.018s] oxql-types point::tests::test_sub_between_histogram_distributions
68872025-01-17T09:14:43.890Z PASS [ 0.052s] range-requests test::get_response_no_range
68882025-01-17T09:14:43.893Z PASS [ 0.043s] range-requests test::get_response_with_range
68892025-01-17T09:14:43.906Z PASS [ 0.015s] range-requests test::parse_range_invalid
68902025-01-17T09:14:43.912Z PASS [ 0.022s] range-requests test::invalid_ranges
68912025-01-17T09:14:43.925Z PASS [ 0.018s] range-requests test::parse_range_valid
68922025-01-17T09:14:43.941Z PASS [ 0.028s] range-requests test::potential_range_parsing_does_not_crash
68932025-01-17T09:14:43.947Z PASS [ 0.022s] range-requests test::single_range_parsing_does_not_crash
68942025-01-17T09:14:44.716Z PASS [ 0.774s] reconfigurator-cli::test_basic test_basic
68952025-01-17T09:14:44.855Z PASS [ 0.139s] reconfigurator-cli::test_basic test_example
68962025-01-17T09:14:44.960Z PASS [ 0.105s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
68972025-01-17T09:14:45.108Z PASS [ 0.147s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68982025-01-17T09:14:45.134Z PASS [ 0.026s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68992025-01-17T09:14:45.172Z PASS [ 0.037s] sled-agent-types rack_init::tests::parse_rack_initialization
69002025-01-17T09:14:45.181Z PASS [ 3.143s] oximeter-producer tests::test_producer_registration_task
69012025-01-17T09:14:45.195Z PASS [ 0.023s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
69022025-01-17T09:14:45.223Z PASS [ 0.027s] sled-agent-types rack_init::tests::test_subnets
69032025-01-17T09:14:45.229Z PASS [ 0.047s] sled-agent-types rack_init::tests::test_extra_certs
69042025-01-17T09:14:45.250Z PASS [ 0.020s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
69052025-01-17T09:14:45.261Z PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
69062025-01-17T09:14:45.268Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_compare_bundles
69072025-01-17T09:14:45.284Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_priority_dimension
69082025-01-17T09:14:45.289Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
69092025-01-17T09:14:45.305Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
69102025-01-17T09:14:45.325Z PASS [ 0.035s] sled-diagnostics queries::test::test_command_stderr_is_correct
69112025-01-17T09:14:45.330Z PASS [ 0.024s] sled-diagnostics queries::test::test_command_stdout_is_correct
69122025-01-17T09:14:45.346Z PASS [ 0.020s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
69132025-01-17T09:14:45.384Z PASS [ 0.038s] sled-hardware disk::test::test_disk_paths
69142025-01-17T09:14:45.406Z PASS [ 0.021s] sled-hardware disk::test::test_partition_device_paths
69152025-01-17T09:14:45.499Z PASS [ 0.092s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
69162025-01-17T09:14:45.525Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
69172025-01-17T09:14:45.550Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
69182025-01-17T09:14:45.574Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
69192025-01-17T09:14:45.635Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
69202025-01-17T09:14:45.664Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
69212025-01-17T09:14:45.691Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
69222025-01-17T09:14:45.721Z PASS [ 0.030s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
69232025-01-17T09:14:45.796Z PASS [ 0.075s] sled-storage dataset::test::serialize_dataset_name
69242025-01-17T09:14:45.848Z PASS [ 0.517s] sled-diagnostics queries::test::test_long_running_command_is_aborted
69252025-01-17T09:14:45.870Z PASS [ 0.073s] sled-storage manager::test::test_datasets_schema
69262025-01-17T09:14:45.877Z PASS [ 0.029s] sled-storage manager::test::test_omicron_physical_disks_schema
69272025-01-17T09:14:46.816Z PASS [ 0.938s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
69282025-01-17T09:14:46.856Z PASS [ 0.040s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
69292025-01-17T09:14:47.504Z PASS [ 1.629s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
69302025-01-17T09:14:47.985Z PASS [ 32.129s] omicron-sled-agent nexus::test::nexus_self_notification_test
69312025-01-17T09:14:49.679Z PASS [ 2.178s] sled-storage manager::tests::ensure_datasets
69322025-01-17T09:14:49.741Z PASS [ 0.062s] sled-storage manager::tests::ensure_using_exactly_these_disks
69332025-01-17T09:14:49.794Z PASS [ 2.937s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
69342025-01-17T09:14:51.672Z PASS [ 1.930s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
69352025-01-17T09:14:52.238Z PASS [ 2.443s] sled-storage manager::tests::nested_dataset
69362025-01-17T09:14:53.327Z PASS [ 1.089s] sled-storage manager::tests::update_rawdisk_firmware
69372025-01-17T09:14:54.038Z PASS [ 2.365s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
69382025-01-17T09:14:55.340Z PASS [ 2.012s] sled-storage manager::tests::upsert_filesystem
69392025-01-17T09:14:55.762Z PASS [ 14.451s] oximeter-db::integration_test test_schemas_disjoint
69402025-01-17T09:14:56.160Z PASS [ 2.121s] sled-storage manager::tests::upsert_filesystem_no_uuid
69412025-01-17T09:14:56.613Z PASS [ 1.272s] sled-storage manager::tests::wait_for_boot_disk
69422025-01-17T09:14:56.874Z PASS [ 0.714s] tufaceous::integration-tests command_tests::test_init_and_add
69432025-01-17T09:14:56.976Z PASS [ 0.101s] tufaceous-lib archive::tests::test_validate_path
69442025-01-17T09:14:57.071Z PASS [ 0.095s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
69452025-01-17T09:14:57.093Z PASS [ 1.330s] tufaceous::integration-tests command_tests::test_assemble_fake
69462025-01-17T09:14:57.336Z PASS [ 0.264s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
69472025-01-17T09:14:57.448Z PASS [ 0.835s] tufaceous::manifest-tests check_manifest::fake.toml
69482025-01-17T09:14:57.560Z PASS [ 0.112s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
69492025-01-17T09:14:57.662Z PASS [ 0.101s] update-common artifacts::update_plan::tests::test_bad_rot_versions
69502025-01-17T09:14:57.771Z PASS [ 0.108s] update-common artifacts::update_plan::tests::test_multi_rot_bord
69512025-01-17T09:14:57.879Z PASS [ 0.108s] update-common artifacts::update_plan::tests::test_multi_rot_version
69522025-01-17T09:14:57.927Z PASS [ 0.046s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
69532025-01-17T09:14:57.991Z PASS [ 0.064s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
69542025-01-17T09:14:58.084Z PASS [ 0.092s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
69552025-01-17T09:14:58.295Z PASS [ 1.202s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
69562025-01-17T09:14:58.383Z PASS [ 0.087s] update-engine display::group_display::tests::test_stats
69572025-01-17T09:14:58.424Z PASS [ 0.041s] update-engine display::line_display_shared::tests::test_format_progress_counter
69582025-01-17T09:14:58.446Z PASS [ 0.360s] update-engine buffer::tests::test_buffer
69592025-01-17T09:14:58.451Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_start_line
69602025-01-17T09:14:58.473Z PASS [ 0.028s] update-engine engine::tests::error_exits_early
69612025-01-17T09:14:58.503Z PASS [ 0.051s] update-engine events::tests::progress_event_parse_unknown
69622025-01-17T09:14:58.509Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
69632025-01-17T09:14:58.529Z PASS [ 0.026s] update-engine spec::tests::test_merge_anyhow_list
69642025-01-17T09:14:58.564Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
69652025-01-17T09:14:58.608Z PASS [ 0.044s] wicket state::rack::tests::prev_next_are_opposites
69662025-01-17T09:14:58.642Z PASS [ 0.033s] wicket state::rack::tests::up_down_are_opposites
69672025-01-17T09:14:58.745Z PASS [ 0.235s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69682025-01-17T09:14:58.871Z PASS [ 0.126s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69692025-01-17T09:14:59.040Z PASS [ 0.168s] wicketd installinator_progress::tests::test_states
69702025-01-17T09:14:59.142Z PASS [ 0.102s] wicketd rss_config::tests::test_bgp_auth_key_states
69712025-01-17T09:14:59.211Z PASS [ 0.568s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69722025-01-17T09:14:59.489Z PASS [ 11.503s] sled-storage manager::tests::ensure_many_datasets
69732025-01-17T09:15:00.435Z PASS [ 1.292s] wicketd::mod integration_tests::inventory::test_inventory
69742025-01-17T09:15:01.015Z PASS [ 3.678s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69752025-01-17T09:15:01.196Z PASS [ 1.706s] wicketd::mod integration_tests::updates::test_update_races
69762025-01-17T09:15:01.230Z PASS [ 30.042s] oximeter-db client::tests::cannot_ping_nonexistent_server
69772025-01-17T09:15:01.945Z PASS [ 17.997s] reconfigurator-cli::test_basic test_blueprint_edit
69782025-01-17T09:15:02.767Z PASS [ 2.332s] wicketd::mod integration_tests::updates::test_updates
69792025-01-17T09:15:03.063Z PASS [ 3.852s] wicketd::mod integration_tests::updates::test_installinator_fetch
69802025-01-17T09:15:06.433Z PASS [ 25.127s] oximeter-db::integration_test test_cluster
69812025-01-17T09:15:27.586Z PASS [ 56.087s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69822025-01-17T09:15:30.293Z PASS [ 2.707s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69832025-01-17T09:15:42.004Z PASS [ 11.710s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69842025-01-17T09:15:56.997Z PASS [ 14.992s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69852025-01-17T09:16:57.006Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69862025-01-17T09:17:57.009Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69872025-01-17T09:18:57.013Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69882025-01-17T09:19:57.016Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69892025-01-17T09:20:57.019Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69902025-01-17T09:21:30.525Z PASS [ 333.516s] oximeter-db client::tests::test_replicated
69912025-01-17T09:21:30.530Z────────────
69922025-01-17T09:21:30.530Z Summary [2500.530s] 1804 tests run: 1804 passed (22 slow, 1 leaky), 4 skipped
69932025-01-17T09:21:30.613Z
69942025-01-17T09:21:30.617Zreal 42:08.774396986
69952025-01-17T09:21:30.617Zuser 3:44:50.823387605
69962025-01-17T09:21:30.617Zsys 40:19.736493371
69972025-01-17T09:21:30.617Ztrap 3:05.687021924
69982025-01-17T09:21:30.617Ztflt 43.444213266
69992025-01-17T09:21:30.617Zdflt 2:34.055898249
70002025-01-17T09:21:30.617Zkflt 0.568398937
70012025-01-17T09:21:30.617Zlock 1184:05:10.512386833
70022025-01-17T09:21:30.617Zslp 96:12:02.493834338
70032025-01-17T09:21:30.618Zlat 4:59:43.147005492
70042025-01-17T09:21:30.618Zstop 1:04:52.649970780
70052025-01-17T09:21:30.618Z+ banner doctest
70062025-01-17T09:21:30.618Z
70072025-01-17T09:21:30.618Z ##### #### #### ##### ###### #### #####
70082025-01-17T09:21:30.618Z # # # # # # # # # #
70092025-01-17T09:21:30.618Z # # # # # # ##### #### #
70102025-01-17T09:21:30.618Z # # # # # # # # #
70112025-01-17T09:21:30.618Z # # # # # # # # # # #
70122025-01-17T09:21:30.618Z ##### #### #### # ###### #### #
70132025-01-17T09:21:30.618Z
70142025-01-17T09:21:30.618Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
70152025-01-17T09:21:32.755Z Fresh unicode-ident v1.0.14
70162025-01-17T09:21:32.755Z Fresh cfg-if v1.0.0
70172025-01-17T09:21:32.759Z Fresh autocfg v1.4.0
70182025-01-17T09:21:32.759Z Fresh memchr v2.7.4
70192025-01-17T09:21:32.759Z Fresh version_check v0.9.5
70202025-01-17T09:21:32.759Z Fresh proc-macro2 v1.0.92
70212025-01-17T09:21:32.759Z Fresh value-bag v1.9.0
70222025-01-17T09:21:32.759Z Fresh scopeguard v1.2.0
70232025-01-17T09:21:32.759Z Fresh once_cell v1.20.2
70242025-01-17T09:21:32.759Z Fresh itoa v1.0.11
70252025-01-17T09:21:32.759Z Fresh quote v1.0.38
70262025-01-17T09:21:32.759Z Fresh libc v0.2.169
70272025-01-17T09:21:32.759Z Fresh log v0.4.22
70282025-01-17T09:21:32.760Z Fresh smallvec v1.13.2
70292025-01-17T09:21:32.760Z Fresh byteorder v1.5.0
70302025-01-17T09:21:32.760Z Fresh subtle v2.6.1
70312025-01-17T09:21:32.760Z Fresh pin-project-lite v0.2.14
70322025-01-17T09:21:32.760Z Fresh syn v2.0.96
70332025-01-17T09:21:32.760Z Fresh getrandom v0.2.15
70342025-01-17T09:21:32.760Z Fresh lock_api v0.4.12
70352025-01-17T09:21:32.760Z Fresh regex-syntax v0.8.5
70362025-01-17T09:21:32.760Z Fresh shlex v1.3.0
70372025-01-17T09:21:32.760Z Fresh aho-corasick v1.1.3
70382025-01-17T09:21:32.760Z Fresh jobserver v0.1.32
70392025-01-17T09:21:32.760Z Fresh serde_derive v1.0.217
70402025-01-17T09:21:32.760Z Fresh rand_core v0.6.4
70412025-01-17T09:21:32.760Z Fresh zeroize_derive v1.4.2
70422025-01-17T09:21:32.760Z Fresh zerocopy-derive v0.7.35
70432025-01-17T09:21:32.760Z Fresh regex-automata v0.4.8
70442025-01-17T09:21:32.760Z Fresh cc v1.1.30
70452025-01-17T09:21:32.764Z Fresh serde v1.0.217
70462025-01-17T09:21:32.764Z Fresh zeroize v1.8.1
70472025-01-17T09:21:32.764Z Fresh zerocopy v0.7.35
70482025-01-17T09:21:32.764Z Fresh allocator-api2 v0.2.18
70492025-01-17T09:21:32.764Z Fresh ryu v1.0.18
70502025-01-17T09:21:32.764Z Fresh typenum v1.17.0
70512025-01-17T09:21:32.764Z Fresh bytes v1.9.0
70522025-01-17T09:21:32.764Z Fresh bitflags v2.6.0
70532025-01-17T09:21:32.764Z Fresh generic-array v0.14.7
70542025-01-17T09:21:32.764Z Fresh thiserror-impl v1.0.69
70552025-01-17T09:21:32.764Z Fresh libm v0.2.8
70562025-01-17T09:21:32.764Z Fresh futures-core v0.3.31
70572025-01-17T09:21:32.765Z Fresh crypto-common v0.1.6
70582025-01-17T09:21:32.765Z Fresh regex v1.11.1
70592025-01-17T09:21:32.765Z Fresh num-traits v0.2.19
70602025-01-17T09:21:32.765Z Fresh parking_lot_core v0.9.10
70612025-01-17T09:21:32.765Z Fresh thiserror v1.0.69
70622025-01-17T09:21:32.765Z Fresh spin v0.9.8
70632025-01-17T09:21:32.765Z Fresh signal-hook-registry v1.4.2
70642025-01-17T09:21:32.765Z Fresh errno v0.3.9
70652025-01-17T09:21:32.765Z Fresh parking_lot v0.12.3
70662025-01-17T09:21:32.765Z Fresh serde_json v1.0.135
70672025-01-17T09:21:32.765Z Fresh fnv v1.0.7
70682025-01-17T09:21:32.765Z Fresh either v1.13.0
70692025-01-17T09:21:32.765Z Fresh equivalent v1.0.1
70702025-01-17T09:21:32.765Z Fresh foldhash v0.1.3
70712025-01-17T09:21:32.765Z Fresh mio v1.0.2
70722025-01-17T09:21:32.765Z Fresh rustix v0.38.37
70732025-01-17T09:21:32.765Z Fresh hashbrown v0.15.1
70742025-01-17T09:21:32.765Z Fresh lazy_static v1.5.0
70752025-01-17T09:21:32.765Z Fresh tokio-macros v2.5.0
70762025-01-17T09:21:32.765Z Fresh socket2 v0.5.7
70772025-01-17T09:21:32.765Z Fresh const-oid v0.9.6
70782025-01-17T09:21:32.765Z Fresh futures-io v0.3.31
70792025-01-17T09:21:32.765Z Fresh indexmap v2.7.0
70802025-01-17T09:21:32.765Z Fresh tokio v1.43.0
70812025-01-17T09:21:32.765Z Fresh block-buffer v0.10.4
70822025-01-17T09:21:32.765Z Fresh cpufeatures v0.2.14
70832025-01-17T09:21:32.765Z Fresh pkg-config v0.3.31
70842025-01-17T09:21:32.765Z Fresh futures-sink v0.3.31
70852025-01-17T09:21:32.765Z Fresh heck v0.5.0
70862025-01-17T09:21:32.765Z Fresh slab v0.4.9
70872025-01-17T09:21:32.765Z Fresh digest v0.10.7
70882025-01-17T09:21:32.765Z Fresh iana-time-zone v0.1.61
70892025-01-17T09:21:32.765Z Fresh stable_deref_trait v1.2.0
70902025-01-17T09:21:32.766Z Fresh pin-utils v0.1.0
70912025-01-17T09:21:32.766Z Fresh futures-channel v0.3.31
70922025-01-17T09:21:32.766Z Fresh futures-macro v0.3.31
70932025-01-17T09:21:32.766Z Fresh chrono v0.4.38
70942025-01-17T09:21:32.766Z Fresh futures-task v0.3.31
70952025-01-17T09:21:32.766Z Fresh uuid v1.11.0
70962025-01-17T09:21:32.766Z Fresh ppv-lite86 v0.2.20
70972025-01-17T09:21:32.766Z Fresh synstructure v0.13.1
70982025-01-17T09:21:32.766Z Fresh serde_derive_internals v0.29.1
70992025-01-17T09:21:32.766Z Fresh semver v1.0.24
71002025-01-17T09:21:32.766Z Fresh futures-util v0.3.31
71012025-01-17T09:21:32.766Z Fresh rand_chacha v0.3.1
71022025-01-17T09:21:32.766Z Fresh zerofrom-derive v0.1.4
71032025-01-17T09:21:32.766Z Fresh tracing-attributes v0.1.27
71042025-01-17T09:21:32.766Z Fresh tracing-core v0.1.32
71052025-01-17T09:21:32.766Z Fresh dyn-clone v1.0.17
71062025-01-17T09:21:32.770Z Fresh syn v1.0.109
71072025-01-17T09:21:32.770Z Fresh rand v0.8.5
71082025-01-17T09:21:32.770Z Fresh tracing v0.1.40
71092025-01-17T09:21:32.771Z Fresh zerofrom v0.1.4
71102025-01-17T09:21:32.771Z Fresh schemars_derive v0.8.21
71112025-01-17T09:21:32.771Z Fresh yoke-derive v0.7.4
71122025-01-17T09:21:32.771Z Fresh displaydoc v0.2.5
71132025-01-17T09:21:32.771Z Fresh yoke v0.7.4
71142025-01-17T09:21:32.771Z Fresh zerovec-derive v0.10.3
71152025-01-17T09:21:32.771Z Fresh glob v0.3.1
71162025-01-17T09:21:32.771Z Fresh http v1.2.0
71172025-01-17T09:21:32.771Z Fresh home v0.5.9
71182025-01-17T09:21:32.771Z Fresh minimal-lexical v0.2.1
71192025-01-17T09:21:32.771Z Fresh litemap v0.7.3
71202025-01-17T09:21:32.771Z Fresh schemars v0.8.21
71212025-01-17T09:21:32.771Z Fresh zerovec v0.10.4
71222025-01-17T09:21:32.771Z Fresh nom v7.1.3
71232025-01-17T09:21:32.771Z Fresh writeable v0.5.5
71242025-01-17T09:21:32.771Z Fresh percent-encoding v2.3.1
71252025-01-17T09:21:32.771Z Fresh icu_provider_macros v1.5.0
71262025-01-17T09:21:32.771Z Fresh tinystr v0.7.6
71272025-01-17T09:21:32.771Z Fresh vcpkg v0.2.15
71282025-01-17T09:21:32.771Z Fresh icu_locid_transform_data v1.5.0
71292025-01-17T09:21:32.771Z Fresh icu_collections v1.5.0
71302025-01-17T09:21:32.771Z Fresh form_urlencoded v1.2.1
71312025-01-17T09:21:32.771Z Fresh itertools v0.12.1
71322025-01-17T09:21:32.771Z Fresh icu_locid v1.5.0
71332025-01-17T09:21:32.771Z Fresh libloading v0.8.5
71342025-01-17T09:21:32.771Z Fresh icu_properties_data v1.5.0
71352025-01-17T09:21:32.771Z Fresh prettyplease v0.2.25
71362025-01-17T09:21:32.771Z Fresh cexpr v0.6.0
71372025-01-17T09:21:32.771Z Fresh which v4.4.2
71382025-01-17T09:21:32.771Z Fresh icu_provider v1.5.0
71392025-01-17T09:21:32.771Z Fresh clang-sys v1.8.1
71402025-01-17T09:21:32.772Z Fresh utf8_iter v1.0.4
71412025-01-17T09:21:32.772Z Fresh icu_normalizer_data v1.5.0
71422025-01-17T09:21:32.772Z Fresh rustc-hash v1.1.0
71432025-01-17T09:21:32.772Z Fresh utf16_iter v1.0.5
71442025-01-17T09:21:32.772Z Fresh icu_locid_transform v1.5.0
71452025-01-17T09:21:32.772Z Fresh write16 v1.0.0
71462025-01-17T09:21:32.772Z Fresh lazycell v1.3.0
71472025-01-17T09:21:32.772Z Fresh strsim v0.11.1
71482025-01-17T09:21:32.772Z Fresh icu_properties v1.5.1
71492025-01-17T09:21:32.772Z Fresh bindgen v0.69.5
71502025-01-17T09:21:32.772Z Fresh crossbeam-utils v0.8.20
71512025-01-17T09:21:32.772Z Fresh adler2 v2.0.0
71522025-01-17T09:21:32.772Z Fresh tinyvec_macros v0.1.1
71532025-01-17T09:21:32.772Z Fresh block-padding v0.3.3
71542025-01-17T09:21:32.772Z Fresh icu_normalizer v1.5.0
71552025-01-17T09:21:32.772Z Fresh httparse v1.9.5
71562025-01-17T09:21:32.772Z Fresh paste v1.0.15
71572025-01-17T09:21:32.772Z Fresh tinyvec v1.8.0
71582025-01-17T09:21:32.772Z Fresh miniz_oxide v0.8.0
71592025-01-17T09:21:32.772Z Fresh num-conv v0.1.0
71602025-01-17T09:21:32.772Z Fresh atomic-waker v1.1.2
71612025-01-17T09:21:32.772Z Fresh time-core v0.1.2
71622025-01-17T09:21:32.772Z Fresh idna_adapter v1.2.0
71632025-01-17T09:21:32.772Z Fresh powerfmt v0.2.0
71642025-01-17T09:21:32.772Z Fresh time-macros v0.2.18
71652025-01-17T09:21:32.772Z Fresh unicode-normalization v0.1.24
71662025-01-17T09:21:32.772Z Fresh inout v0.1.3
71672025-01-17T09:21:32.772Z Fresh tokio-util v0.7.12
71682025-01-17T09:21:32.773Z Fresh cmake v0.1.51
71692025-01-17T09:21:32.773Z Fresh idna v1.0.3
71702025-01-17T09:21:32.773Z Fresh deranged v0.3.11
71712025-01-17T09:21:32.773Z Fresh num_threads v0.1.7
71722025-01-17T09:21:32.773Z Fresh dunce v1.0.5
71732025-01-17T09:21:32.773Z Fresh fs_extra v1.3.0
71742025-01-17T09:21:32.773Z Fresh untrusted v0.9.0
71752025-01-17T09:21:32.773Z Fresh cipher v0.4.4
71762025-01-17T09:21:32.773Z Fresh url v2.5.3
71772025-01-17T09:21:32.773Z Fresh time v0.3.36
71782025-01-17T09:21:32.773Z Fresh ring v0.17.8
71792025-01-17T09:21:32.773Z Fresh unicode-bidi v0.3.17
71802025-01-17T09:21:32.773Z Fresh ahash v0.8.11
71812025-01-17T09:21:32.773Z Fresh sha2 v0.10.8
71822025-01-17T09:21:32.773Z Fresh toml_datetime v0.6.8
71832025-01-17T09:21:32.773Z Fresh serde_tokenstream v0.2.2
71842025-01-17T09:21:32.773Z Fresh serde_spanned v0.6.8
71852025-01-17T09:21:32.773Z Fresh base64ct v1.6.0
71862025-01-17T09:21:32.773Z Fresh rustls-pki-types v1.10.0
71872025-01-17T09:21:32.773Z Fresh hmac v0.12.1
71882025-01-17T09:21:32.773Z Fresh http-body v1.0.1
71892025-01-17T09:21:32.773Z Fresh aws-lc-sys v0.22.0
71902025-01-17T09:21:32.773Z Fresh untrusted v0.7.1
71912025-01-17T09:21:32.773Z Fresh httpdate v1.0.3
71922025-01-17T09:21:32.773Z Fresh gimli v0.31.1
71932025-01-17T09:21:32.773Z Fresh try-lock v0.2.5
71942025-01-17T09:21:32.774Z Fresh mirai-annotations v1.12.0
71952025-01-17T09:21:32.774Z Fresh base64 v0.22.1
71962025-01-17T09:21:32.774Z Fresh addr2line v0.24.2
71972025-01-17T09:21:32.774Z Fresh want v0.3.1
71982025-01-17T09:21:32.774Z Fresh aws-lc-rs v1.10.0
71992025-01-17T09:21:32.774Z Fresh h2 v0.4.6
72002025-01-17T09:21:32.774Z Fresh object v0.36.5
72012025-01-17T09:21:32.774Z Fresh rustc-demangle v0.1.24
72022025-01-17T09:21:32.774Z Fresh pem-rfc7468 v0.7.0
72032025-01-17T09:21:32.774Z Fresh backtrace v0.3.74
72042025-01-17T09:21:32.774Z Fresh hyper v1.5.2
72052025-01-17T09:21:32.774Z Fresh rustls-webpki v0.102.8
72062025-01-17T09:21:32.778Z Fresh tower-service v0.3.3
72072025-01-17T09:21:32.778Z Fresh async-trait v0.1.83
72082025-01-17T09:21:32.778Z Fresh anyhow v1.0.93
72092025-01-17T09:21:32.778Z Fresh hyper-util v0.1.10
72102025-01-17T09:21:32.778Z Fresh mime v0.3.17
72112025-01-17T09:21:32.778Z Fresh der_derive v0.7.3
72122025-01-17T09:21:32.778Z Fresh flagset v0.4.6
72132025-01-17T09:21:32.778Z Fresh pbkdf2 v0.12.2
72142025-01-17T09:21:32.778Z Fresh slog v2.7.0
72152025-01-17T09:21:32.778Z Fresh der v0.7.9
72162025-01-17T09:21:32.778Z Fresh http-body-util v0.1.2
72172025-01-17T09:21:32.778Z Fresh aes v0.8.4
72182025-01-17T09:21:32.778Z Fresh rustc_version v0.4.1
72192025-01-17T09:21:32.778Z Fresh ipnet v2.10.1
72202025-01-17T09:21:32.780Z Fresh rustls-pemfile v2.2.0
72212025-01-17T09:21:32.780Z Fresh salsa20 v0.10.2
72222025-01-17T09:21:32.780Z Fresh spki v0.7.3
72232025-01-17T09:21:32.780Z Fresh cbc v0.1.2
72242025-01-17T09:21:32.780Z Fresh foreign-types-shared v0.1.1
72252025-01-17T09:21:32.780Z Fresh openssl-probe v0.1.5
72262025-01-17T09:21:32.780Z Fresh scrypt v0.11.0
72272025-01-17T09:21:32.780Z Fresh openssl-sys v0.9.103
72282025-01-17T09:21:32.780Z Fresh foreign-types v0.3.2
72292025-01-17T09:21:32.780Z Fresh serde_urlencoded v0.7.1
72302025-01-17T09:21:32.780Z Fresh futures-executor v0.3.31
72312025-01-17T09:21:32.780Z Fresh openssl-macros v0.1.1
72322025-01-17T09:21:32.780Z Fresh encoding_rs v0.8.34
72332025-01-17T09:21:32.780Z Fresh rustversion v1.0.17
72342025-01-17T09:21:32.780Z Fresh futures v0.3.31
72352025-01-17T09:21:32.780Z Fresh openssl v0.10.66
72362025-01-17T09:21:32.780Z Fresh pkcs5 v0.7.1
72372025-01-17T09:21:32.780Z Fresh openapiv3 v2.0.0
72382025-01-17T09:21:32.780Z Fresh rustls v0.23.19
72392025-01-17T09:21:32.780Z Fresh pkcs8 v0.10.2
72402025-01-17T09:21:32.780Z Fresh data-encoding v2.6.0
72412025-01-17T09:21:32.780Z Fresh idna v0.3.0
72422025-01-17T09:21:32.780Z Fresh is-terminal v0.4.13
72432025-01-17T09:21:32.780Z Fresh native-tls v0.2.12
72442025-01-17T09:21:32.780Z Fresh tokio-rustls v0.26.0
72452025-01-17T09:21:32.780Z Fresh camino v1.1.9
72462025-01-17T09:21:32.781Z Fresh utf8parse v0.2.2
72472025-01-17T09:21:32.781Z Fresh winnow v0.6.20
72482025-01-17T09:21:32.781Z Fresh winnow v0.5.40
72492025-01-17T09:21:32.781Z Fresh psl-types v2.0.11
72502025-01-17T09:21:32.781Z Fresh publicsuffix v2.2.3
72512025-01-17T09:21:32.781Z Fresh cookie v0.18.1
72522025-01-17T09:21:32.781Z Fresh tokio-native-tls v0.3.1
72532025-01-17T09:21:32.781Z Fresh toml_edit v0.19.15
72542025-01-17T09:21:32.781Z Fresh webpki-roots v0.26.6
72552025-01-17T09:21:32.781Z Fresh idna v0.5.0
72562025-01-17T09:21:32.781Z Fresh sha1 v0.10.6
72572025-01-17T09:21:32.781Z Fresh unicode-width v0.1.14
72582025-01-17T09:21:32.781Z Fresh cookie_store v0.21.0
72592025-01-17T09:21:32.781Z Fresh hyper-rustls v0.27.3
72602025-01-17T09:21:32.781Z Fresh hyper-tls v0.6.0
72612025-01-17T09:21:32.781Z Fresh sync_wrapper v1.0.1
72622025-01-17T09:21:32.781Z Fresh dirs-sys-next v0.1.2
72632025-01-17T09:21:32.781Z Fresh siphasher v0.3.11
72642025-01-17T09:21:32.781Z Fresh ucd-trie v0.1.7
72652025-01-17T09:21:32.781Z Fresh anstyle v1.0.10
72662025-01-17T09:21:32.781Z Fresh reqwest v0.12.9
72672025-01-17T09:21:32.781Z Fresh dirs-next v2.0.0
72682025-01-17T09:21:32.781Z Fresh pest v2.7.14
72692025-01-17T09:21:32.781Z Fresh signature v2.2.0
72702025-01-17T09:21:32.781Z Fresh scroll_derive v0.12.0
72712025-01-17T09:21:32.781Z Fresh toml_edit v0.22.22
72722025-01-17T09:21:32.782Z Fresh anstyle-parse v0.2.5
72732025-01-17T09:21:32.782Z Fresh is_terminal_polyfill v1.70.1
72742025-01-17T09:21:32.782Z Fresh term v0.7.0
72752025-01-17T09:21:32.782Z Fresh pest_meta v2.7.14
72762025-01-17T09:21:32.782Z Fresh scroll v0.12.0
72772025-01-17T09:21:32.782Z Fresh unicode-segmentation v1.12.0
72782025-01-17T09:21:32.782Z Fresh anstyle-query v1.1.1
72792025-01-17T09:21:32.782Z Fresh heck v0.4.1
72802025-01-17T09:21:32.782Z Fresh colorchoice v1.0.2
72812025-01-17T09:21:32.782Z Fresh plain v0.2.3
72822025-01-17T09:21:32.782Z Fresh pest_generator v2.7.14
72832025-01-17T09:21:32.782Z Fresh goblin v0.8.2
72842025-01-17T09:21:32.782Z Fresh anstream v0.6.15
72852025-01-17T09:21:32.782Z Fresh terminal_size v0.4.0
72862025-01-17T09:21:32.782Z Fresh itertools v0.10.5
72872025-01-17T09:21:32.782Z Fresh crc32fast v1.4.2
72882025-01-17T09:21:32.782Z Fresh pretty-hex v0.4.1
72892025-01-17T09:21:32.782Z Fresh pest_derive v2.7.14
72902025-01-17T09:21:32.782Z Fresh base16ct v0.2.0
72912025-01-17T09:21:32.782Z Fresh clap_lex v0.7.2
72922025-01-17T09:21:32.782Z Fresh dof v0.3.0
72932025-01-17T09:21:32.782Z Fresh clap_derive v4.5.18
72942025-01-17T09:21:32.782Z Fresh num-integer v0.1.46
72952025-01-17T09:21:32.782Z Fresh ff v0.13.0
72962025-01-17T09:21:32.782Z Fresh clap_builder v4.5.21
72972025-01-17T09:21:32.782Z Fresh sec1 v0.7.3
72982025-01-17T09:21:32.782Z Fresh dtrace-parser v0.2.0
72992025-01-17T09:21:32.782Z Fresh thread-id v4.2.2
73002025-01-17T09:21:32.782Z Fresh group v0.13.0
73012025-01-17T09:21:32.782Z Fresh hkdf v0.12.4
73022025-01-17T09:21:32.782Z Fresh crossbeam-epoch v0.9.18
73032025-01-17T09:21:32.782Z Fresh crypto-bigint v0.5.5
73042025-01-17T09:21:32.782Z Fresh clap v4.5.21
73052025-01-17T09:21:32.782Z Fresh usdt-impl v0.5.0
73062025-01-17T09:21:32.786Z Fresh utf-8 v0.7.6
73072025-01-17T09:21:32.786Z Fresh bitflags v1.3.2
73082025-01-17T09:21:32.786Z Fresh static_assertions v1.1.0
73092025-01-17T09:21:32.786Z Fresh elliptic-curve v0.13.8
73102025-01-17T09:21:32.786Z Fresh toml v0.8.19
73112025-01-17T09:21:32.786Z Fresh crossbeam-channel v0.5.13
73122025-01-17T09:21:32.786Z Fresh hex v0.4.3
73132025-01-17T09:21:32.786Z Fresh thread_local v1.1.8
73142025-01-17T09:21:32.786Z Fresh bit-vec v0.6.3
73152025-01-17T09:21:32.786Z Fresh usdt-attr-macro v0.5.0
73162025-01-17T09:21:32.786Z Fresh usdt-macro v0.5.0
73172025-01-17T09:21:32.786Z Fresh bit-set v0.5.3
73182025-01-17T09:21:32.786Z Fresh crossbeam-deque v0.8.5
73192025-01-17T09:21:32.786Z Fresh num-iter v0.1.45
73202025-01-17T09:21:32.786Z Fresh flate2 v1.0.34
73212025-01-17T09:21:32.786Z Fresh memmap v0.7.0
73222025-01-17T09:21:32.786Z Fresh take_mut v0.2.2
73232025-01-17T09:21:32.786Z Fresh match_cfg v0.1.0
73242025-01-17T09:21:32.786Z Fresh usdt v0.5.0
73252025-01-17T09:21:32.786Z Fresh rayon-core v1.12.1
73262025-01-17T09:21:32.786Z Fresh slog-async v2.8.0
73272025-01-17T09:21:32.786Z Fresh slog-term v2.9.1
73282025-01-17T09:21:32.786Z Fresh hostname v0.3.1
73292025-01-17T09:21:32.786Z Fresh phf_shared v0.11.2
73302025-01-17T09:21:32.786Z Fresh toml v0.7.8
73312025-01-17T09:21:32.786Z Fresh rfc6979 v0.4.0
73322025-01-17T09:21:32.786Z Fresh bstr v1.10.0
73332025-01-17T09:21:32.786Z Fresh curve25519-dalek-derive v0.1.1
73342025-01-17T09:21:32.786Z Fresh zerocopy-derive v0.6.6
73352025-01-17T09:21:32.786Z Fresh fixedbitset v0.4.2
73362025-01-17T09:21:32.786Z Fresh managed v0.8.0
73372025-01-17T09:21:32.787Z Fresh ecdsa v0.16.9
73382025-01-17T09:21:32.787Z Fresh rustls v0.22.4
73392025-01-17T09:21:32.787Z Fresh curve25519-dalek v4.1.3
73402025-01-17T09:21:32.787Z Fresh num-bigint-dig v0.8.4
73412025-01-17T09:21:32.787Z Fresh petgraph v0.6.5
73422025-01-17T09:21:32.787Z Fresh zerocopy v0.6.6
73432025-01-17T09:21:32.787Z Fresh phf_shared v0.10.0
73442025-01-17T09:21:32.787Z Fresh pkcs1 v0.7.5
73452025-01-17T09:21:32.787Z Fresh unicode-xid v0.2.6
73462025-01-17T09:21:32.787Z Fresh new_debug_unreachable v1.0.6
73472025-01-17T09:21:32.787Z Fresh precomputed-hash v0.1.1
73482025-01-17T09:21:32.787Z Fresh rsa v0.9.6
73492025-01-17T09:21:32.787Z Fresh signal-hook v0.3.17
73502025-01-17T09:21:32.787Z Fresh tokio-rustls v0.25.0
73512025-01-17T09:21:32.787Z Fresh ed25519 v2.2.3
73522025-01-17T09:21:32.787Z Fresh string_cache v0.8.7
73532025-01-17T09:21:32.787Z Fresh slog-json v2.6.1
73542025-01-17T09:21:32.787Z Fresh hubpack_derive v0.1.1
73552025-01-17T09:21:32.787Z Fresh async-stream-impl v0.3.6
73562025-01-17T09:21:32.787Z Fresh debug-ignore v1.0.5
73572025-01-17T09:21:32.788Z Fresh quick-error v1.2.3
73582025-01-17T09:21:32.788Z Fresh multer v3.1.0
73592025-01-17T09:21:32.788Z Fresh ed25519-dalek v2.1.1
73602025-01-17T09:21:32.788Z Fresh slog-bunyan v2.5.0
73612025-01-17T09:21:32.788Z Fresh hubpack v0.1.2
73622025-01-17T09:21:32.788Z Fresh async-stream v0.3.6
73632025-01-17T09:21:32.788Z Fresh bzip2-sys v0.1.11+1.0.8
73642025-01-17T09:21:32.788Z Fresh x509-cert v0.2.5
73652025-01-17T09:21:32.788Z Fresh idna v0.4.0
73662025-01-17T09:21:32.788Z Fresh waitgroup v0.1.2
73672025-01-17T09:21:32.788Z Fresh enum-as-inner v0.6.1
73682025-01-17T09:21:32.788Z Fresh serde_path_to_error v0.1.16
73692025-01-17T09:21:32.788Z Fresh hostname v0.4.0
73702025-01-17T09:21:32.788Z Fresh lalrpop-util v0.19.12
73712025-01-17T09:21:32.788Z Fresh bzip2 v0.4.4
73722025-01-17T09:21:32.788Z Fresh hickory-proto v0.24.1
73732025-01-17T09:21:32.788Z Fresh signal-hook-mio v0.2.4
73742025-01-17T09:21:32.788Z Fresh console v0.15.8
73752025-01-17T09:21:32.788Z Fresh dropshot_endpoint v0.12.0
73762025-01-17T09:21:32.788Z Fresh hash32 v0.2.1
73772025-01-17T09:21:32.788Z Fresh linked-hash-map v0.5.6
73782025-01-17T09:21:32.788Z Fresh unicode-properties v0.1.3
73792025-01-17T09:21:32.788Z Fresh predicates-core v1.0.8
73802025-01-17T09:21:32.788Z Fresh newtype-uuid v1.2.1
73812025-01-17T09:21:32.788Z Fresh dropshot v0.12.0
73822025-01-17T09:21:32.788Z Fresh crossterm v0.28.1
73832025-01-17T09:21:32.788Z Fresh heapless v0.7.17
73842025-01-17T09:21:32.788Z Fresh lru-cache v0.1.2
73852025-01-17T09:21:32.788Z Fresh stringprep v0.1.5
73862025-01-17T09:21:32.788Z Fresh similar v2.6.0
73872025-01-17T09:21:32.788Z Fresh rayon v1.10.0
73882025-01-17T09:21:32.788Z Fresh tokio-stream v0.1.16
73892025-01-17T09:21:32.788Z Fresh md-5 v0.10.6
73902025-01-17T09:21:32.788Z Fresh float-cmp v0.9.0
73912025-01-17T09:21:32.788Z Fresh fallible-iterator v0.2.0
73922025-01-17T09:21:32.788Z Fresh difflib v0.4.0
73932025-01-17T09:21:32.788Z Fresh normalize-line-endings v0.3.0
73942025-01-17T09:21:32.788Z Fresh portable-atomic v1.9.0
73952025-01-17T09:21:32.788Z Fresh smoltcp v0.9.1
73962025-01-17T09:21:32.788Z Fresh zip v0.6.6
73972025-01-17T09:21:32.789Z Fresh resolv-conf v0.7.0
73982025-01-17T09:21:32.789Z Fresh postgres-protocol v0.6.7
73992025-01-17T09:21:32.789Z Fresh predicates v3.1.2
74002025-01-17T09:21:32.789Z Fresh phf v0.11.2
74012025-01-17T09:21:32.789Z Fresh tungstenite v0.24.0
74022025-01-17T09:21:32.789Z Fresh strum_macros v0.25.3
74032025-01-17T09:21:32.789Z Fresh serde-big-array v0.5.1
74042025-01-17T09:21:32.789Z Fresh serde_repr v0.1.19
74052025-01-17T09:21:32.789Z Fresh peg-runtime v0.8.3
74062025-01-17T09:21:32.792Z Fresh number_prefix v0.4.0
74072025-01-17T09:21:32.792Z Fresh unicode-width v0.2.0
74082025-01-17T09:21:32.792Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74092025-01-17T09:21:32.792Z Fresh tokio-tungstenite v0.24.0
74102025-01-17T09:21:32.792Z Fresh postgres-types v0.2.8
74112025-01-17T09:21:32.792Z Fresh hickory-resolver v0.24.1
74122025-01-17T09:21:32.792Z Fresh indicatif v0.17.9
74132025-01-17T09:21:32.792Z Fresh derive-where v1.2.7
74142025-01-17T09:21:32.792Z Fresh whoami v1.5.2
74152025-01-17T09:21:32.792Z Fresh fs-err v2.11.0
74162025-01-17T09:21:32.792Z Fresh hashbrown v0.14.5
74172025-01-17T09:21:32.792Z Fresh ident_case v1.0.1
74182025-01-17T09:21:32.792Z Fresh thiserror-impl v2.0.11
74192025-01-17T09:21:32.792Z Fresh qorb v0.2.1
74202025-01-17T09:21:32.792Z Fresh tokio-postgres v0.7.12
74212025-01-17T09:21:32.793Z Fresh regress v0.10.1
74222025-01-17T09:21:32.793Z Fresh darling_core v0.20.10
74232025-01-17T09:21:32.793Z Fresh unsafe-libyaml v0.2.11
74242025-01-17T09:21:32.793Z Fresh fastrand v2.1.1
74252025-01-17T09:21:32.793Z Fresh progenitor-client v0.9.1
74262025-01-17T09:21:32.793Z Fresh darling_macro v0.20.10
74272025-01-17T09:21:32.793Z Fresh thiserror v2.0.11
74282025-01-17T09:21:32.793Z Fresh serde_yaml v0.9.34+deprecated
74292025-01-17T09:21:32.793Z Fresh ipnetwork v0.20.0
74302025-01-17T09:21:32.793Z Fresh typify-impl v0.2.0
74312025-01-17T09:21:32.793Z Fresh tempfile v3.13.0
74322025-01-17T09:21:32.793Z Fresh strum_macros v0.26.4
74332025-01-17T09:21:32.793Z Fresh darling v0.20.10
74342025-01-17T09:21:32.793Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
74352025-01-17T09:21:32.793Z Fresh typify-macro v0.2.0
74362025-01-17T09:21:32.793Z Fresh strum v0.26.3
74372025-01-17T09:21:32.793Z Fresh macaddr v1.0.1
74382025-01-17T09:21:32.793Z Fresh progenitor-client v0.8.0
74392025-01-17T09:21:32.793Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
74402025-01-17T09:21:32.793Z Fresh serde_with_macros v3.11.0
74412025-01-17T09:21:32.793Z Fresh typify v0.2.0
74422025-01-17T09:21:32.793Z Fresh instant v0.1.13
74432025-01-17T09:21:32.793Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
74442025-01-17T09:21:32.793Z Fresh regress v0.9.1
74452025-01-17T09:21:32.793Z Fresh structmeta-derive v0.3.0
74462025-01-17T09:21:32.793Z Fresh serde_with v3.11.0
74472025-01-17T09:21:32.793Z Fresh progenitor-impl v0.8.0
74482025-01-17T09:21:32.793Z Fresh structmeta v0.3.0
74492025-01-17T09:21:32.793Z Fresh dropshot_endpoint v0.15.1
74502025-01-17T09:21:32.793Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74512025-01-17T09:21:32.793Z Fresh progenitor-macro v0.8.0
74522025-01-17T09:21:32.793Z Fresh parse-display-derive v0.10.0
74532025-01-17T09:21:32.793Z Fresh dropshot v0.15.1
74542025-01-17T09:21:32.793Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74552025-01-17T09:21:32.793Z Fresh backoff v0.4.0
74562025-01-17T09:21:32.793Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
74572025-01-17T09:21:32.793Z Fresh wait-timeout v0.2.0
74582025-01-17T09:21:32.793Z Fresh rand_xorshift v0.3.0
74592025-01-17T09:21:32.793Z Fresh progenitor v0.8.0
74602025-01-17T09:21:32.794Z Fresh parse-display v0.10.0
74612025-01-17T09:21:32.794Z Fresh rusty-fork v0.3.0
74622025-01-17T09:21:32.794Z Fresh unarray v0.1.4
74632025-01-17T09:21:32.794Z Fresh structmeta-derive v0.2.0
74642025-01-17T09:21:32.794Z Fresh camino-tempfile v1.1.1
74652025-01-17T09:21:32.794Z Fresh itertools v0.13.0
74662025-01-17T09:21:32.794Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74672025-01-17T09:21:32.794Z Fresh proptest v1.5.0
74682025-01-17T09:21:32.794Z Fresh structmeta v0.2.0
74692025-01-17T09:21:32.794Z Fresh proc-macro-crate v1.3.1
74702025-01-17T09:21:32.794Z Fresh test-strategy v0.3.1
74712025-01-17T09:21:32.794Z Fresh proc-macro-error-attr v1.0.4
74722025-01-17T09:21:32.794Z Fresh num_enum_derive v0.5.11
74732025-01-17T09:21:32.794Z Fresh foreign-types-macros v0.2.3
74742025-01-17T09:21:32.794Z Fresh foreign-types-shared v0.3.1
74752025-01-17T09:21:32.794Z Fresh proc-macro-error v1.0.4
74762025-01-17T09:21:32.794Z Fresh num_enum v0.5.11
74772025-01-17T09:21:32.794Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74782025-01-17T09:21:32.794Z Fresh foreign-types v0.5.0
74792025-01-17T09:21:32.794Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74802025-01-17T09:21:32.794Z Fresh tabwriter v1.4.0
74812025-01-17T09:21:32.794Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74822025-01-17T09:21:32.794Z Fresh cstr-argument v0.1.2
74832025-01-17T09:21:32.794Z Fresh pretty-hex v0.2.1
74842025-01-17T09:21:32.794Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74852025-01-17T09:21:32.794Z Fresh colored v2.1.0
74862025-01-17T09:21:32.794Z Fresh smf v0.2.3
74872025-01-17T09:21:32.794Z Fresh typify-impl v0.3.0
74882025-01-17T09:21:32.794Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74892025-01-17T09:21:32.794Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74902025-01-17T09:21:32.794Z Fresh typify-macro v0.3.0
74912025-01-17T09:21:32.794Z Fresh zerocopy-derive v0.8.10
74922025-01-17T09:21:32.794Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74932025-01-17T09:21:32.794Z Fresh typify v0.3.0
74942025-01-17T09:21:32.794Z Fresh crucible-workspace-hack v0.1.0
74952025-01-17T09:21:32.794Z Fresh zerocopy v0.8.10
74962025-01-17T09:21:32.794Z Fresh hash32 v0.3.1
74972025-01-17T09:21:32.795Z Fresh cobs v0.2.3
74982025-01-17T09:21:32.795Z Fresh progenitor-impl v0.9.1
74992025-01-17T09:21:32.795Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75002025-01-17T09:21:32.795Z Fresh heapless v0.8.0
75012025-01-17T09:21:32.795Z Fresh postcard v1.0.10
75022025-01-17T09:21:32.795Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75032025-01-17T09:21:32.795Z Fresh termtree v0.4.1
75042025-01-17T09:21:32.795Z Fresh progenitor-macro v0.9.1
75052025-01-17T09:21:32.795Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75062025-01-17T09:21:32.799Z Fresh smoltcp v0.11.0
75072025-01-17T09:21:32.799Z Fresh predicates-tree v1.0.11
75082025-01-17T09:21:32.799Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75092025-01-17T09:21:32.799Z Fresh sigpipe v0.1.3
75102025-01-17T09:21:32.799Z Fresh progenitor v0.9.1
75112025-01-17T09:21:32.799Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75122025-01-17T09:21:32.799Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
75132025-01-17T09:21:32.799Z Fresh zone_cfg_derive v0.3.0
75142025-01-17T09:21:32.799Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75152025-01-17T09:21:32.799Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75162025-01-17T09:21:32.799Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
75172025-01-17T09:21:32.799Z Fresh mockall_derive v0.13.0
75182025-01-17T09:21:32.800Z Fresh num-derive v0.4.2
75192025-01-17T09:21:32.800Z Fresh downcast v0.11.0
75202025-01-17T09:21:32.800Z Fresh fragile v2.0.0
75212025-01-17T09:21:32.800Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75222025-01-17T09:21:32.800Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75232025-01-17T09:21:32.800Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
75242025-01-17T09:21:32.800Z Fresh mockall v0.13.0
75252025-01-17T09:21:32.800Z Fresh zone v0.3.0
75262025-01-17T09:21:32.800Z Fresh convert_case v0.4.0
75272025-01-17T09:21:32.800Z Fresh base64 v0.21.7
75282025-01-17T09:21:32.800Z Fresh atomicwrites v0.4.4
75292025-01-17T09:21:32.800Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75302025-01-17T09:21:32.800Z Fresh derive_more v0.99.18
75312025-01-17T09:21:32.800Z Fresh newline-converter v0.3.0
75322025-01-17T09:21:32.800Z Fresh same-file v1.0.6
75332025-01-17T09:21:32.800Z Fresh tungstenite v0.21.0
75342025-01-17T09:21:32.800Z Fresh xattr v1.3.1
75352025-01-17T09:21:32.800Z Fresh filetime v0.2.25
75362025-01-17T09:21:32.800Z Fresh indent_write v2.2.0
75372025-01-17T09:21:32.800Z Fresh expectorate v1.1.0
75382025-01-17T09:21:32.800Z Fresh walkdir v2.5.0
75392025-01-17T09:21:32.800Z Fresh tokio-tungstenite v0.21.0
75402025-01-17T09:21:32.800Z Fresh tar v0.4.42
75412025-01-17T09:21:32.800Z Fresh password-hash v0.5.0
75422025-01-17T09:21:32.800Z Fresh blake2 v0.10.6
75432025-01-17T09:21:32.800Z Fresh num-rational v0.4.2
75442025-01-17T09:21:32.800Z Fresh libsw v3.3.1
75452025-01-17T09:21:32.800Z Fresh num-complex v0.4.6
75462025-01-17T09:21:32.800Z Fresh swrite v0.1.0
75472025-01-17T09:21:32.800Z Fresh owo-colors v4.1.0
75482025-01-17T09:21:32.800Z Fresh argon2 v0.5.3
75492025-01-17T09:21:32.800Z Fresh cancel-safe-futures v0.1.5
75502025-01-17T09:21:32.801Z Fresh linear-map v1.2.0
75512025-01-17T09:21:32.801Z Fresh num v0.4.3
75522025-01-17T09:21:32.801Z Fresh float-ord v0.3.2
75532025-01-17T09:21:32.801Z Fresh highway v1.2.0
75542025-01-17T09:21:32.801Z Fresh arc-swap v1.7.1
75552025-01-17T09:21:32.801Z Fresh semver v0.1.20
75562025-01-17T09:21:32.801Z Fresh humantime v2.1.0
75572025-01-17T09:21:32.801Z Fresh slog-scope v4.4.0
75582025-01-17T09:21:32.801Z Fresh pem v3.0.4
75592025-01-17T09:21:32.801Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75602025-01-17T09:21:32.801Z Fresh rustc_version v0.1.7
75612025-01-17T09:21:32.801Z Fresh slog-stdlog v4.1.1
75622025-01-17T09:21:32.801Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
75632025-01-17T09:21:32.801Z Fresh heck v0.3.3
75642025-01-17T09:21:32.801Z Fresh headers-core v0.3.0
75652025-01-17T09:21:32.801Z Fresh slog-envlogger v2.2.0
75662025-01-17T09:21:32.801Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75672025-01-17T09:21:32.801Z Fresh zone_cfg_derive v0.1.2
75682025-01-17T09:21:32.801Z Fresh headers v0.4.0
75692025-01-17T09:21:32.801Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75702025-01-17T09:21:32.801Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75712025-01-17T09:21:32.801Z Fresh lzma-sys v0.1.20
75722025-01-17T09:21:32.801Z Fresh base64 v0.13.1
75732025-01-17T09:21:32.801Z Fresh zone v0.1.8
75742025-01-17T09:21:32.801Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75752025-01-17T09:21:32.801Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75762025-01-17T09:21:32.801Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
75772025-01-17T09:21:32.801Z Fresh newtype_derive v0.1.6
75782025-01-17T09:21:32.801Z Fresh xz2 v0.1.7
75792025-01-17T09:21:32.801Z Fresh ron v0.7.1
75802025-01-17T09:21:32.801Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75812025-01-17T09:21:32.801Z Fresh yasna v0.5.2
75822025-01-17T09:21:32.801Z Fresh subprocess v0.2.9
75832025-01-17T09:21:32.801Z Fresh half v2.4.1
75842025-01-17T09:21:32.801Z Fresh ciborium-io v0.2.2
75852025-01-17T09:21:32.801Z Fresh steno v0.4.1
75862025-01-17T09:21:32.801Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75872025-01-17T09:21:32.802Z Fresh rcgen v0.12.1
75882025-01-17T09:21:32.802Z Fresh ciborium-ll v0.2.2
75892025-01-17T09:21:32.802Z Fresh display-error-chain v0.2.2
75902025-01-17T09:21:32.802Z Fresh ciborium v0.2.2
75912025-01-17T09:21:32.802Z Fresh keccak v0.1.5
75922025-01-17T09:21:32.802Z Fresh universal-hash v0.5.1
75932025-01-17T09:21:32.802Z Fresh opaque-debug v0.3.1
75942025-01-17T09:21:32.803Z Fresh sha3 v0.10.8
75952025-01-17T09:21:32.803Z Fresh arrayref v0.3.9
75962025-01-17T09:21:32.803Z Fresh constant_time_eq v0.3.1
75972025-01-17T09:21:32.803Z Fresh arrayvec v0.7.6
75982025-01-17T09:21:32.803Z Fresh secrecy v0.8.0
75992025-01-17T09:21:32.803Z Fresh aead v0.5.2
76002025-01-17T09:21:32.803Z Fresh poly1305 v0.8.0
76012025-01-17T09:21:32.803Z Fresh chacha20 v0.9.1
76022025-01-17T09:21:32.803Z Fresh memmap2 v0.9.5
76032025-01-17T09:21:32.803Z Fresh topological-sort v0.2.2
76042025-01-17T09:21:32.803Z Fresh slog-dtrace v0.3.0
76052025-01-17T09:21:32.803Z Fresh maplit v1.0.2
76062025-01-17T09:21:32.806Z Fresh toolchain_find v0.4.0
76072025-01-17T09:21:32.806Z Fresh thiserror-impl-no-std v2.0.2
76082025-01-17T09:21:32.806Z Fresh blake3 v1.5.4
76092025-01-17T09:21:32.806Z Fresh thiserror-no-std v2.0.2
76102025-01-17T09:21:32.806Z Fresh rustfmt-wrapper v0.2.1
76112025-01-17T09:21:32.806Z Fresh gethostname v0.5.0
76122025-01-17T09:21:32.806Z Fresh chacha20poly1305 v0.10.1
76132025-01-17T09:21:32.806Z Fresh omicron-zone-package v0.12.0
76142025-01-17T09:21:32.806Z Fresh vsss-rs v3.3.4
76152025-01-17T09:21:32.806Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
76162025-01-17T09:21:32.806Z Fresh termcolor v1.4.1
76172025-01-17T09:21:32.806Z Fresh tap v1.0.1
76182025-01-17T09:21:32.806Z Fresh wyz v0.5.1
76192025-01-17T09:21:32.806Z Fresh nibble_vec v0.1.0
76202025-01-17T09:21:32.807Z Fresh funty v2.0.0
76212025-01-17T09:21:32.807Z Fresh endian-type v0.1.2
76222025-01-17T09:21:32.807Z Fresh radium v0.7.0
76232025-01-17T09:21:32.807Z Fresh crc-catalog v2.4.0
76242025-01-17T09:21:32.807Z Fresh radix_trie v0.2.1
76252025-01-17T09:21:32.807Z Fresh maybe-uninit v2.0.0
76262025-01-17T09:21:32.807Z Fresh dsl_auto_type v0.1.2
76272025-01-17T09:21:32.807Z Fresh crc v3.2.1
76282025-01-17T09:21:32.807Z Fresh bitvec v1.0.1
76292025-01-17T09:21:32.807Z Fresh packed_struct_codegen v0.10.1
76302025-01-17T09:21:32.807Z Fresh scheduled-thread-pool v0.2.7
76312025-01-17T09:21:32.807Z Fresh diesel_table_macro_syntax v0.2.0
76322025-01-17T09:21:32.807Z Fresh nodrop v0.1.14
76332025-01-17T09:21:32.807Z Fresh packed_struct v0.10.1
76342025-01-17T09:21:32.807Z Fresh r2d2 v0.8.10
76352025-01-17T09:21:32.807Z Fresh diesel_derives v2.2.3
76362025-01-17T09:21:32.807Z Fresh smallvec v0.6.14
76372025-01-17T09:21:32.807Z Fresh array-init v0.0.4
76382025-01-17T09:21:32.807Z Fresh const_format_proc_macros v0.2.33
76392025-01-17T09:21:32.807Z Fresh async-recursion v1.1.1
76402025-01-17T09:21:32.807Z Fresh hashbrown v0.12.3
76412025-01-17T09:21:32.807Z Fresh diff v0.1.13
76422025-01-17T09:21:32.807Z Fresh simd-adler32 v0.3.7
76432025-01-17T09:21:32.807Z Fresh bumpalo v3.16.0
76442025-01-17T09:21:32.807Z Fresh bitfield v0.14.0
76452025-01-17T09:21:32.807Z Fresh lockfree-object-pool v0.1.6
76462025-01-17T09:21:32.807Z Fresh indexmap v1.9.3
76472025-01-17T09:21:32.807Z Fresh const_format v0.2.33
76482025-01-17T09:21:32.807Z Fresh crunchy v0.2.2
76492025-01-17T09:21:32.807Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76502025-01-17T09:21:32.807Z Fresh zopfli v0.8.1
76512025-01-17T09:21:32.807Z Fresh serde-hex v0.1.0
76522025-01-17T09:21:32.807Z Fresh diesel v2.2.6
76532025-01-17T09:21:32.807Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
76542025-01-17T09:21:32.807Z Fresh env_logger v0.10.2
76552025-01-17T09:21:32.807Z Fresh ron v0.8.1
76562025-01-17T09:21:32.807Z Fresh hashbrown v0.13.2
76572025-01-17T09:21:32.807Z Fresh crc-any v2.5.0
76582025-01-17T09:21:32.808Z Fresh tiny-keccak v2.0.2
76592025-01-17T09:21:32.808Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
76602025-01-17T09:21:32.808Z Fresh zip v2.1.3
76612025-01-17T09:21:32.808Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76622025-01-17T09:21:32.808Z Fresh object v0.30.4
76632025-01-17T09:21:32.808Z Fresh ascii-canvas v3.0.0
76642025-01-17T09:21:32.808Z Fresh ref-cast-impl v1.0.23
76652025-01-17T09:21:32.808Z Fresh bitfield-struct v0.6.2
76662025-01-17T09:21:32.808Z Fresh ena v0.14.3
76672025-01-17T09:21:32.808Z Fresh path-slash v0.1.5
76682025-01-17T09:21:32.808Z Fresh regex-syntax v0.6.29
76692025-01-17T09:21:32.808Z Fresh libefi-sys v0.1.0
76702025-01-17T09:21:32.808Z Fresh ref-cast v1.0.23
76712025-01-17T09:21:32.808Z Fresh lalrpop v0.19.12
76722025-01-17T09:21:32.808Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
76732025-01-17T09:21:32.808Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76742025-01-17T09:21:32.808Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
76752025-01-17T09:21:32.808Z Fresh fxhash v0.2.1
76762025-01-17T09:21:32.808Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76772025-01-17T09:21:32.808Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
76782025-01-17T09:21:32.808Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76792025-01-17T09:21:32.808Z Fresh derive_builder_core v0.20.2
76802025-01-17T09:21:32.808Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76812025-01-17T09:21:32.808Z Fresh derive_builder_macro v0.20.2
76822025-01-17T09:21:32.808Z Fresh strum_macros v0.24.3
76832025-01-17T09:21:32.808Z Fresh kstat-rs v0.2.4
76842025-01-17T09:21:32.808Z Fresh indoc v1.0.9
76852025-01-17T09:21:32.808Z Fresh derive_builder v0.20.2
76862025-01-17T09:21:32.808Z Fresh libxml v0.3.3
76872025-01-17T09:21:32.808Z Fresh polar-core v0.27.3
76882025-01-17T09:21:32.808Z Fresh phf_generator v0.11.2
76892025-01-17T09:21:32.808Z Fresh primeorder v0.13.6
76902025-01-17T09:21:32.808Z Fresh oso-derive v0.27.3
76912025-01-17T09:21:32.808Z Fresh impl-trait-for-tuples v0.2.2
76922025-01-17T09:21:32.808Z Fresh quick-xml v0.33.0
76932025-01-17T09:21:32.808Z Fresh vte_generate_state_changes v0.1.2
76942025-01-17T09:21:32.808Z Fresh oso v0.27.3
76952025-01-17T09:21:32.808Z Fresh phf_codegen v0.11.2
76962025-01-17T09:21:32.808Z Fresh vte v0.11.1
76972025-01-17T09:21:32.808Z Fresh samael v0.0.17
76982025-01-17T09:21:32.809Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76992025-01-17T09:21:32.809Z Fresh fd-lock v4.0.2
77002025-01-17T09:21:32.809Z Fresh parse-zoneinfo v0.3.1
77012025-01-17T09:21:32.809Z Fresh cfg_aliases v0.1.1
77022025-01-17T09:21:32.809Z Fresh parking_lot_core v0.8.6
77032025-01-17T09:21:32.809Z Fresh unicase v2.7.0
77042025-01-17T09:21:32.809Z Fresh strip-ansi-escapes v0.2.0
77052025-01-17T09:21:32.809Z Fresh chrono-tz-build v0.4.0
77062025-01-17T09:21:32.812Z Fresh bb8 v0.8.5
77072025-01-17T09:21:32.812Z Fresh nu-ansi-term v0.50.1
77082025-01-17T09:21:32.812Z Fresh reedline v0.35.0
77092025-01-17T09:21:32.812Z Fresh async-bb8-diesel v0.2.1
77102025-01-17T09:21:32.812Z Fresh diesel-dtrace v0.4.2
77112025-01-17T09:21:32.812Z Fresh parking_lot v0.11.2
77122025-01-17T09:21:32.812Z Fresh p384 v0.13.0
77132025-01-17T09:21:32.812Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
77142025-01-17T09:21:32.812Z Fresh bytecount v0.6.8
77152025-01-17T09:21:32.812Z Fresh http-range v0.1.5
77162025-01-17T09:21:32.812Z Fresh sled v0.34.7
77172025-01-17T09:21:32.812Z Fresh salty v0.3.0
77182025-01-17T09:21:32.812Z Fresh papergrid v0.11.0
77192025-01-17T09:21:32.812Z Fresh buf-list v1.0.3
77202025-01-17T09:21:32.812Z Fresh nix v0.28.0
77212025-01-17T09:21:32.812Z Fresh hickory-client v0.24.1
77222025-01-17T09:21:32.813Z Fresh tabled_derive v0.7.0
77232025-01-17T09:21:32.813Z Fresh peg-macros v0.8.4
77242025-01-17T09:21:32.813Z Fresh hickory-server v0.24.1
77252025-01-17T09:21:32.813Z Fresh sqlparser_derive v0.2.2
77262025-01-17T09:21:32.813Z Fresh nanorand v0.7.0
77272025-01-17T09:21:32.813Z Fresh atty v0.2.14
77282025-01-17T09:21:32.813Z Fresh env_filter v0.1.2
77292025-01-17T09:21:32.813Z Fresh unicode_categories v0.1.1
77302025-01-17T09:21:32.813Z Fresh tabled v0.15.0
77312025-01-17T09:21:32.813Z Fresh flume v0.11.1
77322025-01-17T09:21:32.813Z Fresh sqlformat v0.2.6
77332025-01-17T09:21:32.813Z Fresh env_logger v0.11.5
77342025-01-17T09:21:32.813Z Fresh sqlparser v0.45.0
77352025-01-17T09:21:32.813Z Fresh chrono-tz v0.10.0
77362025-01-17T09:21:32.813Z Fresh peg v0.8.4
77372025-01-17T09:21:32.813Z Fresh rustyline v14.0.0
77382025-01-17T09:21:32.813Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77392025-01-17T09:21:32.813Z Fresh mime_guess v2.0.5
77402025-01-17T09:21:32.813Z Fresh bcs v0.1.6
77412025-01-17T09:21:32.814Z Fresh pin-project-internal v1.1.6
77422025-01-17T09:21:32.814Z Fresh hyper-staticfile v0.10.1
77432025-01-17T09:21:32.814Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77442025-01-17T09:21:32.814Z Fresh pin-project v1.1.6
77452025-01-17T09:21:32.814Z Fresh memoffset v0.9.1
77462025-01-17T09:21:32.814Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
77472025-01-17T09:21:32.814Z Fresh nix v0.27.1
77482025-01-17T09:21:32.814Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
77492025-01-17T09:21:32.814Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
77502025-01-17T09:21:32.814Z Fresh tungstenite v0.23.0
77512025-01-17T09:21:32.814Z Fresh concurrent-queue v2.5.0
77522025-01-17T09:21:32.814Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
77532025-01-17T09:21:32.814Z Fresh snafu-derive v0.8.5
77542025-01-17T09:21:32.814Z Fresh parking v2.2.1
77552025-01-17T09:21:32.814Z Fresh tokio-tungstenite v0.23.1
77562025-01-17T09:21:32.814Z Fresh signal-hook-tokio v0.3.1
77572025-01-17T09:21:32.814Z Fresh globset v0.4.15
77582025-01-17T09:21:32.814Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
77592025-01-17T09:21:32.814Z Fresh snafu v0.8.5
77602025-01-17T09:21:32.814Z Fresh olpc-cjson v0.1.4
77612025-01-17T09:21:32.814Z Fresh serde_plain v1.0.2
77622025-01-17T09:21:32.814Z Fresh cargo-platform v0.1.8
77632025-01-17T09:21:32.814Z Fresh typed-path v0.9.3
77642025-01-17T09:21:32.814Z Fresh tough v0.19.0
77652025-01-17T09:21:32.814Z Fresh cargo_metadata v0.18.1
77662025-01-17T09:21:32.814Z Fresh rand_seeder v0.3.0
77672025-01-17T09:21:32.814Z Fresh parse-size v1.1.0
77682025-01-17T09:21:32.814Z Fresh event-listener v5.3.1
77692025-01-17T09:21:32.814Z Fresh futures-lite v2.3.0
77702025-01-17T09:21:32.814Z Fresh event-listener-strategy v0.5.2
77712025-01-17T09:21:32.814Z Fresh castaway v0.2.3
77722025-01-17T09:21:32.814Z Fresh unicode-truncate v1.1.0
77732025-01-17T09:21:32.814Z Fresh lru v0.12.5
77742025-01-17T09:21:32.814Z Fresh libz-sys v1.1.20
77752025-01-17T09:21:32.814Z Fresh compact_str v0.8.0
77762025-01-17T09:21:32.814Z Fresh instability v0.3.2
77772025-01-17T09:21:32.814Z Fresh csv-core v0.1.11
77782025-01-17T09:21:32.814Z Fresh cassowary v0.3.0
77792025-01-17T09:21:32.814Z Fresh is_ci v1.2.0
77802025-01-17T09:21:32.815Z Fresh supports-color v3.0.1
77812025-01-17T09:21:32.815Z Fresh libgit2-sys v0.17.0+1.8.1
77822025-01-17T09:21:32.815Z Fresh csv v1.3.0
77832025-01-17T09:21:32.815Z Fresh ratatui v0.28.1
77842025-01-17T09:21:32.815Z Fresh async-lock v3.4.0
77852025-01-17T09:21:32.815Z Fresh polyval v0.6.2
77862025-01-17T09:21:32.815Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
77872025-01-17T09:21:32.815Z Fresh polling v3.7.3
77882025-01-17T09:21:32.815Z Fresh git2 v0.19.0
77892025-01-17T09:21:32.815Z Fresh ghash v0.5.1
77902025-01-17T09:21:32.815Z Fresh ctr v0.9.2
77912025-01-17T09:21:32.815Z Fresh async-io v2.3.4
77922025-01-17T09:21:32.815Z Fresh async-task v4.7.1
77932025-01-17T09:21:32.815Z Fresh shell-words v1.1.0
77942025-01-17T09:21:32.815Z Fresh plotters-backend v0.3.7
77952025-01-17T09:21:32.815Z Fresh assert_matches v1.5.0
77962025-01-17T09:21:32.815Z Fresh cfg_aliases v0.2.1
77972025-01-17T09:21:32.815Z Fresh plotters-svg v0.3.7
77982025-01-17T09:21:32.815Z Fresh vergen v8.3.2
77992025-01-17T09:21:32.815Z Fresh aes-gcm v0.10.3
78002025-01-17T09:21:32.815Z Fresh async-channel v2.3.1
78012025-01-17T09:21:32.815Z Fresh piper v0.2.4
78022025-01-17T09:21:32.815Z Fresh ssh-encoding v0.2.0
78032025-01-17T09:21:32.815Z Fresh sct v0.7.1
78042025-01-17T09:21:32.815Z Fresh rustls-webpki v0.101.7
78052025-01-17T09:21:32.815Z Fresh blowfish v0.9.1
78062025-01-17T09:21:32.818Z Fresh rtoolbox v0.0.2
78072025-01-17T09:21:32.818Z Fresh cast v0.3.0
78082025-01-17T09:21:32.818Z Fresh unicode-linebreak v0.1.5
78092025-01-17T09:21:32.818Z Fresh smawk v0.3.2
78102025-01-17T09:21:32.819Z Fresh bcrypt-pbkdf v0.10.0
78112025-01-17T09:21:32.819Z Fresh rustls v0.21.12
78122025-01-17T09:21:32.819Z Fresh rpassword v7.3.1
78132025-01-17T09:21:32.819Z Fresh textwrap v0.16.1
78142025-01-17T09:21:32.819Z Fresh criterion-plot v0.5.0
78152025-01-17T09:21:32.819Z Fresh ssh-cipher v0.2.0
78162025-01-17T09:21:32.819Z Fresh blocking v1.6.1
78172025-01-17T09:21:32.819Z Fresh plotters v0.3.7
78182025-01-17T09:21:32.819Z Fresh libsqlite3-sys v0.30.1
78192025-01-17T09:21:32.819Z Fresh async-executor v1.13.1
78202025-01-17T09:21:32.819Z Fresh async-signal v0.2.10
78212025-01-17T09:21:32.819Z Fresh tui-tree-widget v0.22.0
78222025-01-17T09:21:32.819Z Fresh hashlink v0.9.1
78232025-01-17T09:21:32.819Z Fresh password-hash v0.4.2
78242025-01-17T09:21:32.819Z Fresh tinytemplate v1.2.1
78252025-01-17T09:21:32.819Z Fresh event-listener v2.5.3
78262025-01-17T09:21:32.819Z Fresh hex-literal v0.4.1
78272025-01-17T09:21:32.819Z Fresh anes v0.1.6
78282025-01-17T09:21:32.819Z Fresh fallible-streaming-iterator v0.1.9
78292025-01-17T09:21:32.819Z Fresh matches v0.1.10
78302025-01-17T09:21:32.819Z Fresh oorandom v11.1.4
78312025-01-17T09:21:32.819Z Fresh yansi v1.0.1
78322025-01-17T09:21:32.819Z Fresh fallible-iterator v0.3.0
78332025-01-17T09:21:32.820Z Fresh async-channel v1.9.0
78342025-01-17T09:21:32.820Z Fresh criterion v0.5.1
78352025-01-17T09:21:32.820Z Fresh rusqlite v0.32.1
78362025-01-17T09:21:32.820Z Fresh pretty_assertions v1.4.1
78372025-01-17T09:21:32.820Z Fresh idna v0.2.3
78382025-01-17T09:21:32.820Z Fresh pbkdf2 v0.11.0
78392025-01-17T09:21:32.820Z Fresh async-process v2.3.0
78402025-01-17T09:21:32.820Z Fresh async-global-executor v2.4.1
78412025-01-17T09:21:32.820Z Fresh ssh-key v0.6.6
78422025-01-17T09:21:32.820Z Fresh nix v0.29.0
78432025-01-17T09:21:32.820Z Fresh target-lexicon v0.12.16
78442025-01-17T09:21:32.820Z Fresh tokio-rustls v0.24.1
78452025-01-17T09:21:32.820Z Fresh p521 v0.13.3
78462025-01-17T09:21:32.820Z Fresh p256 v0.13.2
78472025-01-17T09:21:32.820Z Fresh rustls-pemfile v1.0.4
78482025-01-17T09:21:32.820Z Fresh twox-hash v1.6.3
78492025-01-17T09:21:32.820Z Fresh enum-as-inner v0.5.1
78502025-01-17T09:21:32.820Z Fresh async-attributes v1.1.2
78512025-01-17T09:21:32.820Z Fresh russh-cryptovec v0.7.3
78522025-01-17T09:21:32.820Z Fresh num_cpus v1.16.0
78532025-01-17T09:21:32.820Z Fresh kv-log-macro v1.0.7
78542025-01-17T09:21:32.820Z Fresh futures-timer v3.0.3
78552025-01-17T09:21:32.820Z Fresh md5 v0.7.0
78562025-01-17T09:21:32.820Z Fresh threadpool v1.8.1
78572025-01-17T09:21:32.820Z Fresh async-std v1.13.0
78582025-01-17T09:21:32.820Z Fresh russh-keys v0.45.0
78592025-01-17T09:21:32.821Z Fresh trust-dns-proto v0.22.0
78602025-01-17T09:21:32.821Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78612025-01-17T09:21:32.821Z Fresh cfg-expr v0.17.0
78622025-01-17T09:21:32.821Z Fresh guppy-workspace-hack v0.1.0
78632025-01-17T09:21:32.821Z Fresh doc-comment v0.3.3
78642025-01-17T09:21:32.821Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78652025-01-17T09:21:32.821Z Fresh httptest v0.16.1
78662025-01-17T09:21:32.821Z Fresh fatfs v0.3.6
78672025-01-17T09:21:32.821Z Fresh num-bigint v0.4.6
78682025-01-17T09:21:32.821Z Fresh proc-macro-crate v3.2.0
78692025-01-17T09:21:32.821Z Fresh rustls-native-certs v0.7.3
78702025-01-17T09:21:32.821Z Fresh des v0.8.1
78712025-01-17T09:21:32.821Z Fresh escape8259 v0.5.3
78722025-01-17T09:21:32.821Z Fresh dhcproto-macros v0.1.0
78732025-01-17T09:21:32.821Z Fresh relative-path v1.9.3
78742025-01-17T09:21:32.821Z Fresh hyper-rustls v0.26.0
78752025-01-17T09:21:32.821Z Fresh target-spec v3.2.2
78762025-01-17T09:21:32.821Z Fresh rstest_macros v0.23.0
78772025-01-17T09:21:32.821Z Fresh libtest-mimic v0.7.3
78782025-01-17T09:21:32.821Z Fresh russh v0.45.0
78792025-01-17T09:21:32.821Z Fresh dhcproto v0.12.0
78802025-01-17T09:21:32.821Z Fresh assert_cmd v2.0.16
78812025-01-17T09:21:32.821Z Fresh target-triple v0.1.3
78822025-01-17T09:21:32.821Z Fresh petname v2.0.2
78832025-01-17T09:21:32.821Z Fresh async-object-pool v0.1.5
78842025-01-17T09:21:32.821Z Fresh blake2b_simd v1.0.2
78852025-01-17T09:21:32.821Z Fresh fancy-regex v0.13.0
78862025-01-17T09:21:32.821Z Fresh pathdiff v0.2.2
78872025-01-17T09:21:32.821Z Fresh assert-json-diff v2.0.2
78882025-01-17T09:21:32.822Z Fresh serde_regex v1.1.0
78892025-01-17T09:21:32.822Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78902025-01-17T09:21:32.822Z Fresh uzers v0.12.1
78912025-01-17T09:21:32.822Z Fresh path-tree v0.8.1
78922025-01-17T09:21:32.822Z Fresh nested v0.1.1
78932025-01-17T09:21:32.822Z Fresh sync-ptr v0.1.1
78942025-01-17T09:21:32.822Z Fresh stringmetrics v2.2.2
78952025-01-17T09:21:32.822Z Fresh internet-checksum v0.2.1
78962025-01-17T09:21:32.822Z Fresh datatest-stable v0.2.9
78972025-01-17T09:21:32.822Z Fresh rust-argon2 v2.1.0
78982025-01-17T09:21:32.822Z Fresh guppy v0.17.8
78992025-01-17T09:21:32.822Z Fresh httpmock v0.8.0-alpha.1
79002025-01-17T09:21:32.822Z Fresh trybuild v1.0.101
79012025-01-17T09:21:32.822Z Fresh rstest v0.23.0
79022025-01-17T09:21:32.822Z Fresh partial-io v0.5.4
79032025-01-17T09:21:32.822Z Fresh similar-asserts v1.6.0
79042025-01-17T09:21:32.822Z Fresh rand_distr v0.4.3
79052025-01-17T09:21:32.822Z Fresh approx v0.5.1
79062025-01-17T09:21:32.830Z Fresh indoc v2.0.5
79072025-01-17T09:21:32.830Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
79082025-01-17T09:21:32.830Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79092025-01-17T09:21:32.830Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
79102025-01-17T09:21:32.830Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
79112025-01-17T09:21:32.830Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
79122025-01-17T09:21:32.830Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
79132025-01-17T09:21:32.830Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
79142025-01-17T09:21:32.830Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79152025-01-17T09:21:32.830Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79162025-01-17T09:21:32.830Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
79172025-01-17T09:21:32.830Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
79182025-01-17T09:21:32.830Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
79192025-01-17T09:21:32.830Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79202025-01-17T09:21:32.830Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
79212025-01-17T09:21:32.830Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
79222025-01-17T09:21:32.830Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79232025-01-17T09:21:32.830Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
79242025-01-17T09:21:32.830Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
79252025-01-17T09:21:32.830Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
79262025-01-17T09:21:32.831Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
79272025-01-17T09:21:32.831Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
79282025-01-17T09:21:32.831Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
79292025-01-17T09:21:32.831Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
79302025-01-17T09:21:32.831Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
79312025-01-17T09:21:32.831Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
79322025-01-17T09:21:32.831Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
79332025-01-17T09:21:32.831Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
79342025-01-17T09:21:32.831Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
79352025-01-17T09:21:32.831Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
79362025-01-17T09:21:32.831Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
79372025-01-17T09:21:32.831Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
79382025-01-17T09:21:32.831Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
79392025-01-17T09:21:32.831Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
79402025-01-17T09:21:32.831Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
79412025-01-17T09:21:32.831Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
79422025-01-17T09:21:32.831Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
79432025-01-17T09:21:32.831Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
79442025-01-17T09:21:32.831Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
79452025-01-17T09:21:32.832Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
79462025-01-17T09:21:32.832Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
79472025-01-17T09:21:32.832Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
79482025-01-17T09:21:32.832Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79492025-01-17T09:21:32.832Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
79502025-01-17T09:21:32.832Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
79512025-01-17T09:21:32.832Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
79522025-01-17T09:21:32.832Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
79532025-01-17T09:21:32.832Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
79542025-01-17T09:21:32.832Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
79552025-01-17T09:21:32.832Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
79562025-01-17T09:21:32.832Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79572025-01-17T09:21:32.832Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
79582025-01-17T09:21:32.832Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
79592025-01-17T09:21:32.832Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
79602025-01-17T09:21:32.832Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
79612025-01-17T09:21:32.832Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
79622025-01-17T09:21:32.832Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
79632025-01-17T09:21:32.832Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
79642025-01-17T09:21:32.832Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
79652025-01-17T09:21:32.832Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
79662025-01-17T09:21:32.832Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79672025-01-17T09:21:32.833Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
79682025-01-17T09:21:32.833Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
79692025-01-17T09:21:32.833Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
79702025-01-17T09:21:32.833Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
79712025-01-17T09:21:32.833Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79722025-01-17T09:21:32.833Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79732025-01-17T09:21:32.833Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79742025-01-17T09:21:32.833Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79752025-01-17T09:21:32.833Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79762025-01-17T09:21:32.833Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79772025-01-17T09:21:32.833Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79782025-01-17T09:21:32.833Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79792025-01-17T09:21:32.833Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79802025-01-17T09:21:32.833Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79812025-01-17T09:21:32.833Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79822025-01-17T09:21:32.833Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79832025-01-17T09:21:32.833Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79842025-01-17T09:21:32.833Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79852025-01-17T09:21:32.833Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79862025-01-17T09:21:32.833Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79872025-01-17T09:21:32.833Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79882025-01-17T09:21:32.833Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79892025-01-17T09:21:32.833Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79902025-01-17T09:21:32.833Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79912025-01-17T09:21:32.833Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79922025-01-17T09:21:32.833Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79932025-01-17T09:21:32.833Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79942025-01-17T09:21:32.833Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79952025-01-17T09:21:32.833Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79962025-01-17T09:21:32.833Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79972025-01-17T09:21:32.833Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79982025-01-17T09:21:32.833Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79992025-01-17T09:21:32.833Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
80002025-01-17T09:21:32.833Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
80012025-01-17T09:21:32.833Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
80022025-01-17T09:21:32.833Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
80032025-01-17T09:21:32.833Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
80042025-01-17T09:21:32.834Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
80052025-01-17T09:21:32.834Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
80062025-01-17T09:21:32.837Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
80072025-01-17T09:21:32.837Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
80082025-01-17T09:21:32.837Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
80092025-01-17T09:21:32.837Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80102025-01-17T09:21:32.837Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
80112025-01-17T09:21:32.837Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
80122025-01-17T09:21:32.837Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
80132025-01-17T09:21:32.837Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
80142025-01-17T09:21:32.837Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
80152025-01-17T09:21:32.837Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
80162025-01-17T09:21:32.837Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
80172025-01-17T09:21:32.837Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
80182025-01-17T09:21:32.837Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
80192025-01-17T09:21:32.837Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
80202025-01-17T09:21:32.837Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
80212025-01-17T09:21:32.838Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
80222025-01-17T09:21:32.838Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
80232025-01-17T09:21:32.838Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
80242025-01-17T09:21:32.838Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s
80252025-01-17T09:21:32.913Z Doc-tests api_identity
80262025-01-17T09:21:32.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80272025-01-17T09:21:33.207Z
80282025-01-17T09:21:33.207Zrunning 0 tests
80292025-01-17T09:21:33.207Z
80302025-01-17T09:21:33.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80312025-01-17T09:21:33.210Z
80322025-01-17T09:21:33.218Z Doc-tests authz_macros
80332025-01-17T09:21:33.221Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80342025-01-17T09:21:33.359Z
80352025-01-17T09:21:33.359Zrunning 7 tests
80362025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
80372025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
80382025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
80392025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
80402025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
80412025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
80422025-01-17T09:21:33.362Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
80432025-01-17T09:21:33.362Z
80442025-01-17T09:21:33.362Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
80452025-01-17T09:21:33.362Z
80462025-01-17T09:21:33.372Z Doc-tests bootstore
80472025-01-17T09:21:33.374Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80482025-01-17T09:21:34.206Z
80492025-01-17T09:21:34.206Zrunning 0 tests
80502025-01-17T09:21:34.206Z
80512025-01-17T09:21:34.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522025-01-17T09:21:34.206Z
80532025-01-17T09:21:34.237Z Doc-tests bootstrap_agent_api
80542025-01-17T09:21:34.240Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80552025-01-17T09:21:34.600Z
80562025-01-17T09:21:34.600Zrunning 2 tests
80572025-01-17T09:21:34.603Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
80582025-01-17T09:21:34.603Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
80592025-01-17T09:21:34.603Z
80602025-01-17T09:21:34.603Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80612025-01-17T09:21:34.603Z
80622025-01-17T09:21:34.627Z Doc-tests bootstrap_agent_client
80632025-01-17T09:21:34.630Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80642025-01-17T09:21:35.440Z
80652025-01-17T09:21:35.440Zrunning 0 tests
80662025-01-17T09:21:35.440Z
80672025-01-17T09:21:35.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80682025-01-17T09:21:35.440Z
80692025-01-17T09:21:35.474Z Doc-tests clickana
80702025-01-17T09:21:35.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-410c002312a2e4ba.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80712025-01-17T09:21:35.846Z
80722025-01-17T09:21:35.847Zrunning 0 tests
80732025-01-17T09:21:35.847Z
80742025-01-17T09:21:35.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80752025-01-17T09:21:35.847Z
80762025-01-17T09:21:35.870Z Doc-tests clickhouse_admin_api
80772025-01-17T09:21:35.879Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80782025-01-17T09:21:36.109Z
80792025-01-17T09:21:36.109Zrunning 6 tests
80802025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80812025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80822025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80832025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80842025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 161) ... ignored
80852025-01-17T09:21:36.112Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 167) ... ignored
80862025-01-17T09:21:36.112Z
80872025-01-17T09:21:36.112Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882025-01-17T09:21:36.112Z
80892025-01-17T09:21:36.132Z Doc-tests clickhouse_admin_keeper_client
80902025-01-17T09:21:36.136Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80912025-01-17T09:21:36.602Z
80922025-01-17T09:21:36.603Zrunning 0 tests
80932025-01-17T09:21:36.603Z
80942025-01-17T09:21:36.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80952025-01-17T09:21:36.603Z
80962025-01-17T09:21:36.631Z Doc-tests clickhouse_admin_server_client
80972025-01-17T09:21:36.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80982025-01-17T09:21:37.064Z
80992025-01-17T09:21:37.064Zrunning 0 tests
81002025-01-17T09:21:37.064Z
81012025-01-17T09:21:37.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022025-01-17T09:21:37.064Z
81032025-01-17T09:21:37.092Z Doc-tests clickhouse_admin_single_client
81042025-01-17T09:21:37.092Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81052025-01-17T09:21:37.299Z
81062025-01-17T09:21:37.299Zrunning 0 tests
81072025-01-17T09:21:37.299Z
81082025-01-17T09:21:37.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092025-01-17T09:21:37.299Z
81102025-01-17T09:21:37.317Z Doc-tests clickhouse_admin_test_utils
81112025-01-17T09:21:37.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81122025-01-17T09:21:37.529Z
81132025-01-17T09:21:37.529Zrunning 0 tests
81142025-01-17T09:21:37.529Z
81152025-01-17T09:21:37.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162025-01-17T09:21:37.529Z
81172025-01-17T09:21:37.551Z Doc-tests clickhouse_admin_types
81182025-01-17T09:21:37.554Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81192025-01-17T09:21:38.063Z
81202025-01-17T09:21:38.063Zrunning 0 tests
81212025-01-17T09:21:38.063Z
81222025-01-17T09:21:38.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81232025-01-17T09:21:38.063Z
81242025-01-17T09:21:38.094Z Doc-tests cockroach_admin_api
81252025-01-17T09:21:38.097Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81262025-01-17T09:21:38.293Z
81272025-01-17T09:21:38.293Zrunning 2 tests
81282025-01-17T09:21:38.296Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
81292025-01-17T09:21:38.296Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
81302025-01-17T09:21:38.296Z
81312025-01-17T09:21:38.296Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322025-01-17T09:21:38.296Z
81332025-01-17T09:21:38.312Z Doc-tests cockroach_admin_client
81342025-01-17T09:21:38.315Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81352025-01-17T09:21:38.575Z
81362025-01-17T09:21:38.575Zrunning 0 tests
81372025-01-17T09:21:38.575Z
81382025-01-17T09:21:38.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81392025-01-17T09:21:38.575Z
81402025-01-17T09:21:38.594Z Doc-tests cockroach_admin_types
81412025-01-17T09:21:38.597Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81422025-01-17T09:21:38.733Z
81432025-01-17T09:21:38.733Zrunning 0 tests
81442025-01-17T09:21:38.733Z
81452025-01-17T09:21:38.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81462025-01-17T09:21:38.734Z
81472025-01-17T09:21:38.747Z Doc-tests db_macros
81482025-01-17T09:21:38.749Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81492025-01-17T09:21:38.991Z
81502025-01-17T09:21:38.991Zrunning 3 tests
81512025-01-17T09:21:38.993Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
81522025-01-17T09:21:38.993Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
81532025-01-17T09:21:38.994Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
81542025-01-17T09:21:38.994Z
81552025-01-17T09:21:38.994Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562025-01-17T09:21:38.994Z
81572025-01-17T09:21:39.006Z Doc-tests dns_server
81582025-01-17T09:21:39.010Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81592025-01-17T09:21:39.359Z
81602025-01-17T09:21:39.359Zrunning 0 tests
81612025-01-17T09:21:39.359Z
81622025-01-17T09:21:39.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632025-01-17T09:21:39.359Z
81642025-01-17T09:21:39.386Z Doc-tests dns_server_api
81652025-01-17T09:21:39.389Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81662025-01-17T09:21:39.616Z
81672025-01-17T09:21:39.616Zrunning 2 tests
81682025-01-17T09:21:39.619Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
81692025-01-17T09:21:39.619Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
81702025-01-17T09:21:39.619Z
81712025-01-17T09:21:39.619Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81722025-01-17T09:21:39.619Z
81732025-01-17T09:21:39.639Z Doc-tests dns_service_client
81742025-01-17T09:21:39.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81752025-01-17T09:21:39.938Z
81762025-01-17T09:21:39.938Zrunning 0 tests
81772025-01-17T09:21:39.938Z
81782025-01-17T09:21:39.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81792025-01-17T09:21:39.938Z
81802025-01-17T09:21:39.964Z Doc-tests dpd_client
81812025-01-17T09:21:39.967Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81822025-01-17T09:21:41.035Z
81832025-01-17T09:21:41.035Zrunning 0 tests
81842025-01-17T09:21:41.035Z
81852025-01-17T09:21:41.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81862025-01-17T09:21:41.035Z
81872025-01-17T09:21:41.073Z Doc-tests end_to_end_tests
81882025-01-17T09:21:41.076Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c3c3cc87644b7e96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81892025-01-17T09:21:41.533Z
81902025-01-17T09:21:41.533Zrunning 0 tests
81912025-01-17T09:21:41.533Z
81922025-01-17T09:21:41.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81932025-01-17T09:21:41.533Z
81942025-01-17T09:21:41.563Z Doc-tests gateway_api
81952025-01-17T09:21:41.566Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81962025-01-17T09:21:41.905Z
81972025-01-17T09:21:41.905Zrunning 2 tests
81982025-01-17T09:21:41.908Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
81992025-01-17T09:21:41.908Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
82002025-01-17T09:21:41.908Z
82012025-01-17T09:21:41.908Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82022025-01-17T09:21:41.908Z
82032025-01-17T09:21:41.930Z Doc-tests gateway_client
82042025-01-17T09:21:41.933Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82052025-01-17T09:21:42.812Z
82062025-01-17T09:21:42.812Zrunning 0 tests
82072025-01-17T09:21:42.813Z
82082025-01-17T09:21:42.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82092025-01-17T09:21:42.813Z
82102025-01-17T09:21:42.843Z Doc-tests gateway_test_utils
82112025-01-17T09:21:42.845Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82122025-01-17T09:21:43.527Z
82132025-01-17T09:21:43.528Zrunning 0 tests
82142025-01-17T09:21:43.528Z
82152025-01-17T09:21:43.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82162025-01-17T09:21:43.528Z
82172025-01-17T09:21:43.561Z Doc-tests gateway_types
82182025-01-17T09:21:43.564Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82192025-01-17T09:21:44.103Z
82202025-01-17T09:21:44.103Zrunning 0 tests
82212025-01-17T09:21:44.103Z
82222025-01-17T09:21:44.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82232025-01-17T09:21:44.103Z
82242025-01-17T09:21:44.135Z Doc-tests illumos_utils
82252025-01-17T09:21:44.138Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-966b3e6ec08cf523.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1b05f9d9fe1f8b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
82262025-01-17T09:21:45.425Z
82272025-01-17T09:21:45.425Zrunning 0 tests
82282025-01-17T09:21:45.425Z
82292025-01-17T09:21:45.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82302025-01-17T09:21:45.425Z
82312025-01-17T09:21:45.477Z Doc-tests installinator
82322025-01-17T09:21:45.479Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
82332025-01-17T09:21:46.219Z
82342025-01-17T09:21:46.219Zrunning 0 tests
82352025-01-17T09:21:46.219Z
82362025-01-17T09:21:46.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82372025-01-17T09:21:46.219Z
82382025-01-17T09:21:46.252Z Doc-tests installinator_api
82392025-01-17T09:21:46.254Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82402025-01-17T09:21:46.527Z
82412025-01-17T09:21:46.527Zrunning 2 tests
82422025-01-17T09:21:46.530Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
82432025-01-17T09:21:46.530Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
82442025-01-17T09:21:46.530Z
82452025-01-17T09:21:46.530Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82462025-01-17T09:21:46.530Z
82472025-01-17T09:21:46.553Z Doc-tests installinator_client
82482025-01-17T09:21:46.556Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82492025-01-17T09:21:47.340Z
82502025-01-17T09:21:47.340Zrunning 0 tests
82512025-01-17T09:21:47.340Z
82522025-01-17T09:21:47.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82532025-01-17T09:21:47.340Z
82542025-01-17T09:21:47.375Z Doc-tests installinator_common
82552025-01-17T09:21:47.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82562025-01-17T09:21:47.736Z
82572025-01-17T09:21:47.736Zrunning 0 tests
82582025-01-17T09:21:47.736Z
82592025-01-17T09:21:47.736Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82602025-01-17T09:21:47.736Z
82612025-01-17T09:21:47.765Z Doc-tests internal_dns_resolver
82622025-01-17T09:21:47.765Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82632025-01-17T09:21:48.027Z
82642025-01-17T09:21:48.027Zrunning 0 tests
82652025-01-17T09:21:48.027Z
82662025-01-17T09:21:48.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82672025-01-17T09:21:48.027Z
82682025-01-17T09:21:48.051Z Doc-tests internal_dns_types
82692025-01-17T09:21:48.054Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82702025-01-17T09:21:48.349Z
82712025-01-17T09:21:48.349Zrunning 0 tests
82722025-01-17T09:21:48.349Z
82732025-01-17T09:21:48.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82742025-01-17T09:21:48.349Z
82752025-01-17T09:21:48.374Z Doc-tests ipcc
82762025-01-17T09:21:48.376Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82772025-01-17T09:21:48.615Z
82782025-01-17T09:21:48.615Zrunning 0 tests
82792025-01-17T09:21:48.615Z
82802025-01-17T09:21:48.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82812025-01-17T09:21:48.615Z
82822025-01-17T09:21:48.639Z Doc-tests key_manager
82832025-01-17T09:21:48.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82842025-01-17T09:21:48.876Z
82852025-01-17T09:21:48.876Zrunning 0 tests
82862025-01-17T09:21:48.876Z
82872025-01-17T09:21:48.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882025-01-17T09:21:48.876Z
82892025-01-17T09:21:48.898Z Doc-tests live_tests_macros
82902025-01-17T09:21:48.901Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-53c487593a53f519.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82912025-01-17T09:21:48.974Z
82922025-01-17T09:21:48.974Zrunning 1 test
82932025-01-17T09:21:48.977Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82942025-01-17T09:21:48.977Z
82952025-01-17T09:21:48.977Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82962025-01-17T09:21:48.977Z
82972025-01-17T09:21:48.984Z Doc-tests nexus_auth
82982025-01-17T09:21:48.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82992025-01-17T09:21:50.235Z
83002025-01-17T09:21:50.235Zrunning 0 tests
83012025-01-17T09:21:50.235Z
83022025-01-17T09:21:50.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83032025-01-17T09:21:50.235Z
83042025-01-17T09:21:50.275Z Doc-tests nexus_client
83052025-01-17T09:21:50.278Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83062025-01-17T09:21:52.170Z
83072025-01-17T09:21:52.170Zrunning 0 tests
83082025-01-17T09:21:52.170Z
83092025-01-17T09:21:52.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83102025-01-17T09:21:52.170Z
83112025-01-17T09:21:52.223Z Doc-tests nexus_config
83122025-01-17T09:21:52.227Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83132025-01-17T09:21:52.724Z
83142025-01-17T09:21:52.724Zrunning 0 tests
83152025-01-17T09:21:52.724Z
83162025-01-17T09:21:52.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83172025-01-17T09:21:52.724Z
83182025-01-17T09:21:52.754Z Doc-tests nexus_db_fixed_data
83192025-01-17T09:21:52.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83202025-01-17T09:21:53.235Z
83212025-01-17T09:21:53.235Zrunning 0 tests
83222025-01-17T09:21:53.235Z
83232025-01-17T09:21:53.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83242025-01-17T09:21:53.235Z
83252025-01-17T09:21:53.264Z Doc-tests nexus_db_model
83262025-01-17T09:21:53.266Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83272025-01-17T09:22:01.360Z
83282025-01-17T09:22:01.360Zrunning 2 tests
83292025-01-17T09:22:04.172Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
83302025-01-17T09:22:04.174Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
83312025-01-17T09:22:04.174Z
83322025-01-17T09:22:04.174Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.81s
83332025-01-17T09:22:04.174Z
83342025-01-17T09:22:04.396Z Doc-tests nexus_db_queries
83352025-01-17T09:22:04.401Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6e117ffe18a1ff8e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-caf334cd7a8a03d1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83362025-01-17T09:22:06.627Z
83372025-01-17T09:22:06.627Zrunning 1 test
83382025-01-17T09:22:10.232Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
83392025-01-17T09:22:10.232Z
83402025-01-17T09:22:10.235Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.60s
83412025-01-17T09:22:10.235Z
83422025-01-17T09:22:10.321Z Doc-tests nexus_defaults
83432025-01-17T09:22:10.324Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83442025-01-17T09:22:10.537Z
83452025-01-17T09:22:10.537Zrunning 0 tests
83462025-01-17T09:22:10.537Z
83472025-01-17T09:22:10.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83482025-01-17T09:22:10.537Z
83492025-01-17T09:22:10.558Z Doc-tests nexus_external_api
83502025-01-17T09:22:10.561Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83512025-01-17T09:22:11.092Z
83522025-01-17T09:22:11.092Zrunning 2 tests
83532025-01-17T09:22:11.095Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
83542025-01-17T09:22:11.095Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
83552025-01-17T09:22:11.095Z
83562025-01-17T09:22:11.095Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572025-01-17T09:22:11.095Z
83582025-01-17T09:22:11.125Z Doc-tests nexus_internal_api
83592025-01-17T09:22:11.128Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83602025-01-17T09:22:11.538Z
83612025-01-17T09:22:11.538Zrunning 2 tests
83622025-01-17T09:22:11.541Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 61) ... ignored
83632025-01-17T09:22:11.541Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 67) ... ignored
83642025-01-17T09:22:11.541Z
83652025-01-17T09:22:11.541Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83662025-01-17T09:22:11.541Z
83672025-01-17T09:22:11.569Z Doc-tests nexus_inventory
83682025-01-17T09:22:11.572Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83692025-01-17T09:22:11.942Z
83702025-01-17T09:22:11.942Zrunning 0 tests
83712025-01-17T09:22:11.942Z
83722025-01-17T09:22:11.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83732025-01-17T09:22:11.942Z
83742025-01-17T09:22:11.972Z Doc-tests nexus_macros_common
83752025-01-17T09:22:11.975Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83762025-01-17T09:22:12.047Z
83772025-01-17T09:22:12.047Zrunning 0 tests
83782025-01-17T09:22:12.047Z
83792025-01-17T09:22:12.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83802025-01-17T09:22:12.047Z
83812025-01-17T09:22:12.056Z Doc-tests nexus_metrics_producer_gc
83822025-01-17T09:22:12.059Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83832025-01-17T09:22:12.479Z
83842025-01-17T09:22:12.479Zrunning 0 tests
83852025-01-17T09:22:12.479Z
83862025-01-17T09:22:12.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83872025-01-17T09:22:12.479Z
83882025-01-17T09:22:12.514Z Doc-tests nexus_networking
83892025-01-17T09:22:12.517Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83902025-01-17T09:22:12.956Z
83912025-01-17T09:22:12.956Zrunning 0 tests
83922025-01-17T09:22:12.956Z
83932025-01-17T09:22:12.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83942025-01-17T09:22:12.956Z
83952025-01-17T09:22:12.993Z Doc-tests nexus_reconfigurator_blippy
83962025-01-17T09:22:12.993Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83972025-01-17T09:22:13.312Z
83982025-01-17T09:22:13.312Zrunning 0 tests
83992025-01-17T09:22:13.313Z
84002025-01-17T09:22:13.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84012025-01-17T09:22:13.313Z
84022025-01-17T09:22:13.341Z Doc-tests nexus_reconfigurator_execution
84032025-01-17T09:22:13.344Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84042025-01-17T09:22:13.814Z
84052025-01-17T09:22:13.814Zrunning 0 tests
84062025-01-17T09:22:13.814Z
84072025-01-17T09:22:13.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84082025-01-17T09:22:13.814Z
84092025-01-17T09:22:13.851Z Doc-tests nexus_reconfigurator_planning
84102025-01-17T09:22:13.854Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84112025-01-17T09:22:14.330Z
84122025-01-17T09:22:14.330Zrunning 0 tests
84132025-01-17T09:22:14.330Z
84142025-01-17T09:22:14.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84152025-01-17T09:22:14.330Z
84162025-01-17T09:22:14.362Z Doc-tests nexus_reconfigurator_preparation
84172025-01-17T09:22:14.365Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84182025-01-17T09:22:14.766Z
84192025-01-17T09:22:14.766Zrunning 0 tests
84202025-01-17T09:22:14.766Z
84212025-01-17T09:22:14.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84222025-01-17T09:22:14.766Z
84232025-01-17T09:22:14.801Z Doc-tests nexus_reconfigurator_rendezvous
84242025-01-17T09:22:14.804Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84252025-01-17T09:22:15.194Z
84262025-01-17T09:22:15.194Zrunning 0 tests
84272025-01-17T09:22:15.194Z
84282025-01-17T09:22:15.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84292025-01-17T09:22:15.194Z
84302025-01-17T09:22:15.228Z Doc-tests nexus_reconfigurator_simulation
84312025-01-17T09:22:15.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0527e26a5ce94459.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-3336ad4b8260bcc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84322025-01-17T09:22:15.590Z
84332025-01-17T09:22:15.590Zrunning 0 tests
84342025-01-17T09:22:15.590Z
84352025-01-17T09:22:15.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84362025-01-17T09:22:15.590Z
84372025-01-17T09:22:15.620Z Doc-tests nexus_saga_recovery
84382025-01-17T09:22:15.623Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84392025-01-17T09:22:15.986Z
84402025-01-17T09:22:15.987Zrunning 0 tests
84412025-01-17T09:22:15.987Z
84422025-01-17T09:22:15.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84432025-01-17T09:22:15.987Z
84442025-01-17T09:22:16.018Z Doc-tests nexus_sled_agent_shared
84452025-01-17T09:22:16.020Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84462025-01-17T09:22:16.391Z
84472025-01-17T09:22:16.391Zrunning 0 tests
84482025-01-17T09:22:16.391Z
84492025-01-17T09:22:16.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84502025-01-17T09:22:16.391Z
84512025-01-17T09:22:16.420Z Doc-tests nexus_test_interface
84522025-01-17T09:22:16.422Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84532025-01-17T09:22:16.724Z
84542025-01-17T09:22:16.724Zrunning 0 tests
84552025-01-17T09:22:16.725Z
84562025-01-17T09:22:16.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84572025-01-17T09:22:16.725Z
84582025-01-17T09:22:16.753Z Doc-tests nexus_test_utils
84592025-01-17T09:22:16.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
84602025-01-17T09:22:17.717Z
84612025-01-17T09:22:17.717Zrunning 0 tests
84622025-01-17T09:22:17.717Z
84632025-01-17T09:22:17.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84642025-01-17T09:22:17.717Z
84652025-01-17T09:22:17.758Z Doc-tests nexus_test_utils_macros
84662025-01-17T09:22:17.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84672025-01-17T09:22:17.846Z
84682025-01-17T09:22:17.846Zrunning 1 test
84692025-01-17T09:22:17.848Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
84702025-01-17T09:22:17.849Z
84712025-01-17T09:22:17.849Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84722025-01-17T09:22:17.849Z
84732025-01-17T09:22:17.857Z Doc-tests nexus_types
84742025-01-17T09:22:17.859Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84752025-01-17T09:22:20.582Z
84762025-01-17T09:22:20.582Zrunning 0 tests
84772025-01-17T09:22:20.582Z
84782025-01-17T09:22:20.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84792025-01-17T09:22:20.582Z
84802025-01-17T09:22:20.661Z Doc-tests omicron_certificates
84812025-01-17T09:22:20.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84822025-01-17T09:22:20.927Z
84832025-01-17T09:22:20.927Zrunning 0 tests
84842025-01-17T09:22:20.927Z
84852025-01-17T09:22:20.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84862025-01-17T09:22:20.930Z
84872025-01-17T09:22:20.949Z Doc-tests omicron_clickhouse_admin
84882025-01-17T09:22:20.953Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-cac5b678e7d0f430.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ab2d9184ede5d4e7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-07ac972f7ff59011.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84892025-01-17T09:22:21.342Z
84902025-01-17T09:22:21.342Zrunning 0 tests
84912025-01-17T09:22:21.342Z
84922025-01-17T09:22:21.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84932025-01-17T09:22:21.342Z
84942025-01-17T09:22:21.374Z Doc-tests omicron_cockroach_admin
84952025-01-17T09:22:21.377Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a5c1631d7cf486f3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-178966d5c9caf263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84962025-01-17T09:22:21.663Z
84972025-01-17T09:22:21.663Zrunning 0 tests
84982025-01-17T09:22:21.663Z
84992025-01-17T09:22:21.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85002025-01-17T09:22:21.664Z
85012025-01-17T09:22:21.689Z Doc-tests omicron_common
85022025-01-17T09:22:21.691Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
85032025-01-17T09:22:23.441Z
85042025-01-17T09:22:23.441Zrunning 2 tests
85052025-01-17T09:22:23.444Ztest common/src/lib.rs - FileKv (line 40) ... ignored
85062025-01-17T09:22:28.560Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
85072025-01-17T09:22:28.560Z
85082025-01-17T09:22:28.563Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.12s
85092025-01-17T09:22:28.563Z
85102025-01-17T09:22:28.624Z Doc-tests omicron_ddm_admin_client
85112025-01-17T09:22:28.627Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-bdc20c07ba6dccb2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85122025-01-17T09:22:28.891Z
85132025-01-17T09:22:28.891Zrunning 0 tests
85142025-01-17T09:22:28.891Z
85152025-01-17T09:22:28.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85162025-01-17T09:22:28.891Z
85172025-01-17T09:22:28.916Z Doc-tests omicron_dev_lib
85182025-01-17T09:22:28.918Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2916df34ef1449b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85192025-01-17T09:22:29.130Z
85202025-01-17T09:22:29.130Zrunning 0 tests
85212025-01-17T09:22:29.130Z
85222025-01-17T09:22:29.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85232025-01-17T09:22:29.130Z
85242025-01-17T09:22:29.152Z Doc-tests omicron_gateway
85252025-01-17T09:22:29.154Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8893c367f6b526c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-edbb11d796405780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85262025-01-17T09:22:29.807Z
85272025-01-17T09:22:29.807Zrunning 0 tests
85282025-01-17T09:22:29.807Z
85292025-01-17T09:22:29.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85302025-01-17T09:22:29.807Z
85312025-01-17T09:22:29.847Z Doc-tests omicron_ls_apis
85322025-01-17T09:22:29.850Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85332025-01-17T09:22:30.048Z
85342025-01-17T09:22:30.048Zrunning 1 test
85352025-01-17T09:22:30.051Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
85362025-01-17T09:22:30.051Z
85372025-01-17T09:22:30.051Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85382025-01-17T09:22:30.051Z
85392025-01-17T09:22:30.064Z Doc-tests omicron_nexus
85402025-01-17T09:22:30.071Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2ec5b382bed382b5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-79b4b0e2b41d9819.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f3f5020ea38fb9dd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3bfd999219a5d2f9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cf89641cc9b1c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-91cbe97a38947bbc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-68cff245d2e2874f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-131ef6c5b66ae2bb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-9d36a2cbad7a46e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9cd005c41226e062.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-204d1230200c7430.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f73104bd294949a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e4fb7be2514191bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d31c6e74f1fa69f9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-a12d100530583cd2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-61ed79c4288ee84e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a2e255b4f58bb323.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2be074c395ed111b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
85412025-01-17T09:22:32.479Z
85422025-01-17T09:22:32.479Zrunning 5 tests
85432025-01-17T09:22:32.482Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
85442025-01-17T09:22:36.811Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 806) ... ok
85452025-01-17T09:22:36.814Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 870) ... ok
85462025-01-17T09:22:36.817Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 900) ... ok
85472025-01-17T09:22:36.820Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 828) ... ok
85482025-01-17T09:22:36.820Z
85492025-01-17T09:22:36.820Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.34s
85502025-01-17T09:22:36.820Z
85512025-01-17T09:22:36.907Z Doc-tests omicron_package
85522025-01-17T09:22:36.910Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ea3ad5026d2c5a05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85532025-01-17T09:22:37.168Z
85542025-01-17T09:22:37.168Zrunning 0 tests
85552025-01-17T09:22:37.168Z
85562025-01-17T09:22:37.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85572025-01-17T09:22:37.169Z
85582025-01-17T09:22:37.186Z Doc-tests omicron_passwords
85592025-01-17T09:22:37.189Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85602025-01-17T09:22:37.299Z
85612025-01-17T09:22:37.299Zrunning 0 tests
85622025-01-17T09:22:37.299Z
85632025-01-17T09:22:37.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85642025-01-17T09:22:37.299Z
85652025-01-17T09:22:37.312Z Doc-tests omicron_rpaths
85662025-01-17T09:22:37.314Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85672025-01-17T09:22:37.387Z
85682025-01-17T09:22:37.387Zrunning 0 tests
85692025-01-17T09:22:37.387Z
85702025-01-17T09:22:37.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85712025-01-17T09:22:37.387Z
85722025-01-17T09:22:37.396Z Doc-tests omicron_sled_agent
85732025-01-17T09:22:37.405Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3300c1de867cadb2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b95d51114db64575.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-ebd2537296a53b95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
85742025-01-17T09:22:39.286Z
85752025-01-17T09:22:39.286Zrunning 0 tests
85762025-01-17T09:22:39.286Z
85772025-01-17T09:22:39.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85782025-01-17T09:22:39.286Z
85792025-01-17T09:22:39.351Z Doc-tests omicron_test_utils
85802025-01-17T09:22:39.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e5a743c6b6967b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
85812025-01-17T09:22:39.672Z
85822025-01-17T09:22:39.672Zrunning 0 tests
85832025-01-17T09:22:39.672Z
85842025-01-17T09:22:39.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85852025-01-17T09:22:39.672Z
85862025-01-17T09:22:39.698Z Doc-tests omicron_uuid_kinds
85872025-01-17T09:22:39.698Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
85882025-01-17T09:22:39.826Z
85892025-01-17T09:22:39.827Zrunning 0 tests
85902025-01-17T09:22:39.827Z
85912025-01-17T09:22:39.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85922025-01-17T09:22:39.827Z
85932025-01-17T09:22:39.839Z Doc-tests omicron_workspace_hack
85942025-01-17T09:22:39.843Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85952025-01-17T09:22:39.914Z
85962025-01-17T09:22:39.914Zrunning 0 tests
85972025-01-17T09:22:39.914Z
85982025-01-17T09:22:39.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85992025-01-17T09:22:39.914Z
86002025-01-17T09:22:39.925Z Doc-tests openapi_manager
86012025-01-17T09:22:39.927Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6dcc5a45c9282772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f08d3d1744d2d726.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-12ea1c5f80cf1d6e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1476733434753104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-31b73a28e35cf9ed.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-abd3028d41bce24d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fb411489f08d8958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-3907443831478644.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86022025-01-17T09:22:40.358Z
86032025-01-17T09:22:40.358Zrunning 0 tests
86042025-01-17T09:22:40.358Z
86052025-01-17T09:22:40.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86062025-01-17T09:22:40.358Z
86072025-01-17T09:22:40.389Z Doc-tests openapi_manager_types
86082025-01-17T09:22:40.392Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86092025-01-17T09:22:40.467Z
86102025-01-17T09:22:40.468Zrunning 0 tests
86112025-01-17T09:22:40.468Z
86122025-01-17T09:22:40.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86132025-01-17T09:22:40.468Z
86142025-01-17T09:22:40.477Z Doc-tests oxide_client
86152025-01-17T09:22:40.479Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86162025-01-17T09:22:45.077Z
86172025-01-17T09:22:45.077Zrunning 218 tests
86182025-01-17T09:22:45.080Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
86192025-01-17T09:22:45.080Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
86202025-01-17T09:22:45.080Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
86212025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
86222025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
86232025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
86242025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
86252025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
86262025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
86272025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
86282025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
86292025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
86302025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
86312025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
86322025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
86332025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
86342025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
86352025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
86362025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
86372025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
86382025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
86392025-01-17T09:22:45.081Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
86402025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
86412025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
86422025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
86432025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
86442025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
86452025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
86462025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
86472025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
86482025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
86492025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
86502025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
86512025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
86522025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
86532025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
86542025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
86552025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
86562025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
86572025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
86582025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
86592025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
86602025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
86612025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
86622025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
86632025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
86642025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
86652025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
86662025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
86672025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
86682025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
86692025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
86702025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
86712025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
86722025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
86732025-01-17T09:22:45.082Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
86742025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
86752025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
86762025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
86772025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
86782025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
86792025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
86802025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
86812025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
86822025-01-17T09:22:45.083Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
86832025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
86842025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
86852025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
86862025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
86872025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86882025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86892025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86902025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86912025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86922025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86932025-01-17T09:22:45.087Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86942025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86952025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86962025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86972025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86982025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86992025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
87002025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
87012025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
87022025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
87032025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
87042025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
87052025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
87062025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
87072025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
87082025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
87092025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
87102025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
87112025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
87122025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
87132025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
87142025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
87152025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
87162025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
87172025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
87182025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
87192025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
87202025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
87212025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
87222025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
87232025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
87242025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
87252025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
87262025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
87272025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
87282025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
87292025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
87302025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
87312025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
87322025-01-17T09:22:45.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
87332025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
87342025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
87352025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
87362025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
87372025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
87382025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
87392025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
87402025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
87412025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
87422025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
87432025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
87442025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
87452025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
87462025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
87472025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
87482025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
87492025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
87502025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
87512025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
87522025-01-17T09:22:45.089Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
87532025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
87542025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
87552025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
87562025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
87572025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
87582025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
87592025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
87602025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
87612025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
87622025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
87632025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
87642025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
87652025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
87662025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
87672025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
87682025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
87692025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
87702025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
87712025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
87722025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
87732025-01-17T09:22:45.090Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
87742025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
87752025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
87762025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
87772025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
87782025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
87792025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
87802025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
87812025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
87822025-01-17T09:22:45.091Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
87832025-01-17T09:22:45.094Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
87842025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
87852025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
87862025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
87872025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87882025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87892025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87902025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87912025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87922025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87932025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87942025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87952025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87962025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87972025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87982025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87992025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
88002025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
88012025-01-17T09:22:45.095Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
88022025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
88032025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
88042025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
88052025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
88062025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
88072025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
88082025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
88092025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
88102025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
88112025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
88122025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
88132025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
88142025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
88152025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
88162025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
88172025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
88182025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
88192025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
88202025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
88212025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
88222025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
88232025-01-17T09:22:45.096Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
88242025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
88252025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
88262025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
88272025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
88282025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
88292025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
88302025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
88312025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
88322025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
88332025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
88342025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
88352025-01-17T09:22:45.097Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
88362025-01-17T09:22:45.097Z
88372025-01-17T09:22:45.097Ztest result: ok. 0 passed; 0 failed; 218 ignored; 0 measured; 0 filtered out; finished in 0.01s
88382025-01-17T09:22:45.097Z
88392025-01-17T09:22:45.182Z Doc-tests oximeter
88402025-01-17T09:22:45.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbcee100b1a0b564.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88412025-01-17T09:22:45.427Z
88422025-01-17T09:22:45.428Zrunning 2 tests
88432025-01-17T09:22:45.430Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
88442025-01-17T09:22:46.617Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
88452025-01-17T09:22:46.617Z
88462025-01-17T09:22:46.617Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.19s
88472025-01-17T09:22:46.617Z
88482025-01-17T09:22:46.648Z Doc-tests oximeter_api
88492025-01-17T09:22:46.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88502025-01-17T09:22:46.912Z
88512025-01-17T09:22:46.913Zrunning 2 tests
88522025-01-17T09:22:46.915Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
88532025-01-17T09:22:46.915Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
88542025-01-17T09:22:46.915Z
88552025-01-17T09:22:46.916Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88562025-01-17T09:22:46.916Z
88572025-01-17T09:22:46.936Z Doc-tests oximeter_client
88582025-01-17T09:22:46.939Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88592025-01-17T09:22:47.291Z
88602025-01-17T09:22:47.292Zrunning 0 tests
88612025-01-17T09:22:47.292Z
88622025-01-17T09:22:47.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88632025-01-17T09:22:47.292Z
88642025-01-17T09:22:47.318Z Doc-tests oximeter_collector
88652025-01-17T09:22:47.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0b1048db62f544e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-55cc1178ef90b8c3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0e780388e5c78a2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b4be9f66e0b7eaae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88662025-01-17T09:22:47.865Z
88672025-01-17T09:22:47.865Zrunning 0 tests
88682025-01-17T09:22:47.865Z
88692025-01-17T09:22:47.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88702025-01-17T09:22:47.865Z
88712025-01-17T09:22:47.907Z Doc-tests oximeter_db
88722025-01-17T09:22:47.910Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
88732025-01-17T09:22:48.828Z
88742025-01-17T09:22:48.828Zrunning 1 test
88752025-01-17T09:22:48.831Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
88762025-01-17T09:22:48.831Z
88772025-01-17T09:22:48.832Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
88782025-01-17T09:22:48.832Z
88792025-01-17T09:22:48.873Z Doc-tests oximeter_instruments
88802025-01-17T09:22:48.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f43bc2538327948a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
88812025-01-17T09:22:49.246Z
88822025-01-17T09:22:49.246Zrunning 0 tests
88832025-01-17T09:22:49.247Z
88842025-01-17T09:22:49.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88852025-01-17T09:22:49.247Z
88862025-01-17T09:22:49.276Z Doc-tests oximeter_macro_impl
88872025-01-17T09:22:49.278Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88882025-01-17T09:22:49.366Z
88892025-01-17T09:22:49.366Zrunning 0 tests
88902025-01-17T09:22:49.366Z
88912025-01-17T09:22:49.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88922025-01-17T09:22:49.366Z
88932025-01-17T09:22:49.376Z Doc-tests oximeter_producer
88942025-01-17T09:22:49.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3fc4afb1a60ce3de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-59ec6f7f05b34b81.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-44c0633e5b9ff967.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88952025-01-17T09:22:49.758Z
88962025-01-17T09:22:49.758Zrunning 0 tests
88972025-01-17T09:22:49.758Z
88982025-01-17T09:22:49.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88992025-01-17T09:22:49.758Z
89002025-01-17T09:22:49.792Z Doc-tests oximeter_schema
89012025-01-17T09:22:49.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bbcee100b1a0b564.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89022025-01-17T09:22:50.087Z
89032025-01-17T09:22:50.087Zrunning 0 tests
89042025-01-17T09:22:50.087Z
89052025-01-17T09:22:50.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89062025-01-17T09:22:50.087Z
89072025-01-17T09:22:50.112Z Doc-tests oximeter_test_utils
89082025-01-17T09:22:50.115Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-34de55b35cda572f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-80c7515f4ee05e89.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89092025-01-17T09:22:50.414Z
89102025-01-17T09:22:50.414Zrunning 0 tests
89112025-01-17T09:22:50.414Z
89122025-01-17T09:22:50.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89132025-01-17T09:22:50.414Z
89142025-01-17T09:22:50.442Z Doc-tests oximeter_timeseries_macro
89152025-01-17T09:22:50.445Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c8ef668e09e16d6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89162025-01-17T09:22:50.660Z
89172025-01-17T09:22:50.660Zrunning 0 tests
89182025-01-17T09:22:50.660Z
89192025-01-17T09:22:50.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89202025-01-17T09:22:50.660Z
89212025-01-17T09:22:50.682Z Doc-tests oximeter_types
89222025-01-17T09:22:50.685Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89232025-01-17T09:22:51.237Z
89242025-01-17T09:22:51.237Zrunning 11 tests
89252025-01-17T09:22:51.857Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
89262025-01-17T09:22:59.370Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
89272025-01-17T09:22:59.454Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
89282025-01-17T09:22:59.533Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
89292025-01-17T09:22:59.545Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
89302025-01-17T09:22:59.601Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
89312025-01-17T09:22:59.609Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
89322025-01-17T09:22:59.871Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
89332025-01-17T09:22:59.911Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
89342025-01-17T09:23:03.128Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
89352025-01-17T09:23:04.703Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
89362025-01-17T09:23:04.705Z
89372025-01-17T09:23:04.705Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.47s
89382025-01-17T09:23:04.706Z
89392025-01-17T09:23:04.750Z Doc-tests oxlog
89402025-01-17T09:23:04.752Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89412025-01-17T09:23:04.828Z
89422025-01-17T09:23:04.828Zrunning 0 tests
89432025-01-17T09:23:04.828Z
89442025-01-17T09:23:04.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89452025-01-17T09:23:04.828Z
89462025-01-17T09:23:04.839Z Doc-tests oxql_types
89472025-01-17T09:23:04.841Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b85c3fda86bdec6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-19f644407842872d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89482025-01-17T09:23:05.161Z
89492025-01-17T09:23:05.161Zrunning 0 tests
89502025-01-17T09:23:05.161Z
89512025-01-17T09:23:05.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89522025-01-17T09:23:05.161Z
89532025-01-17T09:23:05.187Z Doc-tests range_requests
89542025-01-17T09:23:05.190Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89552025-01-17T09:23:05.339Z
89562025-01-17T09:23:05.339Zrunning 0 tests
89572025-01-17T09:23:05.339Z
89582025-01-17T09:23:05.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89592025-01-17T09:23:05.339Z
89602025-01-17T09:23:05.355Z Doc-tests repo_depot_api
89612025-01-17T09:23:05.358Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7de9f2bbc01c4ed5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89622025-01-17T09:23:05.582Z
89632025-01-17T09:23:05.583Zrunning 2 tests
89642025-01-17T09:23:05.586Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
89652025-01-17T09:23:05.586Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
89662025-01-17T09:23:05.586Z
89672025-01-17T09:23:05.586Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89682025-01-17T09:23:05.586Z
89692025-01-17T09:23:05.606Z Doc-tests repo_depot_client
89702025-01-17T09:23:05.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89712025-01-17T09:23:05.791Z
89722025-01-17T09:23:05.791Zrunning 0 tests
89732025-01-17T09:23:05.791Z
89742025-01-17T09:23:05.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89752025-01-17T09:23:05.791Z
89762025-01-17T09:23:05.809Z Doc-tests sled_agent_api
89772025-01-17T09:23:05.812Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-ef3b7fd175429cbb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89782025-01-17T09:23:06.215Z
89792025-01-17T09:23:06.215Zrunning 2 tests
89802025-01-17T09:23:06.218Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
89812025-01-17T09:23:06.218Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
89822025-01-17T09:23:06.218Z
89832025-01-17T09:23:06.219Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89842025-01-17T09:23:06.219Z
89852025-01-17T09:23:06.246Z Doc-tests sled_agent_client
89862025-01-17T09:23:06.248Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1828f968ebb544ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89872025-01-17T09:23:07.918Z
89882025-01-17T09:23:07.918Zrunning 0 tests
89892025-01-17T09:23:07.918Z
89902025-01-17T09:23:07.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89912025-01-17T09:23:07.918Z
89922025-01-17T09:23:07.967Z Doc-tests sled_agent_types
89932025-01-17T09:23:07.970Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3403cc9005dda1cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7aabc0a52d7fef69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89942025-01-17T09:23:08.692Z
89952025-01-17T09:23:08.692Zrunning 0 tests
89962025-01-17T09:23:08.693Z
89972025-01-17T09:23:08.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89982025-01-17T09:23:08.693Z
89992025-01-17T09:23:08.729Z Doc-tests sled_diagnostics
90002025-01-17T09:23:08.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90012025-01-17T09:23:08.868Z
90022025-01-17T09:23:08.868Zrunning 0 tests
90032025-01-17T09:23:08.868Z
90042025-01-17T09:23:08.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90052025-01-17T09:23:08.868Z
90062025-01-17T09:23:08.881Z Doc-tests sled_hardware
90072025-01-17T09:23:08.884Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5ed4ee0225e0883d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90082025-01-17T09:23:09.234Z
90092025-01-17T09:23:09.234Zrunning 0 tests
90102025-01-17T09:23:09.235Z
90112025-01-17T09:23:09.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90122025-01-17T09:23:09.235Z
90132025-01-17T09:23:09.264Z Doc-tests sled_hardware_types
90142025-01-17T09:23:09.264Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90152025-01-17T09:23:09.543Z
90162025-01-17T09:23:09.543Zrunning 0 tests
90172025-01-17T09:23:09.543Z
90182025-01-17T09:23:09.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90192025-01-17T09:23:09.543Z
90202025-01-17T09:23:09.570Z Doc-tests sled_storage
90212025-01-17T09:23:09.573Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d3f33af87443ff1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ae5d1b853083a4e3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a4571bae47426be4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
90222025-01-17T09:23:09.987Z
90232025-01-17T09:23:09.987Zrunning 0 tests
90242025-01-17T09:23:09.987Z
90252025-01-17T09:23:09.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90262025-01-17T09:23:09.987Z
90272025-01-17T09:23:10.018Z Doc-tests sp_sim
90282025-01-17T09:23:10.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-5119d93a8591b529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05246274f1de5622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90292025-01-17T09:23:10.447Z
90302025-01-17T09:23:10.448Zrunning 0 tests
90312025-01-17T09:23:10.448Z
90322025-01-17T09:23:10.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90332025-01-17T09:23:10.448Z
90342025-01-17T09:23:10.476Z Doc-tests tufaceous
90352025-01-17T09:23:10.488Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90362025-01-17T09:23:10.760Z
90372025-01-17T09:23:10.760Zrunning 0 tests
90382025-01-17T09:23:10.760Z
90392025-01-17T09:23:10.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90402025-01-17T09:23:10.760Z
90412025-01-17T09:23:10.786Z Doc-tests tufaceous_lib
90422025-01-17T09:23:10.789Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90432025-01-17T09:23:11.173Z
90442025-01-17T09:23:11.173Zrunning 0 tests
90452025-01-17T09:23:11.173Z
90462025-01-17T09:23:11.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90472025-01-17T09:23:11.173Z
90482025-01-17T09:23:11.201Z Doc-tests typed_rng
90492025-01-17T09:23:11.204Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90502025-01-17T09:23:11.288Z
90512025-01-17T09:23:11.288Zrunning 0 tests
90522025-01-17T09:23:11.288Z
90532025-01-17T09:23:11.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90542025-01-17T09:23:11.289Z
90552025-01-17T09:23:11.299Z Doc-tests update_common
90562025-01-17T09:23:11.302Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90572025-01-17T09:23:11.600Z
90582025-01-17T09:23:11.600Zrunning 0 tests
90592025-01-17T09:23:11.600Z
90602025-01-17T09:23:11.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90612025-01-17T09:23:11.600Z
90622025-01-17T09:23:11.625Z Doc-tests update_engine
90632025-01-17T09:23:11.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90642025-01-17T09:23:12.051Z
90652025-01-17T09:23:12.051Zrunning 4 tests
90662025-01-17T09:23:12.055Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
90672025-01-17T09:23:12.055Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
90682025-01-17T09:23:12.055Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
90692025-01-17T09:23:12.814Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
90702025-01-17T09:23:12.814Z
90712025-01-17T09:23:12.816Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.76s
90722025-01-17T09:23:12.816Z
90732025-01-17T09:23:12.840Z Doc-tests wicket
90742025-01-17T09:23:12.843Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90752025-01-17T09:23:13.664Z
90762025-01-17T09:23:13.664Zrunning 0 tests
90772025-01-17T09:23:13.664Z
90782025-01-17T09:23:13.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90792025-01-17T09:23:13.664Z
90802025-01-17T09:23:13.705Z Doc-tests wicket_common
90812025-01-17T09:23:13.707Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90822025-01-17T09:23:14.241Z
90832025-01-17T09:23:14.241Zrunning 0 tests
90842025-01-17T09:23:14.241Z
90852025-01-17T09:23:14.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90862025-01-17T09:23:14.242Z
90872025-01-17T09:23:14.275Z Doc-tests wicket_dbg
90882025-01-17T09:23:14.278Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8a7a89c7efde3141.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90892025-01-17T09:23:14.678Z
90902025-01-17T09:23:14.678Zrunning 0 tests
90912025-01-17T09:23:14.678Z
90922025-01-17T09:23:14.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90932025-01-17T09:23:14.678Z
90942025-01-17T09:23:14.708Z Doc-tests wicketd
90952025-01-17T09:23:14.711Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-4b460f651802d374.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9400f6dd1b62e27b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bfbf46e389d7a7fc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5322771ba54caed1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-8a07d2bad0f10dfb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5fb2aee46cb65270.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c0499512e160c707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-035662ae9ea72443.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8f0cd337f1526e01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d4caaa30db21fe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-5d7fdb8a2ab379d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-b4e2d9893d3ad8dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ed38c7023e3b0342.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9757e5e3374aacaa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90962025-01-17T09:23:15.337Z
90972025-01-17T09:23:15.337Zrunning 0 tests
90982025-01-17T09:23:15.337Z
90992025-01-17T09:23:15.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91002025-01-17T09:23:15.338Z
91012025-01-17T09:23:15.376Z Doc-tests wicketd_api
91022025-01-17T09:23:15.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8b67c619d7ecb554.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a25629803a35d741.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91032025-01-17T09:23:15.801Z
91042025-01-17T09:23:15.801Zrunning 2 tests
91052025-01-17T09:23:15.804Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 55) ... ignored
91062025-01-17T09:23:15.804Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 61) ... ignored
91072025-01-17T09:23:15.804Z
91082025-01-17T09:23:15.804Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
91092025-01-17T09:23:15.804Z
91102025-01-17T09:23:15.832Z Doc-tests wicketd_client
91112025-01-17T09:23:15.835Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e4a6a57d54cd462f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f8b22fcbcba96db7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-326f8e2d6ad9ad6d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60e1f63c693eaa0f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91122025-01-17T09:23:17.372Z
91132025-01-17T09:23:17.372Zrunning 0 tests
91142025-01-17T09:23:17.373Z
91152025-01-17T09:23:17.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91162025-01-17T09:23:17.373Z
91172025-01-17T09:23:17.420Z Doc-tests xtask_downloader
91182025-01-17T09:23:17.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-efe5784ed5fb60a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91192025-01-17T09:23:17.586Z
91202025-01-17T09:23:17.586Zrunning 1 test
91212025-01-17T09:23:17.589Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
91222025-01-17T09:23:17.589Z
91232025-01-17T09:23:17.589Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
91242025-01-17T09:23:17.589Z
91252025-01-17T09:23:17.603Z Doc-tests zone_setup
91262025-01-17T09:23:17.605Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-720b201a34eff4e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7658d884e5509aa9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83f6ef4b1a335f6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d6560d5367b494ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-9286a371a75accf4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91272025-01-17T09:23:17.861Z
91282025-01-17T09:23:17.861Zrunning 0 tests
91292025-01-17T09:23:17.862Z
91302025-01-17T09:23:17.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91312025-01-17T09:23:17.862Z
91322025-01-17T09:23:17.973Z
91332025-01-17T09:23:17.973Zreal 1:47.350395539
91342025-01-17T09:23:17.973Zuser 1:55.079522453
91352025-01-17T09:23:17.973Zsys 47.523685753
91362025-01-17T09:23:17.973Ztrap 0.028835505
91372025-01-17T09:23:17.975Ztflt 1.264751922
91382025-01-17T09:23:17.975Zdflt 8.538364744
91392025-01-17T09:23:17.975Zkflt 0.023495555
91402025-01-17T09:23:17.975Zlock 1:18.212548235
91412025-01-17T09:23:17.975Zslp 13:47.054568168
91422025-01-17T09:23:17.976Zlat 3.764182716
91432025-01-17T09:23:17.976Zstop 8.212296755
91442025-01-17T09:23:17.976Z+ [[ illumos == \i\l\l\u\m\o\s ]]
91452025-01-17T09:23:17.976Z+ banner live-test
91462025-01-17T09:23:17.978Z
91472025-01-17T09:23:17.978Z # # # # ###### ##### ###### #### #####
91482025-01-17T09:23:17.978Z # # # # # # # # #
91492025-01-17T09:23:17.978Z # # # # ##### ##### # ##### #### #
91502025-01-17T09:23:17.978Z # # # # # # # # #
91512025-01-17T09:23:17.978Z # # # # # # # # # #
91522025-01-17T09:23:17.978Z ###### # ## ###### # ###### #### #
91532025-01-17T09:23:17.979Z
91542025-01-17T09:23:17.979Z+ ptime -m cargo xtask live-tests
91552025-01-17T09:23:18.722Z Compiling serde v1.0.217
91562025-01-17T09:23:18.724Z Compiling libc v0.2.169
91572025-01-17T09:23:18.724Z Compiling rustix v0.38.37
91582025-01-17T09:23:18.725Z Compiling serde_json v1.0.135
91592025-01-17T09:23:18.725Z Compiling syn v2.0.96
91602025-01-17T09:23:18.725Z Compiling bitflags v2.6.0
91612025-01-17T09:23:19.260Z Compiling usdt-impl v0.5.0
91622025-01-17T09:23:19.263Z Compiling syn v1.0.109
91632025-01-17T09:23:19.319Z Compiling hashbrown v0.15.1
91642025-01-17T09:23:19.446Z Compiling log v0.4.22
91652025-01-17T09:23:19.467Z Compiling fs-err v2.11.0
91662025-01-17T09:23:19.820Z Compiling once_cell v1.20.2
91672025-01-17T09:23:19.846Z Compiling anyhow v1.0.93
91682025-01-17T09:23:20.222Z Compiling thread-id v4.2.2
91692025-01-17T09:23:20.320Z Compiling indexmap v2.7.0
91702025-01-17T09:23:21.528Z Compiling terminal_size v0.4.0
91712025-01-17T09:23:21.528Z Compiling tempfile v3.13.0
91722025-01-17T09:23:21.684Z Compiling clap_builder v4.5.21
91732025-01-17T09:23:22.144Z Compiling proc-macro-error v1.0.4
91742025-01-17T09:23:22.952Z Compiling tabled_derive v0.7.0
91752025-01-17T09:23:24.398Z Compiling tabled v0.15.0
91762025-01-17T09:23:24.889Z Compiling serde_derive v1.0.217
91772025-01-17T09:23:24.891Z Compiling thiserror-impl v1.0.69
91782025-01-17T09:23:24.891Z Compiling zerocopy-derive v0.7.35
91792025-01-17T09:23:24.891Z Compiling scroll_derive v0.12.0
91802025-01-17T09:23:24.891Z Compiling clap_derive v4.5.18
91812025-01-17T09:23:26.641Z Compiling scroll v0.12.0
91822025-01-17T09:23:27.135Z Compiling zerocopy v0.7.35
91832025-01-17T09:23:27.171Z Compiling goblin v0.8.2
91842025-01-17T09:23:28.139Z Compiling thiserror v1.0.69
91852025-01-17T09:23:28.343Z Compiling pest v2.7.14
91862025-01-17T09:23:28.875Z Compiling clap v4.5.21
91872025-01-17T09:23:30.408Z Compiling pest_meta v2.7.14
91882025-01-17T09:23:31.352Z Compiling pest_generator v2.7.14
91892025-01-17T09:23:32.868Z Compiling pest_derive v2.7.14
91902025-01-17T09:23:33.717Z Compiling dtrace-parser v0.2.0
91912025-01-17T09:23:34.033Z Compiling serde_tokenstream v0.2.2
91922025-01-17T09:23:34.060Z Compiling serde_spanned v0.6.8
91932025-01-17T09:23:34.062Z Compiling toml_datetime v0.6.8
91942025-01-17T09:23:34.319Z Compiling camino v1.1.9
91952025-01-17T09:23:34.384Z Compiling cargo-platform v0.1.8
91962025-01-17T09:23:34.405Z Compiling toml_edit v0.22.22
91972025-01-17T09:23:34.578Z Compiling semver v1.0.24
91982025-01-17T09:23:34.625Z Compiling macaddr v1.0.1
91992025-01-17T09:23:34.948Z Compiling camino-tempfile v1.1.1
92002025-01-17T09:23:35.597Z Compiling dof v0.3.0
92012025-01-17T09:23:35.612Z Compiling cargo_metadata v0.18.1
92022025-01-17T09:23:37.111Z Compiling usdt-attr-macro v0.5.0
92032025-01-17T09:23:37.113Z Compiling usdt-macro v0.5.0
92042025-01-17T09:23:37.378Z Compiling toml v0.8.19
92052025-01-17T09:23:38.245Z Compiling cargo_toml v0.20.5
92062025-01-17T09:23:38.639Z Compiling usdt v0.5.0
92072025-01-17T09:23:41.126Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
92082025-01-17T09:23:44.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.49s
92092025-01-17T09:23:44.624Z Running `target/debug/xtask live-tests`
92102025-01-17T09:23:44.656Zusing temporary directory: /var/tmp/omicron_tmp/.tmpsmzWfn
92112025-01-17T09:23:44.656Zwill create archive file: /var/tmp/omicron_tmp/.tmpsmzWfn/live-tests-archive/omicron-live-tests.tar.zst
92122025-01-17T09:23:44.656Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
92132025-01-17T09:23:44.656Z
92142025-01-17T09:23:44.659Zrunning: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpsmzWfn/live-tests-archive/omicron-live-tests.tar.zst"
92152025-01-17T09:23:46.719Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
92162025-01-17T09:23:46.836Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
92172025-01-17T09:23:46.853Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
92182025-01-17T09:23:46.855Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
92192025-01-17T09:23:46.880Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
92202025-01-17T09:23:46.896Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
92212025-01-17T09:23:46.898Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
92222025-01-17T09:23:47.876Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
92232025-01-17T09:23:49.911Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
92242025-01-17T09:23:50.568Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
92252025-01-17T09:23:51.683Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
92262025-01-17T09:23:51.683Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
92272025-01-17T09:24:03.566Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
92282025-01-17T09:24:03.569Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
92292025-01-17T09:24:03.569Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
92302025-01-17T09:24:03.569Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
92312025-01-17T09:24:04.970Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
92322025-01-17T09:24:52.086Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
92332025-01-17T09:24:52.705Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
92342025-01-17T09:25:26.040Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
92352025-01-17T09:25:28.910Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
92362025-01-17T09:25:48.542Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
92372025-01-17T09:25:48.758Zinfo: experimental features enabled: setup-scripts
92382025-01-17T09:25:48.764Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpsmzWfn/live-tests-archive/omicron-live-tests.tar.zst
92392025-01-17T09:25:49.213Z Archived 47 files to /var/tmp/omicron_tmp/.tmpsmzWfn/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
92402025-01-17T09:25:49.265Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpsmzWfn/live-tests-archive\""
92412025-01-17T09:25:49.277Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpsmzWfn" "live-tests-archive"
92422025-01-17T09:25:49.332Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
92432025-01-17T09:25:49.332Zcreated:
92442025-01-17T09:25:49.332ZTo use this:
92452025-01-17T09:25:49.332Z
92462025-01-17T09:25:49.332Z1. Copy the tarball to the switch zone in a deployed Omicron system.
92472025-01-17T09:25:49.332Z
92482025-01-17T09:25:49.335Z e.g., scp \
92492025-01-17T09:25:49.335Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
92502025-01-17T09:25:49.335Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92512025-01-17T09:25:49.335Z
92522025-01-17T09:25:49.335Z2. Copy the `cargo-nextest` binary to the same place.
92532025-01-17T09:25:49.335Z
92542025-01-17T09:25:49.335Z e.g., scp \
92552025-01-17T09:25:49.335Z $(which cargo-nextest) \
92562025-01-17T09:25:49.335Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92572025-01-17T09:25:49.335Z
92582025-01-17T09:25:49.335Z3. From the switch zone on that system, unpack the tarball with:
92592025-01-17T09:25:49.335Z
92602025-01-17T09:25:49.335Z tar xzf live-tests-archive.tgz
92612025-01-17T09:25:49.335Z
92622025-01-17T09:25:49.335Z4. From the switch zone on that system, run tests with:
92632025-01-17T09:25:49.335Z
92642025-01-17T09:25:49.335Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
92652025-01-17T09:25:49.335Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
92662025-01-17T09:25:49.336Z --workspace-remap live-tests-archive
92672025-01-17T09:25:49.336Z
92682025-01-17T09:25:49.336Z
92692025-01-17T09:25:49.336Zreal 2:31.348334208
92702025-01-17T09:25:49.336Zuser 5:36.042663891
92712025-01-17T09:25:49.336Zsys 36.902790383
92722025-01-17T09:25:49.336Ztrap 0.114683647
92732025-01-17T09:25:49.336Ztflt 0.791019946
92742025-01-17T09:25:49.336Zdflt 3.229696140
92752025-01-17T09:25:49.336Zkflt 0.001528295
92762025-01-17T09:25:49.336Zlock 14:13.628473280
92772025-01-17T09:25:49.336Zslp 21:07.746255166
92782025-01-17T09:25:49.336Zlat 5.904672344
92792025-01-17T09:25:49.336Zstop 17.762927203
92802025-01-17T09:25:49.336Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
92812025-01-17T09:25:49.339Z+ unset TMPDIR
92822025-01-17T09:25:49.339Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
92832025-01-17T09:25:49.339Zfiles in /var/tmp/omicron_tmp (none expected on success):
92842025-01-17T09:25:49.339Z+ find /var/tmp/omicron_tmp -ls
92852025-01-17T09:25:49.344Z163896 18 drwxr-xr-x 2 build build 2 Jan 17 09:25 /var/tmp/omicron_tmp
92862025-01-17T09:25:49.347Z+ rmdir /var/tmp/omicron_tmp
92872025-01-17T09:25:49.751Zprocess exited: duration 6463882 ms, exit code 0
 
92882025-01-17T09:25:49.773Zfound 3 output files
92892025-01-17T09:25:49.773Zuploading: /work/crate-build-timings.json (602878 bytes)
92902025-01-17T09:25:50.804Zuploaded: /work/crate-build-timings.json
92912025-01-17T09:25:50.807Zuploading: /work/environment.json (108 bytes)
92922025-01-17T09:25:51.813Zuploaded: /work/environment.json
92932025-01-17T09:25:51.816Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (355018 bytes)
92942025-01-17T09:25:52.837Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml