01M2919DSY35WCYSFN9H8BBTNY: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [],
    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",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M291ADAB4QEHWD0QHHHCHPVK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T20:08:24.880Zjob assigned to worker 01M291ADE91AA90J667CGB40N2 [factory aws, i-0170d8d579e49d110] (queued for 46 s)
 
22026-09-11T20:08:32.838Zstarting task 0: "setup"
32026-09-11T20:08:32.843Z++ uname -s
42026-09-11T20:08:32.854Z+ kern=SunOS
52026-09-11T20:08:32.854Z+ build_user=build
62026-09-11T20:08:32.854Z+ build_uid=12345
72026-09-11T20:08:32.854Z+ work_dir=/work
82026-09-11T20:08:32.854Z+ input_dir=/input
92026-09-11T20:08:32.854Z+ [[ 0 == 12345 ]]
102026-09-11T20:08:32.854Z+ case "$kern" in
112026-09-11T20:08:32.854Z+ groupadd -g 12345 build
122026-09-11T20:08:32.854Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T20:08:34.860Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T20:08:34.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T20:08:34.991Z+ home_fs=zfs
162026-09-11T20:08:34.991Z+ [[ zfs == autofs ]]
172026-09-11T20:08:34.991Z+ mkdir -p /home/build
182026-09-11T20:08:34.991Z+ chown build:build /home/build /work
192026-09-11T20:08:36.989Z+ chmod 0700 /home/build /work
202026-09-11T20:08:36.995Zprocess exited: duration 4154 ms, exit code 0
 
212026-09-11T20:08:37.001Zstarting task 1: "rust-toolchain"
222026-09-11T20:08:37.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T20:08:37.008Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-11T20:08:37.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-11T20:08:37.009Z * rust toolchain channel = "1.98.1"
262026-09-11T20:08:37.009Z * rust toolchain profile = "default"
272026-09-11T20:08:37.009Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T20:08:37.013Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T20:08:37.013Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T20:08:37.091Zinfo: downloading installer
312026-09-11T20:08:38.181Zinfo: profile set to default
322026-09-11T20:08:38.181Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T20:08:38.185Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T20:08:38.308Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T20:08:38.314Zinfo: downloading 6 components
362026-09-11T20:08:51.632Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T20:08:51.632Z
382026-09-11T20:08:51.661Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T20:08:51.661Z
402026-09-11T20:08:51.664Z
412026-09-11T20:08:51.664ZRust is installed now. Great!
422026-09-11T20:08:51.664Z
432026-09-11T20:08:51.664ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T20:08:51.664Zenvironment variable. This has not been done automatically.
452026-09-11T20:08:51.664Z
462026-09-11T20:08:51.665ZTo configure your current shell, you need to source
472026-09-11T20:08:51.665Zthe corresponding env file under $HOME/.cargo.
482026-09-11T20:08:51.665Z
492026-09-11T20:08:51.665ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T20:08:51.665Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T20:08:51.665Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T20:08:51.665ZCC_x86_64-unknown-illumos = None
532026-09-11T20:08:51.665Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T20:08:51.665ZCC_x86_64_unknown_illumos = None
552026-09-11T20:08:51.666Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T20:08:51.666ZHOST_CC = None
572026-09-11T20:08:51.666Zcargo:rerun-if-env-changed=CC
582026-09-11T20:08:51.666ZCC = None
592026-09-11T20:08:51.666Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T20:08:51.842Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T20:08:51.842ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T20:08:51.842Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T20:08:51.843ZCFLAGS = None
642026-09-11T20:08:51.843Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T20:08:51.843ZHOST_CFLAGS = None
662026-09-11T20:08:51.843Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T20:08:51.843ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T20:08:51.843Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T20:08:51.843ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T20:08:51.940Z+ rustup --version
712026-09-11T20:08:51.945Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T20:08:51.945Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T20:08:51.967Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T20:08:51.970Z+ cargo --version
752026-09-11T20:08:51.979Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T20:08:51.982Z+ rustc --version
772026-09-11T20:08:52.001Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T20:08:52.004Zprocess exited: duration 15001 ms, exit code 0
 
792026-09-11T20:08:52.010Zstarting task 2: "authentication"
802026-09-11T20:08:52.034Zprocess exited: duration 23 ms, exit code 0
 
812026-09-11T20:08:52.040Zstarting task 3: "clone repository"
822026-09-11T20:08:52.046Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-11T20:08:52.049Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-11T20:08:52.082ZCloning into '/work/oxidecomputer/omicron'...
852026-09-11T20:09:05.366Z+ cd /work/oxidecomputer/omicron
862026-09-11T20:09:05.367Z+ git fetch origin d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
872026-09-11T20:09:05.688ZFrom https://github.com/oxidecomputer/omicron
882026-09-11T20:09:05.688Z * branch d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 -> FETCH_HEAD
892026-09-11T20:09:05.699Z+ [[ -n eliza/mgs-vpd ]]
902026-09-11T20:09:05.703Z++ git branch --show-current
912026-09-11T20:09:05.706Z+ current=main
922026-09-11T20:09:05.706Z+ [[ main != eliza/mgs-vpd ]]
932026-09-11T20:09:05.706Z+ git branch -f eliza/mgs-vpd d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
942026-09-11T20:09:05.709Z+ git checkout -f eliza/mgs-vpd
952026-09-11T20:09:05.940ZSwitched to branch 'eliza/mgs-vpd'
962026-09-11T20:09:05.944Z+ git reset --hard d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125
972026-09-11T20:09:06.176ZHEAD is now at d4dc8e72a post rebase unbreaking of things
982026-09-11T20:09:06.179Zprocess exited: duration 14138 ms, exit code 0
 
992026-09-11T20:09:06.185Zstarting task 4: "build"
1002026-09-11T20:09:06.194Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1012026-09-11T20:09:06.194Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1022026-09-11T20:09:06.194Ztests will store ephemeral output in /var/tmp/omicron_tmp
1032026-09-11T20:09:06.195Z+ mkdir /var/tmp/omicron_tmp
1042026-09-11T20:09:06.197Z+ source ./env.sh
1052026-09-11T20:09:06.197Z++ OLD_SHELL_OPTS=ehxB
1062026-09-11T20:09:06.197Z++ set -o xtrace
1072026-09-11T20:09:06.200Z++++ dirname ./env.sh
1082026-09-11T20:09:06.203Z+++ readlink -f .
1092026-09-11T20:09:06.206Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-09-11T20:09:06.206Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-09-11T20:09:06.206Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-09-11T20:09:06.206Z++ 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
1132026-09-11T20:09:06.206Z++ 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
1142026-09-11T20:09:06.206Z++ 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
1152026-09-11T20:09:06.206Z++ 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
1162026-09-11T20:09:06.206Z++ 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
1172026-09-11T20:09:06.206Z++ 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
1182026-09-11T20:09:06.207Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1192026-09-11T20:09:06.207Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1202026-09-11T20:09:06.207Z++ case $OLD_SHELL_OPTS in
1212026-09-11T20:09:06.207Z++ unset OLD_SHELL_OPTS OMICRON_WS
1222026-09-11T20:09:06.207Z+ source .github/buildomat/ci-env.sh
1232026-09-11T20:09:06.207Z++ export CARGO_TERM_COLOR=always
1242026-09-11T20:09:06.207Z++ CARGO_TERM_COLOR=always
1252026-09-11T20:09:06.210Z+++ uname -s
1262026-09-11T20:09:06.211Z++ [[ SunOS == \S\u\n\O\S ]]
1272026-09-11T20:09:06.211Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1282026-09-11T20:09:06.214Z+ target_os=illumos
1292026-09-11T20:09:06.214Z+ NEXTEST_VERSION=0.9.131
1302026-09-11T20:09:06.214Z+ cargo --version
1312026-09-11T20:09:06.223Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1322026-09-11T20:09:06.226Z+ rustc --version
1332026-09-11T20:09:06.245Zrustc 1.98.1 (48a229cea 2026-09-01)
1342026-09-11T20:09:06.248Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1352026-09-11T20:09:06.252Z+ gunzip
1362026-09-11T20:09:06.252Z+ tar -xvf - -C /home/build/.cargo/bin
1372026-09-11T20:09:07.191Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1382026-09-11T20:09:07.195Z+ OUTPUT_DIR=/work
1392026-09-11T20:09:07.195Z+ echo 'tests will store non-ephemeral output in /work'
1402026-09-11T20:09:07.195Ztests will store non-ephemeral output in /work
1412026-09-11T20:09:07.195Z+ mkdir -p /work
1422026-09-11T20:09:07.195Z+ banner prerequisites
1432026-09-11T20:09:07.198Z
1442026-09-11T20:09:07.198Z ##### ##### ###### ##### ###### #### # # # #### #
1452026-09-11T20:09:07.198Z # # # # # # # # # # # # # # #
1462026-09-11T20:09:07.198Z # # # # ##### # # ##### # # # # # #### #
1472026-09-11T20:09:07.198Z ##### ##### # ##### # # # # # # # # #
1482026-09-11T20:09:07.198Z # # # # # # # # # # # # # # #
1492026-09-11T20:09:07.199Z # # # ###### # # ###### ### # #### # #### #
1502026-09-11T20:09:07.199Z
1512026-09-11T20:09:07.199Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1522026-09-11T20:09:09.303Z Startup: Refreshing catalog 'helios' ... Done
1532026-09-11T20:09:09.793Z Startup: Caching catalogs ... Done
1542026-09-11T20:09:12.365ZPlanning: Solver setup ... Done (2.435s)
1552026-09-11T20:09:12.438ZPlanning: Running solver ... Done (0.074s)
1562026-09-11T20:09:12.489ZPlanning: Finding local manifests ... Done (0.003s)
1572026-09-11T20:09:12.500ZPlanning: Fetching manifests: 0/2 0% complete
1582026-09-11T20:09:12.520ZPlanning: Fetching manifests: 2/2 100% complete
1592026-09-11T20:09:12.535ZPlanning: Package planning ... Done (0.014s)
1602026-09-11T20:09:12.538ZPlanning: Merging actions ... Done (0.002s)
1612026-09-11T20:09:12.698ZPlanning: Checking for conflicting actions ... Done (0.162s)
1622026-09-11T20:09:12.701ZPlanning: Consolidating action changes ... Done (0.001s)
1632026-09-11T20:09:13.577ZPlanning: Evaluating mediators ... Done (0.878s)
1642026-09-11T20:09:13.580ZPlanning: Planning completed in 3.74 seconds
1652026-09-11T20:09:13.587Z Packages to install: 2
1662026-09-11T20:09:13.587Z Estimated space available: 156.01 GB
1672026-09-11T20:09:13.587ZEstimated space to be consumed: 87.89 MB
1682026-09-11T20:09:13.590Z Create boot environment: No
1692026-09-11T20:09:13.590ZCreate backup boot environment: No
1702026-09-11T20:09:13.591Z Rebuild boot archive: No
1712026-09-11T20:09:13.591Z
1722026-09-11T20:09:13.591ZChanged packages:
1732026-09-11T20:09:13.591Zhelios
1742026-09-11T20:09:13.591Z developer/build-essential
1752026-09-11T20:09:13.591Z None -> 11-3.0
1762026-09-11T20:09:13.591Z library/libxmlsec1
1772026-09-11T20:09:13.591Z None -> 1.2.35-3.0
1782026-09-11T20:09:13.612Z
1792026-09-11T20:09:13.612ZDownload: 0/214 items 0.0/1.3MB 0% complete
1802026-09-11T20:09:13.725ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1812026-09-11T20:09:13.766Z Actions: 1/268 actions (Installing new actions)
1822026-09-11T20:09:13.803Z Actions: Completed 268 actions in 0.04 seconds.
1832026-09-11T20:09:13.841ZFinalize: Updating package state database ... Done (0.037s)
1842026-09-11T20:09:13.841ZFinalize: Updating package cache ... Done (0.000s)
1852026-09-11T20:09:13.942ZFinalize: Updating image state ... Done (0.100s)
1862026-09-11T20:09:16.651ZFinalize: Creating fast lookup database ... Done (2.652s)
1872026-09-11T20:09:16.727ZFinalize: Reading search index ... Done (0.012s)
1882026-09-11T20:09:16.730ZFinalize: Updating search index ... Done (0.000s)
1892026-09-11T20:09:16.827ZFinalize: Updating package cache ... Done (0.000s)
1902026-09-11T20:09:17.207ZPlanning: Evaluating mediator changes ... Done
1912026-09-11T20:09:17.313ZPlanning: Checking for conflicting actions ... Done
1922026-09-11T20:09:17.316ZPlanning: Consolidating action changes ... Done
1932026-09-11T20:09:17.471ZPlanning: Evaluating mediators ... Done
1942026-09-11T20:09:17.474ZPlanning: Planning completed in 0.26 seconds
1952026-09-11T20:09:17.494Z Mediators to change: 2
1962026-09-11T20:09:17.494Z Create boot environment: No
1972026-09-11T20:09:17.494ZCreate backup boot environment: No
1982026-09-11T20:09:17.563ZFinalize: Updating package state database ... Done
1992026-09-11T20:09:17.563ZFinalize: Updating package cache ... Done
2002026-09-11T20:09:17.622ZFinalize: Updating image state ... Done
2012026-09-11T20:09:19.557ZFinalize: Creating fast lookup database ... Done
2022026-09-11T20:09:19.621ZFinalize: Reading search index ... Done
2032026-09-11T20:09:19.624ZFinalize: Updating search index ... Done
2042026-09-11T20:09:19.723ZFinalize: Updating package cache ... Done
2052026-09-11T20:09:20.017ZPlanning: Evaluating mediator changes ... Done
2062026-09-11T20:09:20.118ZPlanning: Checking for conflicting actions ... Done
2072026-09-11T20:09:20.121ZPlanning: Consolidating action changes ... Done
2082026-09-11T20:09:20.273ZPlanning: Evaluating mediators ... Done
2092026-09-11T20:09:20.276ZPlanning: Planning completed in 0.26 seconds
2102026-09-11T20:09:20.298Z Mediators to change: 1
2112026-09-11T20:09:20.298Z Create boot environment: No
2122026-09-11T20:09:20.302ZCreate backup boot environment: No
2132026-09-11T20:09:20.351ZFinalize: Updating package state database ... Done
2142026-09-11T20:09:20.351ZFinalize: Updating package cache ... Done
2152026-09-11T20:09:20.410ZFinalize: Updating image state ... Done
2162026-09-11T20:09:22.338ZFinalize: Creating fast lookup database ... Done
2172026-09-11T20:09:22.399ZFinalize: Reading search index ... Done
2182026-09-11T20:09:22.403ZFinalize: Updating search index ... Done
2192026-09-11T20:09:22.487ZFinalize: Updating package cache ... Done
2202026-09-11T20:09:22.798ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212026-09-11T20:09:22.798Zapache system 2.4 system
2222026-09-11T20:09:22.798Zclang system 15 system
2232026-09-11T20:09:22.799Zcsh system system illumos
2242026-09-11T20:09:22.799Zctags system system illumos
2252026-09-11T20:09:22.799Zfile vendor vendor darwinsys
2262026-09-11T20:09:22.799Zfile system system illumos
2272026-09-11T20:09:22.799Zgcc vendor 14 vendor
2282026-09-11T20:09:22.799Zgcc system 13 system
2292026-09-11T20:09:22.799Zgcc system 10 system
2302026-09-11T20:09:22.799Zgo system 1.25 system
2312026-09-11T20:09:22.799Zllvm system 15 system
2322026-09-11T20:09:22.799Zmariadb system 11.4 system
2332026-09-11T20:09:22.799Zmta vendor vendor dma
2342026-09-11T20:09:22.799Zopenjdk system 17 system
2352026-09-11T20:09:22.799Zopenjdk system 11 system
2362026-09-11T20:09:22.800Zopenssl vendor 3 vendor
2372026-09-11T20:09:22.800Zperl system 5.40 system
2382026-09-11T20:09:22.800Zpostgresql system 18 system
2392026-09-11T20:09:22.800Zpostgresql system 17 system
2402026-09-11T20:09:22.800Zpython vendor 3 vendor
2412026-09-11T20:09:22.800Zpython system 2 system
2422026-09-11T20:09:22.800Zpython3 vendor 3.13 vendor
2432026-09-11T20:09:22.800Zruby system 3.4 system
2442026-09-11T20:09:22.800Zruby system 3.0 system
2452026-09-11T20:09:22.800Zwords vendor vendor american-english
2462026-09-11T20:09:22.800Zwords system system australian-english
2472026-09-11T20:09:22.800Zwords system system british-english
2482026-09-11T20:09:22.800Zwords system system canadian-english
2492026-09-11T20:09:22.800Zwords system system french
2502026-09-11T20:09:22.800Zwords system system italian
2512026-09-11T20:09:22.800Zwords system system ngerman
2522026-09-11T20:09:22.800Zwords system system ogerman
2532026-09-11T20:09:22.800Zwords system system spanish
2542026-09-11T20:09:23.051ZPUBLISHER TYPE STATUS P LOCATION
2552026-09-11T20:09:23.051Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2562026-09-11T20:09:23.578ZFMRI IFO
2572026-09-11T20:09:23.578Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2582026-09-11T20:09:23.578Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2592026-09-11T20:09:23.578Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2602026-09-11T20:09:23.578Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2612026-09-11T20:09:23.578Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2622026-09-11T20:09:23.578Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2632026-09-11T20:09:23.578Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2642026-09-11T20:09:23.578Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2652026-09-11T20:09:23.578Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2662026-09-11T20:09:23.923Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672026-09-11T20:09:24.277Z Updating crates.io index
2682026-09-11T20:09:24.280Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-09-11T20:09:24.550Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-09-11T20:09:24.909Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2712026-09-11T20:09:25.191Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-09-11T20:09:26.275Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-09-11T20:09:26.859Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-09-11T20:09:28.481Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-09-11T20:09:29.350Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-09-11T20:09:29.635Z Updating git repository `https://github.com/oxidecomputer/lldp`
2772026-09-11T20:09:29.999Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-09-11T20:09:31.213Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-09-11T20:09:31.499Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-09-11T20:09:31.869Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2812026-09-11T20:09:32.435Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-09-11T20:09:32.708Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-09-11T20:09:32.978Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-09-11T20:09:33.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-09-11T20:09:33.561Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862026-09-11T20:09:33.896Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-09-11T20:09:34.320Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2882026-09-11T20:09:34.841Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892026-09-11T20:09:35.163Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-09-11T20:09:35.710Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2912026-09-11T20:09:36.004Z Updating git repository `https://github.com/oxidecomputer/erebor`
2922026-09-11T20:09:36.531Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2932026-09-11T20:09:36.994Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2942026-09-11T20:09:37.619Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2952026-09-11T20:09:38.205Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2962026-09-11T20:09:38.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972026-09-11T20:09:38.840Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982026-09-11T20:09:39.199Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992026-09-11T20:09:39.584Z Updating git repository `https://github.com/oxidecomputer/tough`
3002026-09-11T20:09:40.194Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012026-09-11T20:09:40.467Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-09-11T20:09:40.738Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3032026-09-11T20:09:41.069Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3042026-09-11T20:09:41.395Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-09-11T20:09:41.718Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062026-09-11T20:09:42.099Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072026-09-11T20:09:42.436Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082026-09-11T20:09:42.722Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3092026-09-11T20:09:43.121Z Updating git repository `https://github.com/illumos/smf-rs`
3102026-09-11T20:09:45.801Z Downloading crates ...
3112026-09-11T20:09:45.888Z Downloaded cargo-platform v0.3.2
3122026-09-11T20:09:45.891Z Downloaded anstream v1.0.0
3132026-09-11T20:09:45.897Z Downloaded fnv v1.0.7
3142026-09-11T20:09:45.900Z Downloaded thread-id v4.2.2
3152026-09-11T20:09:45.904Z Downloaded clap_builder v4.6.0
3162026-09-11T20:09:45.908Z Downloaded itoa v1.0.17
3172026-09-11T20:09:45.910Z Downloaded zerocopy-derive v0.7.35
3182026-09-11T20:09:45.914Z Downloaded anstyle-query v1.1.5
3192026-09-11T20:09:45.914Z Downloaded usdt v0.5.0
3202026-09-11T20:09:45.917Z Downloaded dtrace-parser v0.2.0
3212026-09-11T20:09:45.917Z Downloaded macaddr v1.0.1
3222026-09-11T20:09:45.917Z Downloaded byteorder v1.5.0
3232026-09-11T20:09:45.974Z Downloaded utf8parse v0.2.2
3242026-09-11T20:09:45.975Z Downloaded zmij v1.0.21
3252026-09-11T20:09:45.975Z Downloaded zerocopy v0.7.35
3262026-09-11T20:09:45.975Z Downloaded fs-err v3.3.0
3272026-09-11T20:09:45.975Z Downloaded bytecount v0.6.9
3282026-09-11T20:09:45.975Z Downloaded anyhow v1.0.104
3292026-09-11T20:09:45.975Z Downloaded camino v1.2.5
3302026-09-11T20:09:45.975Z Downloaded memmap v0.7.0
3312026-09-11T20:09:45.975Z Downloaded pretty-hex v0.4.1
3322026-09-11T20:09:45.975Z Downloaded serde_tokenstream v0.2.3
3332026-09-11T20:09:45.975Z Downloaded fastrand v2.3.0
3342026-09-11T20:09:45.975Z Downloaded serde_spanned v0.6.9
3352026-09-11T20:09:45.975Z Downloaded is_terminal_polyfill v1.70.2
3362026-09-11T20:09:45.975Z Downloaded cargo_metadata v0.23.1
3372026-09-11T20:09:45.975Z Downloaded errno v0.3.14
3382026-09-11T20:09:45.975Z Downloaded terminal_size v0.4.3
3392026-09-11T20:09:45.975Z Downloaded usdt-macro v0.5.0
3402026-09-11T20:09:45.975Z Downloaded crypto-common v0.1.7
3412026-09-11T20:09:45.975Z Downloaded equivalent v1.0.2
3422026-09-11T20:09:45.975Z Downloaded heck v0.4.1
3432026-09-11T20:09:45.975Z Downloaded strsim v0.11.1
3442026-09-11T20:09:45.979Z Downloaded tabled_derive v0.7.0
3452026-09-11T20:09:45.979Z Downloaded anstyle-parse v1.0.0
3462026-09-11T20:09:45.979Z Downloaded camino-tempfile v1.4.1
3472026-09-11T20:09:45.983Z Downloaded autocfg v1.5.0
3482026-09-11T20:09:45.990Z Downloaded usdt-attr-macro v0.5.0
3492026-09-11T20:09:45.992Z Downloaded block-buffer v0.10.4
3502026-09-11T20:09:45.992Z Downloaded cpufeatures v0.2.17
3512026-09-11T20:09:45.992Z Downloaded colorchoice v1.0.4
3522026-09-11T20:09:45.995Z Downloaded heck v0.5.0
3532026-09-11T20:09:45.995Z Downloaded unicode-linebreak v0.1.5
3542026-09-11T20:09:46.002Z Downloaded generic-array v0.14.7
3552026-09-11T20:09:46.005Z Downloaded version_check v0.9.5
3562026-09-11T20:09:46.010Z Downloaded clap_lex v1.0.0
3572026-09-11T20:09:46.014Z Downloaded pest_derive v2.8.6
3582026-09-11T20:09:46.017Z Downloaded ucd-trie v0.1.7
3592026-09-11T20:09:46.026Z Downloaded smawk v0.3.2
3602026-09-11T20:09:46.029Z Downloaded swrite v0.1.0
3612026-09-11T20:09:46.029Z Downloaded scroll_derive v0.12.1
3622026-09-11T20:09:46.032Z Downloaded toml_write v0.1.2
3632026-09-11T20:09:46.035Z Downloaded cfg-if v1.0.4
3642026-09-11T20:09:46.035Z Downloaded plain v0.2.3
3652026-09-11T20:09:46.039Z Downloaded usdt-impl v0.5.0
3662026-09-11T20:09:46.042Z Downloaded dof v0.3.0
3672026-09-11T20:09:46.042Z Downloaded thiserror-impl v2.0.18
3682026-09-11T20:09:46.045Z Downloaded thiserror v1.0.69
3692026-09-11T20:09:46.048Z Downloaded cargo_toml v0.21.0
3702026-09-11T20:09:46.051Z Downloaded clap_derive v4.6.1
3712026-09-11T20:09:46.051Z Downloaded thiserror-impl v1.0.69
3722026-09-11T20:09:46.051Z Downloaded sha2 v0.10.9
3732026-09-11T20:09:46.054Z Downloaded scroll v0.12.0
3742026-09-11T20:09:46.058Z Downloaded toml_datetime v0.6.11
3752026-09-11T20:09:46.061Z Downloaded anstyle v1.0.14
3762026-09-11T20:09:46.061Z Downloaded digest v0.10.7
3772026-09-11T20:09:46.064Z Downloaded proc-macro-error-attr v1.0.4
3782026-09-11T20:09:46.064Z Downloaded thiserror v2.0.18
3792026-09-11T20:09:46.070Z Downloaded serde_core v1.0.228
3802026-09-11T20:09:46.072Z Downloaded once_cell v1.21.3
3812026-09-11T20:09:46.078Z Downloaded quote v1.0.45
3822026-09-11T20:09:46.081Z Downloaded tempfile v3.27.0
3832026-09-11T20:09:46.081Z Downloaded bitflags v2.11.0
3842026-09-11T20:09:46.084Z Downloaded pest_generator v2.8.6
3852026-09-11T20:09:46.095Z Downloaded proc-macro-error v1.0.4
3862026-09-11T20:09:46.097Z Downloaded semver v1.0.28
3872026-09-11T20:09:46.111Z Downloaded toml_edit v0.22.27
3882026-09-11T20:09:46.115Z Downloaded getrandom v0.3.4
3892026-09-11T20:09:46.115Z Downloaded memchr v2.8.0
3902026-09-11T20:09:46.119Z Downloaded textwrap v0.16.2
3912026-09-11T20:09:46.127Z Downloaded log v0.4.33
3922026-09-11T20:09:46.130Z Downloaded papergrid v0.11.0
3932026-09-11T20:09:46.134Z Downloaded proc-macro2 v1.0.106
3942026-09-11T20:09:46.134Z Downloaded unicode-ident v1.0.24
3952026-09-11T20:09:46.137Z Downloaded clap v4.6.1
3962026-09-11T20:09:46.140Z Downloaded toml v0.8.23
3972026-09-11T20:09:46.143Z Downloaded pest_meta v2.8.6
3982026-09-11T20:09:46.154Z Downloaded serde_derive v1.0.228
3992026-09-11T20:09:46.162Z Downloaded serde v1.0.228
4002026-09-11T20:09:46.165Z Downloaded pest v2.8.6
4012026-09-11T20:09:46.171Z Downloaded indexmap v2.14.0
4022026-09-11T20:09:46.174Z Downloaded typenum v1.20.1
4032026-09-11T20:09:46.226Z Downloaded hashbrown v0.17.0
4042026-09-11T20:09:46.229Z Downloaded serde_json v1.0.151
4052026-09-11T20:09:46.242Z Downloaded winnow v0.7.14
4062026-09-11T20:09:46.252Z Downloaded goblin v0.8.2
4072026-09-11T20:09:46.258Z Downloaded tabled v0.15.0
4082026-09-11T20:09:46.274Z Downloaded syn v1.0.109
4092026-09-11T20:09:46.279Z Downloaded unicode-width v0.2.0
4102026-09-11T20:09:46.291Z Downloaded unicode-width v0.1.14
4112026-09-11T20:09:46.295Z Downloaded syn v2.0.117
4122026-09-11T20:09:46.316Z Downloaded rustix v1.1.4
4132026-09-11T20:09:46.346Z Downloaded libc v0.2.185
4142026-09-11T20:09:46.408Z Compiling proc-macro2 v1.0.106
4152026-09-11T20:09:46.411Z Compiling quote v1.0.45
4162026-09-11T20:09:46.411Z Compiling unicode-ident v1.0.24
4172026-09-11T20:09:46.411Z Compiling serde_core v1.0.228
4182026-09-11T20:09:46.411Z Compiling libc v0.2.185
4192026-09-11T20:09:46.411Z Compiling version_check v0.9.5
4202026-09-11T20:09:46.411Z Compiling memchr v2.8.0
4212026-09-11T20:09:46.411Z Compiling serde v1.0.228
4222026-09-11T20:09:46.411Z Compiling zmij v1.0.21
4232026-09-11T20:09:46.411Z Compiling thiserror v1.0.69
4242026-09-11T20:09:46.411Z Compiling ucd-trie v0.1.7
4252026-09-11T20:09:46.584Z Compiling itoa v1.0.17
4262026-09-11T20:09:46.600Z Compiling rustix v1.1.4
4272026-09-11T20:09:46.603Z Compiling byteorder v1.5.0
4282026-09-11T20:09:46.603Z Compiling bitflags v2.11.0
4292026-09-11T20:09:46.603Z Compiling serde_json v1.0.151
4302026-09-11T20:09:46.603Z Compiling camino v1.2.5
4312026-09-11T20:09:46.603Z Compiling syn v1.0.109
4322026-09-11T20:09:46.603Z Compiling plain v0.2.3
4332026-09-11T20:09:46.603Z Compiling utf8parse v0.2.2
4342026-09-11T20:09:46.603Z Compiling equivalent v1.0.2
4352026-09-11T20:09:46.603Z Compiling log v0.4.33
4362026-09-11T20:09:46.603Z Compiling getrandom v0.3.4
4372026-09-11T20:09:46.603Z Compiling hashbrown v0.17.0
4382026-09-11T20:09:46.614Z Compiling anstyle-query v1.1.5
4392026-09-11T20:09:46.617Z Compiling pretty-hex v0.4.1
4402026-09-11T20:09:46.617Z Compiling anstyle v1.0.14
4412026-09-11T20:09:46.617Z Compiling cfg-if v1.0.4
4422026-09-11T20:09:46.617Z Compiling thiserror v2.0.18
4432026-09-11T20:09:46.844Z Compiling autocfg v1.5.0
4442026-09-11T20:09:46.938Z Compiling toml_write v0.1.2
4452026-09-11T20:09:46.980Z Compiling winnow v0.7.14
4462026-09-11T20:09:47.018Z Compiling is_terminal_polyfill v1.70.2
4472026-09-11T20:09:47.116Z Compiling usdt-impl v0.5.0
4482026-09-11T20:09:47.235Z Compiling pest v2.8.6
4492026-09-11T20:09:47.417Z Compiling proc-macro-error-attr v1.0.4
4502026-09-11T20:09:47.461Z Compiling proc-macro-error v1.0.4
4512026-09-11T20:09:47.481Z Compiling indexmap v2.14.0
4522026-09-11T20:09:47.504Z Compiling anstyle-parse v1.0.0
4532026-09-11T20:09:47.526Z Compiling colorchoice v1.0.4
4542026-09-11T20:09:47.582Z Compiling once_cell v1.21.3
4552026-09-11T20:09:47.605Z Compiling heck v0.5.0
4562026-09-11T20:09:47.608Z Compiling clap_lex v1.0.0
4572026-09-11T20:09:47.608Z Compiling heck v0.4.1
4582026-09-11T20:09:47.608Z Compiling fastrand v2.3.0
4592026-09-11T20:09:47.608Z Compiling fnv v1.0.7
4602026-09-11T20:09:47.861Z Compiling fs-err v3.3.0
4612026-09-11T20:09:47.865Z Compiling anstream v1.0.0
4622026-09-11T20:09:47.884Z Compiling anyhow v1.0.104
4632026-09-11T20:09:47.888Z Compiling bytecount v0.6.9
4642026-09-11T20:09:47.888Z Compiling unicode-width v0.1.14
4652026-09-11T20:09:47.888Z Compiling strsim v0.11.1
4662026-09-11T20:09:47.935Z Compiling smawk v0.3.2
4672026-09-11T20:09:47.938Z Compiling unicode-linebreak v0.1.5
4682026-09-11T20:09:47.938Z Compiling unicode-width v0.2.0
4692026-09-11T20:09:47.961Z Compiling swrite v0.1.0
4702026-09-11T20:09:48.427Z Compiling papergrid v0.11.0
4712026-09-11T20:09:48.614Z Compiling pest_meta v2.8.6
4722026-09-11T20:09:48.632Z Compiling errno v0.3.14
4732026-09-11T20:09:48.635Z Compiling thread-id v4.2.2
4742026-09-11T20:09:48.635Z Compiling memmap v0.7.0
4752026-09-11T20:09:48.946Z Compiling syn v2.0.117
4762026-09-11T20:09:49.423Z Compiling cargo-platform v0.3.2
4772026-09-11T20:09:49.423Z Compiling semver v1.0.28
4782026-09-11T20:09:49.533Z Compiling terminal_size v0.4.3
4792026-09-11T20:09:49.533Z Compiling tempfile v3.27.0
4802026-09-11T20:09:49.630Z Compiling clap_builder v4.6.0
4812026-09-11T20:09:49.630Z Compiling textwrap v0.16.2
4822026-09-11T20:09:49.756Z Compiling camino-tempfile v1.4.1
4832026-09-11T20:09:50.333Z Compiling tabled_derive v0.7.0
4842026-09-11T20:09:50.956Z Compiling tabled v0.15.0
4852026-09-11T20:09:51.051Z Compiling pest_generator v2.8.6
4862026-09-11T20:09:51.520Z Compiling serde_derive v1.0.228
4872026-09-11T20:09:51.520Z Compiling thiserror-impl v1.0.69
4882026-09-11T20:09:51.544Z Compiling zerocopy-derive v0.7.35
4892026-09-11T20:09:51.544Z Compiling pest_derive v2.8.6
4902026-09-11T20:09:51.544Z Compiling scroll_derive v0.12.1
4912026-09-11T20:09:51.544Z Compiling thiserror-impl v2.0.18
4922026-09-11T20:09:51.544Z Compiling clap_derive v4.6.1
4932026-09-11T20:09:52.237Z Compiling scroll v0.12.0
4942026-09-11T20:09:52.330Z Compiling zerocopy v0.7.35
4952026-09-11T20:09:52.483Z Compiling goblin v0.8.2
4962026-09-11T20:09:52.660Z Compiling dtrace-parser v0.2.0
4972026-09-11T20:09:52.935Z Compiling clap v4.6.1
4982026-09-11T20:09:53.948Z Compiling dof v0.3.0
4992026-09-11T20:09:53.948Z Compiling serde_tokenstream v0.2.3
5002026-09-11T20:09:53.980Z Compiling serde_spanned v0.6.9
5012026-09-11T20:09:53.987Z Compiling toml_datetime v0.6.11
5022026-09-11T20:09:53.987Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5032026-09-11T20:09:53.987Z Compiling cargo_metadata v0.23.1
5042026-09-11T20:09:53.987Z Compiling macaddr v1.0.1
5052026-09-11T20:09:54.198Z Compiling toml_edit v0.22.27
5062026-09-11T20:09:54.606Z Compiling usdt-attr-macro v0.5.0
5072026-09-11T20:09:54.643Z Compiling usdt-macro v0.5.0
5082026-09-11T20:09:55.287Z Compiling usdt v0.5.0
5092026-09-11T20:09:55.421Z Compiling toml v0.8.23
5102026-09-11T20:09:55.729Z Compiling cargo_toml v0.21.0
5112026-09-11T20:09:57.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5122026-09-11T20:09:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
5132026-09-11T20:09:59.332Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5142026-09-11T20:09:59.846Z Downloading crates ...
5152026-09-11T20:09:59.900Z Downloaded array-init v0.0.4
5162026-09-11T20:09:59.909Z Downloaded arc-swap v1.8.2
5172026-09-11T20:09:59.912Z Downloaded aead v0.5.2
5182026-09-11T20:09:59.923Z Downloaded async-stream v0.3.6
5192026-09-11T20:09:59.926Z Downloaded enum-as-inner v0.6.1
5202026-09-11T20:09:59.930Z Downloaded async-trait v0.1.89
5212026-09-11T20:09:59.932Z Downloaded addr2line v0.25.1
5222026-09-11T20:09:59.935Z Downloaded async-recursion v1.1.1
5232026-09-11T20:09:59.935Z Downloaded cipher v0.5.2
5242026-09-11T20:09:59.938Z Downloaded async-stream-impl v0.3.6
5252026-09-11T20:09:59.938Z Downloaded bit-vec v0.8.0
5262026-09-11T20:09:59.938Z Downloaded console v0.16.2
5272026-09-11T20:09:59.938Z Downloaded erased-serde v0.3.31
5282026-09-11T20:09:59.941Z Downloaded endian-type v0.1.2
5292026-09-11T20:09:59.941Z Downloaded futures-macro v0.3.32
5302026-09-11T20:09:59.941Z Downloaded enum_dispatch v0.3.13
5312026-09-11T20:09:59.945Z Downloaded const-oid v0.10.2
5322026-09-11T20:09:59.945Z Downloaded argon2 v0.6.0-rc.8
5332026-09-11T20:09:59.945Z Downloaded form_urlencoded v1.2.2
5342026-09-11T20:09:59.947Z Downloaded env_filter v2.0.0
5352026-09-11T20:09:59.947Z Downloaded ascii-canvas v3.0.0
5362026-09-11T20:09:59.947Z Downloaded bcrypt-pbkdf v0.11.0
5372026-09-11T20:09:59.948Z Downloaded filetime v0.2.27
5382026-09-11T20:09:59.955Z Downloaded float-cmp v0.10.0
5392026-09-11T20:09:59.958Z Downloaded fd-lock v4.0.4
5402026-09-11T20:09:59.958Z Downloaded funty v2.0.0
5412026-09-11T20:09:59.959Z Downloaded bb8 v0.8.6
5422026-09-11T20:09:59.959Z Downloaded bitfield-macros v0.19.4
5432026-09-11T20:09:59.959Z Downloaded bit-set v0.8.0
5442026-09-11T20:09:59.959Z Downloaded fixedbitset v0.4.2
5452026-09-11T20:09:59.959Z Downloaded fxhash v0.2.1
5462026-09-11T20:09:59.959Z Downloaded ghash v0.6.0
5472026-09-11T20:09:59.961Z Downloaded anstream v0.6.21
5482026-09-11T20:09:59.961Z Downloaded argon2 v0.5.3
5492026-09-11T20:09:59.961Z Downloaded backon v1.6.0
5502026-09-11T20:09:59.964Z Downloaded float-ord v0.3.2
5512026-09-11T20:09:59.964Z Downloaded futures-io v0.3.32
5522026-09-11T20:09:59.967Z Downloaded backtrace-ext v0.2.1
5532026-09-11T20:09:59.971Z Downloaded arrayref v0.3.9
5542026-09-11T20:09:59.971Z Downloaded adler2 v2.0.1
5552026-09-11T20:09:59.971Z Downloaded foldhash v0.1.5
5562026-09-11T20:09:59.971Z Downloaded fixedbitset v0.5.7
5572026-09-11T20:09:59.971Z Downloaded atty v0.2.14
5582026-09-11T20:09:59.974Z Downloaded base16ct v0.2.0
5592026-09-11T20:09:59.974Z Downloaded base16ct v1.0.0
5602026-09-11T20:09:59.975Z Downloaded flagset v0.4.7
5612026-09-11T20:09:59.975Z Downloaded futures-core v0.3.32
5622026-09-11T20:09:59.975Z Downloaded headers-core v0.3.0
5632026-09-11T20:09:59.977Z Downloaded foreign-types v0.5.0
5642026-09-11T20:09:59.978Z Downloaded futures-task v0.3.32
5652026-09-11T20:09:59.978Z Downloaded git-stub v1.0.0
5662026-09-11T20:09:59.978Z Downloaded compression-core v0.4.31
5672026-09-11T20:09:59.978Z Downloaded atomic-waker v1.1.2
5682026-09-11T20:09:59.981Z Downloaded foreign-types-shared v0.1.1
5692026-09-11T20:09:59.981Z Downloaded foreign-types-shared v0.3.1
5702026-09-11T20:09:59.986Z Downloaded futures-sink v0.3.32
5712026-09-11T20:09:59.990Z Downloaded home v0.5.12
5722026-09-11T20:09:59.990Z Downloaded http-body v1.0.1
5732026-09-11T20:09:59.990Z Downloaded foreign-types-macros v0.2.3
5742026-09-11T20:09:59.990Z Downloaded hash32 v0.2.1
5752026-09-11T20:09:59.993Z Downloaded bitfield-struct v0.6.2
5762026-09-11T20:09:59.993Z Downloaded cfg_aliases v0.1.1
5772026-09-11T20:09:59.996Z Downloaded gethostname v0.5.0
5782026-09-11T20:09:59.999Z Downloaded atomicwrites v0.4.4
5792026-09-11T20:10:00.003Z Downloaded hubpack v0.1.2
5802026-09-11T20:10:00.006Z Downloaded ciborium-ll v0.2.2
5812026-09-11T20:10:00.006Z Downloaded assert_matches v1.5.0
5822026-09-11T20:10:00.008Z Downloaded block-padding v0.4.2
5832026-09-11T20:10:00.009Z Downloaded cfg_aliases v0.2.1
5842026-09-11T20:10:00.011Z Downloaded nibble_vec v0.1.0
5852026-09-11T20:10:00.011Z Downloaded hostname v0.4.2
5862026-09-11T20:10:00.011Z Downloaded hex v0.4.3
5872026-09-11T20:10:00.011Z Downloaded http-range v0.1.5
5882026-09-11T20:10:00.014Z Downloaded cobs v0.3.0
5892026-09-11T20:10:00.014Z Downloaded bit-set v0.5.3
5902026-09-11T20:10:00.019Z Downloaded hubpack_derive v0.1.1
5912026-09-11T20:10:00.022Z Downloaded globwalk v0.9.1
5922026-09-11T20:10:00.022Z Downloaded hex-literal v1.1.0
5932026-09-11T20:10:00.022Z Downloaded hash32 v0.3.1
5942026-09-11T20:10:00.022Z Downloaded futures-executor v0.3.32
5952026-09-11T20:10:00.022Z Downloaded castaway v0.2.4
5962026-09-11T20:10:00.025Z Downloaded nodrop v0.1.14
5972026-09-11T20:10:00.025Z Downloaded block-buffer v0.12.1
5982026-09-11T20:10:00.028Z Downloaded foldhash v0.2.0
5992026-09-11T20:10:00.028Z Downloaded foreign-types v0.3.2
6002026-09-11T20:10:00.029Z Downloaded fs_extra v1.3.0
6012026-09-11T20:10:00.029Z Downloaded fallible-iterator v0.2.0
6022026-09-11T20:10:00.032Z Downloaded hostname v0.3.1
6032026-09-11T20:10:00.034Z Downloaded bit-vec v0.6.3
6042026-09-11T20:10:00.035Z Downloaded httpdate v1.0.3
6052026-09-11T20:10:00.035Z Downloaded olpc-cjson v0.1.4
6062026-09-11T20:10:00.038Z Downloaded openssl-macros v0.1.1
6072026-09-11T20:10:00.041Z Downloaded allocator-api2 v0.2.21
6082026-09-11T20:10:00.041Z Downloaded bitfield v0.19.4
6092026-09-11T20:10:00.044Z Downloaded oxide-generation-macros v0.2.0
6102026-09-11T20:10:00.047Z Downloaded parse-size v1.1.0
6112026-09-11T20:10:00.050Z Downloaded normalize-line-endings v0.3.0
6122026-09-11T20:10:00.050Z Downloaded proc-macro-crate v1.3.1
6132026-09-11T20:10:00.053Z Downloaded potential_utf v0.1.4
6142026-09-11T20:10:00.057Z Downloaded rustc_version v0.4.1
6152026-09-11T20:10:00.060Z Downloaded progenitor-client v0.14.0
6162026-09-11T20:10:00.060Z Downloaded quick-error v1.2.3
6172026-09-11T20:10:00.063Z Downloaded rand_pcg v0.10.2
6182026-09-11T20:10:00.064Z Downloaded sapling-renderdag v0.1.0
6192026-09-11T20:10:00.067Z Downloaded find-msvc-tools v0.1.9
6202026-09-11T20:10:00.067Z Downloaded backoff v0.4.0
6212026-09-11T20:10:00.067Z Downloaded anstyle-parse v0.2.7
6222026-09-11T20:10:00.070Z Downloaded ciborium-io v0.2.2
6232026-09-11T20:10:00.070Z Downloaded ff v0.13.1
6242026-09-11T20:10:00.070Z Downloaded glob v0.3.3
6252026-09-11T20:10:00.073Z Downloaded bcs v0.1.6
6262026-09-11T20:10:00.076Z Downloaded bs58 v0.5.1
6272026-09-11T20:10:00.076Z Downloaded buf-list v1.1.2
6282026-09-11T20:10:00.076Z Downloaded cmake v0.1.57
6292026-09-11T20:10:00.079Z Downloaded cassowary v0.3.0
6302026-09-11T20:10:00.079Z Downloaded cexpr v0.6.0
6312026-09-11T20:10:00.079Z Downloaded bitflags v1.3.2
6322026-09-11T20:10:00.083Z Downloaded chacha20 v0.9.1
6332026-09-11T20:10:00.086Z Downloaded blowfish v0.10.0
6342026-09-11T20:10:00.086Z Downloaded cipher v0.4.4
6352026-09-11T20:10:00.089Z Downloaded camino-tempfile-ext v0.3.3
6362026-09-11T20:10:00.089Z Downloaded byte-wrapper v0.1.0
6372026-09-11T20:10:00.089Z Downloaded clang-sys v1.8.1
6382026-09-11T20:10:00.092Z Downloaded highway v1.3.0
6392026-09-11T20:10:00.092Z Downloaded arrayvec v0.7.6
6402026-09-11T20:10:00.095Z Downloaded compression-codecs v0.4.37
6412026-09-11T20:10:00.095Z Downloaded aead v0.6.1
6422026-09-11T20:10:00.098Z Downloaded ff v0.14.0
6432026-09-11T20:10:00.098Z Downloaded humantime v2.3.0
6442026-09-11T20:10:00.101Z Downloaded shell-words v1.1.1
6452026-09-11T20:10:00.101Z Downloaded base64ct v1.8.3
6462026-09-11T20:10:00.101Z Downloaded ahash v0.8.12
6472026-09-11T20:10:00.104Z Downloaded sigpipe v0.1.3
6482026-09-11T20:10:00.107Z Downloaded env_logger v0.11.11
6492026-09-11T20:10:00.107Z Downloaded slog-bunyan v2.5.0
6502026-09-11T20:10:00.107Z Downloaded strip-ansi-escapes v0.2.1
6512026-09-11T20:10:00.110Z Downloaded num-integer v0.1.46
6522026-09-11T20:10:00.113Z Downloaded scroll_derive v0.13.1
6532026-09-11T20:10:00.113Z Downloaded serde-big-array v0.5.1
6542026-09-11T20:10:00.116Z Downloaded num_enum v0.5.11
6552026-09-11T20:10:00.119Z Downloaded paste v1.0.15
6562026-09-11T20:10:00.119Z Downloaded phc v0.6.1
6572026-09-11T20:10:00.119Z Downloaded seq-macro v0.3.6
6582026-09-11T20:10:00.122Z Downloaded serde_spanned v1.1.1
6592026-09-11T20:10:00.122Z Downloaded rand_chacha v0.9.0
6602026-09-11T20:10:00.122Z Downloaded progenitor-extras v0.2.0
6612026-09-11T20:10:00.122Z Downloaded globset v0.4.18
6622026-09-11T20:10:00.128Z Downloaded strum v0.26.3
6632026-09-11T20:10:00.128Z Downloaded bitvec v1.0.1
6642026-09-11T20:10:00.132Z Downloaded peg v0.8.5
6652026-09-11T20:10:00.135Z Downloaded tower-service v0.3.3
6662026-09-11T20:10:00.135Z Downloaded group v0.14.0
6672026-09-11T20:10:00.135Z Downloaded parking_lot_core v0.8.6
6682026-09-11T20:10:00.138Z Downloaded blake2 v0.10.6
6692026-09-11T20:10:00.138Z Downloaded pin-project-internal v1.1.11
6702026-09-11T20:10:00.143Z Downloaded pkg-config v0.3.32
6712026-09-11T20:10:00.143Z Downloaded primeorder v0.14.0
6722026-09-11T20:10:00.143Z Downloaded primeorder v0.13.6
6732026-09-11T20:10:00.143Z Downloaded bzip2 v0.6.1
6742026-09-11T20:10:00.146Z Downloaded cancel-safe-futures v0.1.5
6752026-09-11T20:10:00.146Z Downloaded cbc v0.2.1
6762026-09-11T20:10:00.146Z Downloaded cmov v0.5.4
6772026-09-11T20:10:00.146Z Downloaded colored v2.2.0
6782026-09-11T20:10:00.150Z Downloaded colored v3.1.1
6792026-09-11T20:10:00.150Z Downloaded console v0.15.11
6802026-09-11T20:10:00.153Z Downloaded supports-color v3.0.2
6812026-09-11T20:10:00.153Z Downloaded tinyvec_macros v0.1.1
6822026-09-11T20:10:00.153Z Downloaded tap v1.0.1
6832026-09-11T20:10:00.153Z Downloaded rustls-pemfile v2.2.0
6842026-09-11T20:10:00.153Z Downloaded blake2 v0.11.0-rc.6
6852026-09-11T20:10:00.159Z Downloaded half v1.8.3
6862026-09-11T20:10:00.159Z Downloaded const-oid v0.9.6
6872026-09-11T20:10:00.159Z Downloaded usdt-attr-macro v0.6.0
6882026-09-11T20:10:00.159Z Downloaded futures-channel v0.3.32
6892026-09-11T20:10:00.159Z Downloaded getrandom v0.2.17
6902026-09-11T20:10:00.162Z Downloaded http-body-util v0.1.3
6912026-09-11T20:10:00.162Z Downloaded httparse v1.10.1
6922026-09-11T20:10:00.162Z Downloaded chacha20 v0.10.0
6932026-09-11T20:10:00.166Z Downloaded slog-json v2.6.1
6942026-09-11T20:10:00.166Z Downloaded smf v0.2.3
6952026-09-11T20:10:00.166Z Downloaded wait-timeout v0.2.1
6962026-09-11T20:10:00.166Z Downloaded waitgroup v0.1.2
6972026-09-11T20:10:00.166Z Downloaded hmac v0.12.1
6982026-09-11T20:10:00.166Z Downloaded zone v0.3.1
6992026-09-11T20:10:00.169Z Downloaded base64 v0.21.7
7002026-09-11T20:10:00.169Z Downloaded hybrid-array v0.4.13
7012026-09-11T20:10:00.172Z Downloaded git-stub-vcs v0.1.0
7022026-09-11T20:10:00.172Z Downloaded hmac v0.13.0
7032026-09-11T20:10:00.172Z Downloaded postgres-types v0.2.14
7042026-09-11T20:10:00.175Z Downloaded supports-hyperlinks v3.2.0
7052026-09-11T20:10:00.178Z Downloaded termios v0.3.3
7062026-09-11T20:10:00.181Z Downloaded fatfs v0.3.6
7072026-09-11T20:10:00.184Z Downloaded cpubits v0.1.1
7082026-09-11T20:10:00.184Z Downloaded crunchy v0.2.4
7092026-09-11T20:10:00.187Z Downloaded darling_macro v0.20.11
7102026-09-11T20:10:00.187Z Downloaded getrandom v0.4.3
7112026-09-11T20:10:00.190Z Downloaded utf8_iter v1.0.4
7122026-09-11T20:10:00.190Z Downloaded async-bb8-diesel v0.2.1
7132026-09-11T20:10:00.193Z Downloaded serde-hex v0.1.0
7142026-09-11T20:10:00.196Z Downloaded zerofrom v0.1.6
7152026-09-11T20:10:00.196Z Downloaded ciborium v0.2.2
7162026-09-11T20:10:00.196Z Downloaded zerofrom-derive v0.1.6
7172026-09-11T20:10:00.201Z Downloaded bzip2 v0.4.4
7182026-09-11T20:10:00.201Z Downloaded elliptic-curve v0.14.1
7192026-09-11T20:10:00.204Z Downloaded hyper-rustls v0.27.7
7202026-09-11T20:10:00.204Z Downloaded signal-hook-registry v1.4.8
7212026-09-11T20:10:00.204Z Downloaded slab v0.4.12
7222026-09-11T20:10:00.204Z Downloaded group v0.13.0
7232026-09-11T20:10:00.204Z Downloaded pem-rfc7468 v1.0.0
7242026-09-11T20:10:00.204Z Downloaded darling_macro v0.21.3
7252026-09-11T20:10:00.207Z Downloaded difflib v0.4.0
7262026-09-11T20:10:00.207Z Downloaded base64 v0.22.1
7272026-09-11T20:10:00.210Z Downloaded quinn-udp v0.5.14
7282026-09-11T20:10:00.211Z Downloaded ssh-encoding v0.3.0
7292026-09-11T20:10:00.214Z Downloaded num-traits v0.2.19
7302026-09-11T20:10:00.214Z Downloaded dirs-sys-next v0.1.2
7312026-09-11T20:10:00.214Z Downloaded dof v0.4.0
7322026-09-11T20:10:00.214Z Downloaded dropshot-api-manager-types v0.8.0
7332026-09-11T20:10:00.217Z Downloaded idna_adapter v1.2.1
7342026-09-11T20:10:00.220Z Downloaded instant v0.1.13
7352026-09-11T20:10:00.220Z Downloaded sha2 v0.11.0
7362026-09-11T20:10:00.224Z Downloaded rustls-pki-types v1.14.0
7372026-09-11T20:10:00.227Z Downloaded fs-err v2.11.0
7382026-09-11T20:10:00.230Z Downloaded memoffset v0.9.1
7392026-09-11T20:10:00.233Z Downloaded md5 v0.8.0
7402026-09-11T20:10:00.234Z Downloaded generic-array v1.4.3
7412026-09-11T20:10:00.237Z Downloaded corncobs v0.1.4
7422026-09-11T20:10:00.237Z Downloaded critical-section v1.2.0
7432026-09-11T20:10:00.240Z Downloaded half v2.7.1
7442026-09-11T20:10:00.243Z Downloaded thiserror-no-std v2.0.2
7452026-09-11T20:10:00.247Z Downloaded tabwriter v1.4.1
7462026-09-11T20:10:00.250Z Downloaded tokio-tungstenite v0.21.0
7472026-09-11T20:10:00.250Z Downloaded wyz v0.5.1
7482026-09-11T20:10:00.253Z Downloaded maybe-uninit v2.0.0
7492026-09-11T20:10:00.258Z Downloaded flume v0.11.1
7502026-09-11T20:10:00.261Z Downloaded strum_macros v0.27.2
7512026-09-11T20:10:00.261Z Downloaded unicase v2.9.0
7522026-09-11T20:10:00.261Z Downloaded linked-hash-map v0.5.6
7532026-09-11T20:10:00.264Z Downloaded chacha20poly1305 v0.10.1
7542026-09-11T20:10:00.264Z Downloaded flate2 v1.1.9
7552026-09-11T20:10:00.268Z Downloaded lzss v0.8.2
7562026-09-11T20:10:00.268Z Downloaded num-iter v0.1.45
7572026-09-11T20:10:00.268Z Downloaded bytes v1.11.1
7582026-09-11T20:10:00.271Z Downloaded ctr v0.10.1
7592026-09-11T20:10:00.271Z Downloaded scrypt v0.12.0
7602026-09-11T20:10:00.274Z Downloaded serde_with_macros v3.21.0
7612026-09-11T20:10:00.274Z Downloaded tls_codec v0.4.2
7622026-09-11T20:10:00.277Z Downloaded untrusted v0.7.1
7632026-09-11T20:10:00.277Z Downloaded predicates-tree v1.0.13
7642026-09-11T20:10:00.277Z Downloaded compact_str v0.8.1
7652026-09-11T20:10:00.280Z Downloaded defmt-parser v1.0.0
7662026-09-11T20:10:00.283Z Downloaded indoc v1.0.9
7672026-09-11T20:10:00.283Z Downloaded pkcs5 v0.8.1
7682026-09-11T20:10:00.285Z Downloaded der_derive v0.7.3
7692026-09-11T20:10:00.285Z Downloaded ingot-types v0.2.0
7702026-09-11T20:10:00.289Z Downloaded progenitor-macro v0.13.0
7712026-09-11T20:10:00.289Z Downloaded sqlformat v0.3.5
7722026-09-11T20:10:00.289Z Downloaded deranged v0.5.8
7732026-09-11T20:10:00.289Z Downloaded backtrace v0.3.76
7742026-09-11T20:10:00.292Z Downloaded path-slash v0.2.1
7752026-09-11T20:10:00.292Z Downloaded smallvec v1.15.1
7762026-09-11T20:10:00.295Z Downloaded openssl-probe v0.2.1
7772026-09-11T20:10:00.295Z Downloaded rand_xorshift v0.4.0
7782026-09-11T20:10:00.296Z Downloaded recursive v0.1.1
7792026-09-11T20:10:00.296Z Downloaded proc-macro-crate v3.4.0
7802026-09-11T20:10:00.296Z Downloaded progenitor-macro v0.14.0
7812026-09-11T20:10:00.299Z Downloaded rustc-hash v2.1.1
7822026-09-11T20:10:00.302Z Downloaded ipnetwork v0.21.1
7832026-09-11T20:10:00.302Z Downloaded jobserver v0.1.34
7842026-09-11T20:10:00.302Z Downloaded miette-derive v7.6.0
7852026-09-11T20:10:00.305Z Downloaded prefix-trie v0.7.0
7862026-09-11T20:10:00.308Z Downloaded rustls-platform-verifier v0.6.2
7872026-09-11T20:10:00.311Z Downloaded either v1.15.0
7882026-09-11T20:10:00.311Z Downloaded futures v0.3.32
7892026-09-11T20:10:00.315Z Downloaded yasna v0.5.2
7902026-09-11T20:10:00.315Z Downloaded crossbeam-utils v0.8.21
7912026-09-11T20:10:00.318Z Downloaded md-5 v0.11.0
7922026-09-11T20:10:00.321Z Downloaded siphasher v1.0.2
7932026-09-11T20:10:00.321Z Downloaded headers v0.4.1
7942026-09-11T20:10:00.324Z Downloaded heapless v0.8.0
7952026-09-11T20:10:00.327Z Downloaded oxide-update-engine v0.1.2
7962026-09-11T20:10:00.327Z Downloaded schemars v0.9.0
7972026-09-11T20:10:00.334Z Downloaded tungstenite v0.23.0
7982026-09-11T20:10:00.337Z Downloaded typify v0.6.2
7992026-09-11T20:10:00.340Z Downloaded darling v0.20.11
8002026-09-11T20:10:00.343Z Downloaded owo-colors v4.3.0
8012026-09-11T20:10:00.343Z Downloaded secrecy v0.10.3
8022026-09-11T20:10:00.343Z Downloaded pem v3.0.6
8032026-09-11T20:10:00.343Z Downloaded phf v0.12.1
8042026-09-11T20:10:00.343Z Downloaded thread-id v5.1.0
8052026-09-11T20:10:00.346Z Downloaded tokio-macros v2.7.0
8062026-09-11T20:10:00.346Z Downloaded libsw v3.5.0
8072026-09-11T20:10:00.349Z Downloaded ppv-lite86 v0.2.21
8082026-09-11T20:10:00.349Z Downloaded ecdsa v0.17.0
8092026-09-11T20:10:00.349Z Downloaded iana-time-zone v0.1.65
8102026-09-11T20:10:00.352Z Downloaded chumsky v0.9.3
8112026-09-11T20:10:00.355Z Downloaded sqlparser_derive v0.5.0
8122026-09-11T20:10:00.355Z Downloaded strsim v0.10.0
8132026-09-11T20:10:00.355Z Downloaded vergen v9.1.0
8142026-09-11T20:10:00.355Z Downloaded bumpalo v3.20.2
8152026-09-11T20:10:00.358Z Downloaded linear-map v1.2.0
8162026-09-11T20:10:00.361Z Downloaded sync_wrapper v1.0.2
8172026-09-11T20:10:00.361Z Downloaded take_mut v0.2.2
8182026-09-11T20:10:00.364Z Downloaded xattr v1.6.1
8192026-09-11T20:10:00.364Z Downloaded yoke-derive v0.8.1
8202026-09-11T20:10:00.367Z Downloaded aes v0.9.1
8212026-09-11T20:10:00.367Z Downloaded num_enum_derive v0.7.6
8222026-09-11T20:10:00.367Z Downloaded rustls-native-certs v0.8.3
8232026-09-11T20:10:00.373Z Downloaded oxnet v0.1.6
8242026-09-11T20:10:00.376Z Downloaded oxide-update-engine-display v0.1.2
8252026-09-11T20:10:00.379Z Downloaded resolv-conf v0.7.6
8262026-09-11T20:10:00.379Z Downloaded rpassword v7.5.4
8272026-09-11T20:10:00.382Z Downloaded memmap2 v0.9.10
8282026-09-11T20:10:00.385Z Downloaded crc8 v0.1.1
8292026-09-11T20:10:00.385Z Downloaded universal-hash v0.5.1
8302026-09-11T20:10:00.388Z Downloaded unit-prefix v0.5.2
8312026-09-11T20:10:00.392Z Downloaded usdt-macro v0.6.0
8322026-09-11T20:10:00.392Z Downloaded void v1.0.2
8332026-09-11T20:10:00.395Z Downloaded dirs-next v2.0.0
8342026-09-11T20:10:00.395Z Downloaded shlex v1.3.0
8352026-09-11T20:10:00.396Z Downloaded slog-term v2.9.2
8362026-09-11T20:10:00.397Z Downloaded static_assertions v1.1.0
8372026-09-11T20:10:00.400Z Downloaded toml_edit v0.23.10+spec-1.0.0
8382026-09-11T20:10:00.408Z Downloaded pkcs1 v0.7.5
8392026-09-11T20:10:00.411Z Downloaded pkcs1 v0.8.0-rc.4
8402026-09-11T20:10:00.411Z Downloaded serde_path_to_error v0.1.20
8412026-09-11T20:10:00.411Z Downloaded termtree v0.5.1
8422026-09-11T20:10:00.411Z Downloaded tinyvec v1.10.0
8432026-09-11T20:10:00.416Z Downloaded display-error-chain v0.2.2
8442026-09-11T20:10:00.416Z Downloaded hyper-tls v0.6.0
8452026-09-11T20:10:00.416Z Downloaded ar_archive_writer v0.5.1
8462026-09-11T20:10:00.419Z Downloaded cc v1.2.56
8472026-09-11T20:10:00.419Z Downloaded heapless v0.7.17
8482026-09-11T20:10:00.422Z Downloaded tokio-dtrace v0.1.1
8492026-09-11T20:10:00.422Z Downloaded hickory-resolver v0.24.4
8502026-09-11T20:10:00.422Z Downloaded hickory-resolver v0.25.2
8512026-09-11T20:10:00.425Z Downloaded illumos-nvpair-sys v0.2.0
8522026-09-11T20:10:00.425Z Downloaded is_ci v1.2.0
8532026-09-11T20:10:00.425Z Downloaded lalrpop-util v0.19.12
8542026-09-11T20:10:00.428Z Downloaded toml v1.1.2+spec-1.1.0
8552026-09-11T20:10:00.428Z Downloaded icu_provider v2.1.1
8562026-09-11T20:10:00.431Z Downloaded serde_derive_internals v0.29.1
8572026-09-11T20:10:00.431Z Downloaded sha1 v0.11.0
8582026-09-11T20:10:00.431Z Downloaded darling_macro v0.13.4
8592026-09-11T20:10:00.431Z Downloaded defmt v0.3.100
8602026-09-11T20:10:00.431Z Downloaded crc v3.4.0
8612026-09-11T20:10:00.435Z Downloaded diesel_table_macro_syntax v0.3.0
8622026-09-11T20:10:00.435Z Downloaded dsl_auto_type v0.2.0
8632026-09-11T20:10:00.435Z Downloaded vergen-git2 v9.1.0
8642026-09-11T20:10:00.435Z Downloaded match_cfg v0.1.0
8652026-09-11T20:10:00.435Z Downloaded maplit v1.0.2
8662026-09-11T20:10:00.438Z Downloaded multimap v0.10.1
8672026-09-11T20:10:00.438Z Downloaded smallvec v0.6.14
8682026-09-11T20:10:00.438Z Downloaded managed v0.8.0
8692026-09-11T20:10:00.438Z Downloaded newline-converter v0.3.0
8702026-09-11T20:10:00.438Z Downloaded nonempty v0.12.0
8712026-09-11T20:10:00.439Z Downloaded num-conv v0.2.0
8722026-09-11T20:10:00.442Z Downloaded yansi v1.0.1
8732026-09-11T20:10:00.442Z Downloaded slog-dtrace v0.3.0
8742026-09-11T20:10:00.442Z Downloaded strum_macros v0.24.3
8752026-09-11T20:10:00.442Z Downloaded tiny-keccak v2.0.2
8762026-09-11T20:10:00.445Z Downloaded inout v0.1.4
8772026-09-11T20:10:00.445Z Downloaded internet-checksum v0.2.1
8782026-09-11T20:10:00.449Z Downloaded daft-derive v0.1.8
8792026-09-11T20:10:00.452Z Downloaded num-derive v0.4.2
8802026-09-11T20:10:00.455Z Downloaded spin v0.9.8
8812026-09-11T20:10:00.455Z Downloaded support-bundle-viewer v0.1.2
8822026-09-11T20:10:00.455Z Downloaded async-compression v0.4.41
8832026-09-11T20:10:00.459Z Downloaded daft v0.1.8
8842026-09-11T20:10:00.462Z Downloaded rand v0.8.6
8852026-09-11T20:10:00.465Z Downloaded progenitor v0.13.0
8862026-09-11T20:10:00.465Z Downloaded parse-display v0.10.0
8872026-09-11T20:10:00.468Z Downloaded password-hash v0.6.1
8882026-09-11T20:10:00.468Z Downloaded vsss-rs v3.3.4
8892026-09-11T20:10:00.468Z Downloaded unicode_categories v0.1.1
8902026-09-11T20:10:00.471Z Downloaded predicates-core v1.0.10
8912026-09-11T20:10:00.471Z Downloaded hyper-staticfile v0.10.1
8922026-09-11T20:10:00.474Z Downloaded phf_shared v0.11.3
8932026-09-11T20:10:00.477Z Downloaded rand_core v0.6.4
8942026-09-11T20:10:00.480Z Downloaded ignore v0.4.25
8952026-09-11T20:10:00.484Z Downloaded keccak v0.2.0
8962026-09-11T20:10:00.491Z Downloaded http v1.4.2
8972026-09-11T20:10:00.494Z Downloaded sha1 v0.10.6
8982026-09-11T20:10:00.497Z Downloaded lock_api v0.4.14
8992026-09-11T20:10:00.500Z Downloaded csv-core v0.1.13
9002026-09-11T20:10:00.500Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-09-11T20:10:00.503Z Downloaded scopeguard v1.2.0
9022026-09-11T20:10:00.510Z Downloaded signal-hook v0.3.18
9032026-09-11T20:10:00.516Z Downloaded convert_case v0.10.0
9042026-09-11T20:10:00.567Z Downloaded stable_deref_trait v1.2.1
9052026-09-11T20:10:00.567Z Downloaded ecdsa v0.16.9
9062026-09-11T20:10:00.567Z Downloaded same-file v1.0.6
9072026-09-11T20:10:00.567Z Downloaded secrecy v0.8.0
9082026-09-11T20:10:00.567Z Downloaded semver v0.1.20
9092026-09-11T20:10:00.567Z Downloaded trait-variant v0.1.2
9102026-09-11T20:10:00.567Z Downloaded untrusted v0.9.0
9112026-09-11T20:10:00.567Z Downloaded xshell-macros v0.2.7
9122026-09-11T20:10:00.567Z Downloaded pin-project-lite v0.2.17
9132026-09-11T20:10:00.567Z Downloaded unicode-truncate v1.1.0
9142026-09-11T20:10:00.567Z Downloaded pkcs8 v0.10.2
9152026-09-11T20:10:00.569Z Downloaded convert_case v0.4.0
9162026-09-11T20:10:00.569Z Downloaded hickory-server v0.25.2
9172026-09-11T20:10:00.569Z Downloaded crc-catalog v2.4.0
9182026-09-11T20:10:00.569Z Downloaded p384 v0.14.0
9192026-09-11T20:10:00.569Z Downloaded darling_core v0.20.11
9202026-09-11T20:10:00.569Z Downloaded oxide-update-engine-types v0.1.2
9212026-09-11T20:10:00.569Z Downloaded rand_seeder v0.4.0
9222026-09-11T20:10:00.569Z Downloaded chrono v0.4.45
9232026-09-11T20:10:00.569Z Downloaded aes-gcm v0.11.0
9242026-09-11T20:10:00.569Z Downloaded tungstenite v0.21.0
9252026-09-11T20:10:00.569Z Downloaded curve25519-dalek-derive v0.1.1
9262026-09-11T20:10:00.575Z Downloaded pem-rfc7468 v0.7.0
9272026-09-11T20:10:00.575Z Downloaded postgres-protocol v0.6.12
9282026-09-11T20:10:00.575Z Downloaded ident_case v1.0.1
9292026-09-11T20:10:00.575Z Downloaded utf-8 v0.7.6
9302026-09-11T20:10:00.575Z Downloaded embedded-io v0.6.1
9312026-09-11T20:10:00.575Z Downloaded lazy_static v1.5.0
9322026-09-11T20:10:00.575Z Downloaded mime v0.3.17
9332026-09-11T20:10:00.579Z Downloaded zerocopy v0.6.6
9342026-09-11T20:10:00.585Z Downloaded hashbrown v0.12.3
9352026-09-11T20:10:00.589Z Downloaded derive-where v1.6.0
9362026-09-11T20:10:00.592Z Downloaded ssh-cipher v0.3.0
9372026-09-11T20:10:00.592Z Downloaded stacker v0.1.23
9382026-09-11T20:10:00.595Z Downloaded tokio-native-tls v0.3.1
9392026-09-11T20:10:00.595Z Downloaded keccak v0.1.6
9402026-09-11T20:10:00.595Z Downloaded num_threads v0.1.7
9412026-09-11T20:10:00.598Z Downloaded expectorate v1.2.0
9422026-09-11T20:10:00.598Z Downloaded knus v3.4.0
9432026-09-11T20:10:00.603Z Downloaded serde_cbor v0.11.2
9442026-09-11T20:10:00.603Z Downloaded derive_builder v0.20.2
9452026-09-11T20:10:00.607Z Downloaded derive_more-impl v2.1.1
9462026-09-11T20:10:00.615Z Downloaded tinystr v0.8.2
9472026-09-11T20:10:00.618Z Downloaded openssl-probe v0.1.6
9482026-09-11T20:10:00.619Z Downloaded phf_shared v0.12.1
9492026-09-11T20:10:00.622Z Downloaded ref-cast-impl v1.0.25
9502026-09-11T20:10:00.622Z Downloaded aho-corasick v1.1.4
9512026-09-11T20:10:00.628Z Downloaded tokio-tungstenite v0.23.1
9522026-09-11T20:10:00.628Z Downloaded libloading v0.8.9
9532026-09-11T20:10:00.635Z Downloaded ctutils v0.4.2
9542026-09-11T20:10:00.638Z Downloaded darling v0.13.4
9552026-09-11T20:10:00.638Z Downloaded derive-ex v0.1.8
9562026-09-11T20:10:00.641Z Downloaded illumos-nvpair v0.3.0
9572026-09-11T20:10:00.641Z Downloaded multer v3.1.0
9582026-09-11T20:10:00.641Z Downloaded ref-cast v1.0.25
9592026-09-11T20:10:00.646Z Downloaded rustc_version v0.1.7
9602026-09-11T20:10:00.646Z Downloaded whoami v1.6.1
9612026-09-11T20:10:00.646Z Downloaded scuffle v0.1.0
9622026-09-11T20:10:00.649Z Downloaded whoami v2.1.0
9632026-09-11T20:10:00.649Z Downloaded impl-trait-for-tuples v0.2.3
9642026-09-11T20:10:00.657Z Downloaded signature v2.2.0
9652026-09-11T20:10:00.661Z Downloaded zip v4.6.1
9662026-09-11T20:10:00.661Z Downloaded schemars v1.2.1
9672026-09-11T20:10:00.669Z Downloaded omicron-zone-package v0.12.3
9682026-09-11T20:10:00.672Z Downloaded term v0.7.0
9692026-09-11T20:10:00.675Z Downloaded term v1.2.1
9702026-09-11T20:10:00.676Z Downloaded digest v0.11.3
9712026-09-11T20:10:00.680Z Downloaded strum v0.27.2
9722026-09-11T20:10:00.680Z Downloaded tracing-attributes v0.1.31
9732026-09-11T20:10:00.681Z Downloaded derive_more v2.1.1
9742026-09-11T20:10:00.684Z Downloaded tower-layer v0.3.3
9752026-09-11T20:10:00.687Z Downloaded ed25519 v2.2.3
9762026-09-11T20:10:00.687Z Downloaded supports-unicode v3.0.0
9772026-09-11T20:10:00.687Z Downloaded hyper-util v0.1.20
9782026-09-11T20:10:00.690Z Downloaded hashbrown v0.13.2
9792026-09-11T20:10:00.693Z Downloaded progenitor-impl v0.13.0
9802026-09-11T20:10:00.694Z Downloaded oxide-tokio-rt v0.1.4
9812026-09-11T20:10:00.696Z Downloaded zeroize_derive v1.5.0
9822026-09-11T20:10:00.696Z Downloaded wnaf v0.14.0
9832026-09-11T20:10:00.697Z Downloaded testing_table v0.3.0
9842026-09-11T20:10:00.697Z Downloaded thiserror-impl-no-std v2.0.2
9852026-09-11T20:10:00.700Z Downloaded poly1305 v0.8.0
9862026-09-11T20:10:00.702Z Downloaded snafu-derive v0.8.9
9872026-09-11T20:10:00.706Z Downloaded newtype-uuid v1.3.2
9882026-09-11T20:10:00.712Z Downloaded password-hash v0.5.0
9892026-09-11T20:10:00.712Z Downloaded peg-macros v0.8.5
9902026-09-11T20:10:00.715Z Downloaded serde_with_macros v1.5.2
9912026-09-11T20:10:00.719Z Downloaded sec1 v0.8.1
9922026-09-11T20:10:00.722Z Downloaded spki v0.7.3
9932026-09-11T20:10:00.722Z Downloaded quinn v0.11.11
9942026-09-11T20:10:00.725Z Downloaded rustls-webpki v0.103.13
9952026-09-11T20:10:00.728Z Downloaded num-bigint-dig v0.8.6
9962026-09-11T20:10:00.735Z Downloaded vte v0.14.1
9972026-09-11T20:10:00.738Z Downloaded inout v0.2.2
9982026-09-11T20:10:00.738Z Downloaded miette v7.6.0
9992026-09-11T20:10:00.738Z Downloaded oso v0.27.3
10002026-09-11T20:10:00.743Z Downloaded des v0.9.0
10012026-09-11T20:10:00.743Z Downloaded progenitor v0.14.0
10022026-09-11T20:10:00.747Z Downloaded psm v0.1.30
10032026-09-11T20:10:00.747Z Downloaded serde_tokenstream v0.3.0
10042026-09-11T20:10:00.750Z Downloaded document-features v0.2.12
10052026-09-11T20:10:00.750Z Downloaded indent_write v2.2.0
10062026-09-11T20:10:00.750Z Downloaded instability v0.3.11
10072026-09-11T20:10:00.755Z Downloaded lru v0.12.5
10082026-09-11T20:10:00.755Z Downloaded newtype-uuid-macros v0.1.0
10092026-09-11T20:10:00.761Z Downloaded num_enum_derive v0.5.11
10102026-09-11T20:10:00.761Z Downloaded hashbrown v0.14.5
10112026-09-11T20:10:00.761Z Downloaded toml_edit v0.19.15
10122026-09-11T20:10:00.768Z Downloaded icu_collections v2.1.1
10132026-09-11T20:10:00.771Z Downloaded poly1305 v0.9.0
10142026-09-11T20:10:00.774Z Downloaded progenitor-impl v0.14.0
10152026-09-11T20:10:00.774Z Downloaded writeable v0.6.2
10162026-09-11T20:10:00.774Z Downloaded samael v0.0.19
10172026-09-11T20:10:00.777Z Downloaded packed_struct_codegen v0.10.1
10182026-09-11T20:10:00.782Z Downloaded walkdir v2.5.0
10192026-09-11T20:10:00.782Z Downloaded crc-any v2.5.0
10202026-09-11T20:10:00.782Z Downloaded unicode-segmentation v1.12.0
10212026-09-11T20:10:00.785Z Downloaded libbz2-rs-sys v0.2.2
10222026-09-11T20:10:00.785Z Downloaded radium v0.7.0
10232026-09-11T20:10:00.785Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10242026-09-11T20:10:00.785Z Downloaded rfc6979 v0.4.0
10252026-09-11T20:10:00.785Z Downloaded elliptic-curve v0.13.8
10262026-09-11T20:10:00.788Z Downloaded indicatif v0.18.4
10272026-09-11T20:10:00.791Z Downloaded serde_urlencoded v0.7.1
10282026-09-11T20:10:00.791Z Downloaded num-complex v0.4.6
10292026-09-11T20:10:00.791Z Downloaded uzers v0.12.2
10302026-09-11T20:10:00.794Z Downloaded defmt v1.0.1
10312026-09-11T20:10:00.798Z Downloaded zstd-safe v7.2.4
10322026-09-11T20:10:00.798Z Downloaded crossbeam-deque v0.8.6
10332026-09-11T20:10:00.805Z Downloaded zip v8.6.0
10342026-09-11T20:10:00.811Z Downloaded ed25519-dalek v3.0.0
10352026-09-11T20:10:00.811Z Downloaded hashbrown v0.15.5
10362026-09-11T20:10:00.815Z Downloaded snafu v0.8.9
10372026-09-11T20:10:00.815Z Downloaded dtrace-parser v0.3.0
10382026-09-11T20:10:00.815Z Downloaded toml v0.7.8
10392026-09-11T20:10:00.815Z Downloaded der v0.7.10
10402026-09-11T20:10:00.818Z Downloaded diff v0.1.13
10412026-09-11T20:10:00.822Z Downloaded libsw-core v0.3.2
10422026-09-11T20:10:00.822Z Downloaded sponge-cursor v0.1.0
10432026-09-11T20:10:00.822Z Downloaded derive_builder_core v0.20.2
10442026-09-11T20:10:00.825Z Downloaded diesel-dtrace v0.5.0
10452026-09-11T20:10:00.825Z Downloaded tokio-rustls v0.26.4
10462026-09-11T20:10:00.825Z Downloaded tracing-core v0.1.36
10472026-09-11T20:10:00.829Z Downloaded dropshot-api-manager v0.8.0
10482026-09-11T20:10:00.831Z Downloaded percent-encoding v2.3.2
10492026-09-11T20:10:00.832Z Downloaded unicode-xid v0.2.6
10502026-09-11T20:10:00.836Z Downloaded iri-string v0.7.10
10512026-09-11T20:10:00.840Z Downloaded reedline v0.40.0
10522026-09-11T20:10:00.844Z Downloaded parse-display-derive v0.10.0
10532026-09-11T20:10:00.847Z Downloaded dropshot_endpoint v0.17.1
10542026-09-11T20:10:00.850Z Downloaded icu_normalizer_data v2.1.1
10552026-09-11T20:10:00.850Z Downloaded progenitor-client v0.13.0
10562026-09-11T20:10:00.850Z Downloaded rustversion v1.0.22
10572026-09-11T20:10:00.853Z Downloaded ron v0.8.1
10582026-09-11T20:10:00.856Z Downloaded is-terminal v0.4.17
10592026-09-11T20:10:00.859Z Downloaded darling_macro v0.23.0
10602026-09-11T20:10:00.863Z Downloaded downcast-rs v2.0.2
10612026-09-11T20:10:00.866Z Downloaded litrs v1.0.0
10622026-09-11T20:10:00.869Z Downloaded num-bigint v0.4.6
10632026-09-11T20:10:00.873Z Downloaded primefield v0.14.0
10642026-09-11T20:10:00.873Z Downloaded kstat-rs v0.2.5
10652026-09-11T20:10:00.880Z Downloaded newtype_derive v0.1.6
10662026-09-11T20:10:00.881Z Downloaded phf_shared v0.13.1
10672026-09-11T20:10:00.881Z Downloaded precomputed-hash v0.1.1
10682026-09-11T20:10:00.881Z Downloaded serdect v0.4.3
10692026-09-11T20:10:00.881Z Downloaded peg-runtime v0.8.5
10702026-09-11T20:10:00.881Z Downloaded darling v0.21.3
10712026-09-11T20:10:00.884Z Downloaded rtoolbox v0.0.3
10722026-09-11T20:10:00.884Z Downloaded sec1 v0.7.3
10732026-09-11T20:10:00.884Z Downloaded p256 v0.14.0
10742026-09-11T20:10:00.884Z Downloaded ingot-macros v0.2.0
10752026-09-11T20:10:00.884Z Downloaded hashbrown v0.16.1
10762026-09-11T20:10:00.890Z Downloaded rand_chacha v0.3.1
10772026-09-11T20:10:00.893Z Downloaded uuid v1.23.4
10782026-09-11T20:10:00.893Z Downloaded zerotrie v0.2.3
10792026-09-11T20:10:00.897Z Downloaded ryu v1.0.23
10802026-09-11T20:10:00.898Z Downloaded signal-hook-tokio v0.3.1
10812026-09-11T20:10:00.902Z Downloaded string_cache v0.8.9
10822026-09-11T20:10:00.902Z Downloaded parking_lot v0.11.2
10832026-09-11T20:10:00.902Z Downloaded toml_writer v1.1.1+spec-1.1.0
10842026-09-11T20:10:00.902Z Downloaded cookie v0.18.1
10852026-09-11T20:10:00.905Z Downloaded cpufeatures v0.3.0
10862026-09-11T20:10:00.905Z Downloaded slog-envlogger v2.2.0
10872026-09-11T20:10:00.905Z Downloaded prettyplease v0.2.37
10882026-09-11T20:10:00.905Z Downloaded zerocopy-derive v0.8.55
10892026-09-11T20:10:00.909Z Downloaded futures-util v0.3.32
10902026-09-11T20:10:00.916Z Downloaded pkcs8 v0.11.0
10912026-09-11T20:10:00.923Z Downloaded rcgen v0.12.1
10922026-09-11T20:10:00.928Z Downloaded zeroize v1.9.0
10932026-09-11T20:10:00.928Z Downloaded hyper v1.10.1
10942026-09-11T20:10:00.928Z Downloaded tokio-test v0.4.5
10952026-09-11T20:10:00.928Z Downloaded want v0.3.1
10962026-09-11T20:10:00.928Z Downloaded cstr-argument v0.1.2
10972026-09-11T20:10:00.928Z Downloaded h2 v0.4.15
10982026-09-11T20:10:00.931Z Downloaded hkdf v0.12.4
10992026-09-11T20:10:00.934Z Downloaded hkdf v0.13.0
11002026-09-11T20:10:00.934Z Downloaded embedded-io v0.4.0
11012026-09-11T20:10:00.937Z Downloaded slog-stdlog v4.1.1
11022026-09-11T20:10:00.937Z Downloaded pretty_assertions v1.4.1
11032026-09-11T20:10:00.937Z Downloaded tough v0.22.0
11042026-09-11T20:10:00.942Z Downloaded mime_guess v2.0.5
11052026-09-11T20:10:00.945Z Downloaded vergen-lib v9.1.0
11062026-09-11T20:10:00.945Z Downloaded rsa v0.9.10
11072026-09-11T20:10:00.945Z Downloaded nu-ansi-term v0.50.3
11082026-09-11T20:10:00.949Z Downloaded delegate v0.13.5
11092026-09-11T20:10:00.949Z Downloaded ena v0.14.4
11102026-09-11T20:10:00.949Z Downloaded jiff-static v0.2.34
11112026-09-11T20:10:00.949Z Downloaded libscf-sys v1.2.0
11122026-09-11T20:10:00.954Z Downloaded lru-slab v0.1.2
11132026-09-11T20:10:00.954Z Downloaded crossterm v0.28.1
11142026-09-11T20:10:00.954Z Downloaded nanorand v0.7.0
11152026-09-11T20:10:00.958Z Downloaded unsafe-libyaml v0.2.11
11162026-09-11T20:10:00.958Z Downloaded blake3 v1.8.5
11172026-09-11T20:10:00.961Z Downloaded p521 v0.14.0
11182026-09-11T20:10:00.964Z Downloaded psl-types v2.0.11
11192026-09-11T20:10:00.964Z Downloaded aws-lc-rs v1.16.3
11202026-09-11T20:10:00.968Z Downloaded rusty-fork v0.3.1
11212026-09-11T20:10:00.971Z Downloaded twox-hash v2.1.2
11222026-09-11T20:10:00.971Z Downloaded cookie_store v0.22.1
11232026-09-11T20:10:00.971Z Downloaded tower v0.5.3
11242026-09-11T20:10:00.975Z Downloaded structmeta-derive v0.3.0
11252026-09-11T20:10:00.978Z Downloaded sync-ptr v0.1.4
11262026-09-11T20:10:00.978Z Downloaded regex v1.12.3
11272026-09-11T20:10:00.981Z Downloaded rustyline v14.0.0
11282026-09-11T20:10:00.986Z Downloaded usdt-impl v0.6.0
11292026-09-11T20:10:00.986Z Downloaded time-macros v0.2.27
11302026-09-11T20:10:00.986Z Downloaded oso-derive v0.27.3
11312026-09-11T20:10:00.992Z Downloaded signal-hook-mio v0.2.5
11322026-09-11T20:10:00.993Z Downloaded subtle v2.6.1
11332026-09-11T20:10:00.993Z Downloaded serde_bytes v0.11.19
11342026-09-11T20:10:00.993Z Downloaded slog v2.8.2
11352026-09-11T20:10:00.993Z Downloaded schemars_derive v0.8.22
11362026-09-11T20:10:00.997Z Downloaded reqwest v0.13.2
11372026-09-11T20:10:00.997Z Downloaded stringprep v0.1.5
11382026-09-11T20:10:00.997Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-09-11T20:10:00.997Z Downloaded rawzip v0.4.4
11402026-09-11T20:10:01.001Z Downloaded reqwest v0.12.28
11412026-09-11T20:10:01.004Z Downloaded schemars v0.8.22
11422026-09-11T20:10:01.009Z Downloaded synstructure v0.13.2
11432026-09-11T20:10:01.013Z Downloaded tagptr v0.2.0
11442026-09-11T20:10:01.013Z Downloaded zerovec-derive v0.11.2
11452026-09-11T20:10:01.013Z Downloaded zstd v0.13.3
11462026-09-11T20:10:01.013Z Downloaded num_enum v0.7.6
11472026-09-11T20:10:01.016Z Downloaded data-encoding v2.10.0
11482026-09-11T20:10:01.016Z Downloaded rfc6979 v0.6.0
11492026-09-11T20:10:01.023Z Downloaded phf v0.13.1
11502026-09-11T20:10:01.026Z Downloaded nom v8.0.0
11512026-09-11T20:10:01.032Z Downloaded unicode-properties v0.1.4
11522026-09-11T20:10:01.035Z Downloaded polyval v0.7.1
11532026-09-11T20:10:01.035Z Downloaded rand_core v0.10.0
11542026-09-11T20:10:01.035Z Downloaded spki v0.8.0
11552026-09-11T20:10:01.035Z Downloaded derive_builder_macro v0.20.2
11562026-09-11T20:10:01.038Z Downloaded native-tls v0.2.18
11572026-09-11T20:10:01.039Z Downloaded debug-ignore v1.0.5
11582026-09-11T20:10:01.039Z Downloaded typify-macro v0.6.2
11592026-09-11T20:10:01.039Z Downloaded topological-sort v0.2.2
11602026-09-11T20:10:01.043Z Downloaded strum_macros v0.26.4
11612026-09-11T20:10:01.043Z Downloaded crypto-common v0.2.2
11622026-09-11T20:10:01.043Z Downloaded pin-project v1.1.11
11632026-09-11T20:10:01.049Z Downloaded universal-hash v0.6.1
11642026-09-11T20:10:01.053Z Downloaded new_debug_unreachable v1.0.6
11652026-09-11T20:10:01.053Z Downloaded num v0.4.3
11662026-09-11T20:10:01.053Z Downloaded parking_lot v0.12.5
11672026-09-11T20:10:01.053Z Downloaded vergen-gitcl v1.0.8
11682026-09-11T20:10:01.057Z Downloaded unicode-normalization v0.1.25
11692026-09-11T20:10:01.057Z Downloaded ed25519 v3.0.0
11702026-09-11T20:10:01.060Z Downloaded unarray v0.1.4
11712026-09-11T20:10:01.060Z Downloaded kem v0.3.0
11722026-09-11T20:10:01.060Z Downloaded opaque-debug v0.3.1
11732026-09-11T20:10:01.060Z Downloaded publicsuffix v2.3.0
11742026-09-11T20:10:01.060Z Downloaded qorb v0.4.1
11752026-09-11T20:10:01.063Z Downloaded path-slash v0.1.5
11762026-09-11T20:10:01.063Z Downloaded try-lock v0.2.5
11772026-09-11T20:10:01.066Z Downloaded scroll v0.13.0
11782026-09-11T20:10:01.066Z Downloaded signature v3.0.0
11792026-09-11T20:10:01.066Z Downloaded indexmap v1.9.3
11802026-09-11T20:10:01.069Z Downloaded ed25519-dalek v2.2.0
11812026-09-11T20:10:01.070Z Downloaded r2d2 v0.8.10
11822026-09-11T20:10:01.074Z Downloaded petname v2.0.2
11832026-09-11T20:10:01.074Z Downloaded proc-macro-error-attr2 v2.0.0
11842026-09-11T20:10:01.079Z Downloaded ssh-key v0.7.0-rc.11
11852026-09-11T20:10:01.082Z Downloaded toml_parser v1.1.2+spec-1.1.0
11862026-09-11T20:10:01.082Z Downloaded similar v2.7.0
11872026-09-11T20:10:01.085Z Downloaded yoke v0.8.1
11882026-09-11T20:10:01.085Z Downloaded xshell v0.2.7
11892026-09-11T20:10:01.090Z Downloaded ipnet v2.12.0
11902026-09-11T20:10:01.090Z Downloaded packed_struct v0.10.1
11912026-09-11T20:10:01.090Z Downloaded dunce v1.0.5
11922026-09-11T20:10:01.093Z Downloaded module-lattice v0.2.3
11932026-09-11T20:10:01.093Z Downloaded predicates v3.1.4
11942026-09-11T20:10:01.093Z Downloaded rand v0.10.1
11952026-09-11T20:10:01.096Z Downloaded time-core v0.1.8
11962026-09-11T20:10:01.096Z Downloaded itertools v0.15.0
11972026-09-11T20:10:01.100Z Downloaded digest-io v0.1.0
11982026-09-11T20:10:01.100Z Downloaded thread_local v1.1.9
11992026-09-11T20:10:01.103Z Downloaded typed-path v0.12.3
12002026-09-11T20:10:01.164Z Downloaded minimal-lexical v0.2.1
12012026-09-11T20:10:01.164Z Downloaded parking_lot_core v0.9.12
12022026-09-11T20:10:01.164Z Downloaded usdt v0.6.0
12032026-09-11T20:10:01.164Z Downloaded drift v0.2.0
12042026-09-11T20:10:01.164Z Downloaded steno v0.4.1
12052026-09-11T20:10:01.164Z Downloaded crossbeam-epoch v0.9.18
12062026-09-11T20:10:01.164Z Downloaded mio v1.2.0
12072026-09-11T20:10:01.164Z Downloaded bindgen v0.71.1
12082026-09-11T20:10:01.164Z Downloaded pbkdf2 v0.13.0
12092026-09-11T20:10:01.164Z Downloaded darling_core v0.23.0
12102026-09-11T20:10:01.164Z Downloaded slog-scope v4.4.1
12112026-09-11T20:10:01.164Z Downloaded defmt-macros v1.0.1
12122026-09-11T20:10:01.164Z Downloaded serde_repr v0.1.20
12132026-09-11T20:10:01.164Z Downloaded scheduled-thread-pool v0.2.7
12142026-09-11T20:10:01.165Z Downloaded zone_cfg_derive v0.3.1
12152026-09-11T20:10:01.165Z Downloaded serde_plain v1.0.2
12162026-09-11T20:10:01.165Z Downloaded const_format_proc_macros v0.2.34
12172026-09-11T20:10:01.165Z Downloaded structmeta v0.3.0
12182026-09-11T20:10:01.165Z Downloaded p384 v0.13.1
12192026-09-11T20:10:01.165Z Downloaded tower-http v0.6.8
12202026-09-11T20:10:01.165Z Downloaded rand_core v0.9.5
12212026-09-11T20:10:01.165Z Downloaded vergen-lib v0.1.6
12222026-09-11T20:10:01.165Z Downloaded tar v0.4.46
12232026-09-11T20:10:01.169Z Downloaded salsa20 v0.11.0
12242026-09-11T20:10:01.169Z Downloaded zlib-rs v0.6.2
12252026-09-11T20:10:01.169Z Downloaded time v0.3.47
12262026-09-11T20:10:01.169Z Downloaded rustc-demangle v0.1.27
12272026-09-11T20:10:01.169Z Downloaded icu_normalizer v2.1.1
12282026-09-11T20:10:01.169Z Downloaded crucible-workspace-hack v0.1.0
12292026-09-11T20:10:01.169Z Downloaded simd-adler32 v0.3.8
12302026-09-11T20:10:01.169Z Downloaded russh-util v0.52.0
12312026-09-11T20:10:01.170Z Downloaded dyn-clone v1.0.20
12322026-09-11T20:10:01.175Z Downloaded lru-cache v0.1.2
12332026-09-11T20:10:01.176Z Downloaded powerfmt v0.2.0
12342026-09-11T20:10:01.176Z Downloaded litemap v0.8.1
12352026-09-11T20:10:01.176Z Downloaded openssl-sys v0.9.117
12362026-09-11T20:10:01.180Z Downloaded slog-async v2.8.0
12372026-09-11T20:10:01.180Z Downloaded tokio-util v0.7.18
12382026-09-11T20:10:01.180Z Downloaded libefi-sys v0.1.0
12392026-09-11T20:10:01.187Z Downloaded crossbeam-channel v0.5.15
12402026-09-11T20:10:01.187Z Downloaded rand v0.9.2
12412026-09-11T20:10:01.191Z Downloaded ingot v0.2.1
12422026-09-11T20:10:01.191Z Downloaded const_format v0.2.35
12432026-09-11T20:10:01.191Z Downloaded russh-cryptovec v0.62.0
12442026-09-11T20:10:01.191Z Downloaded tls_codec_derive v0.4.2
12452026-09-11T20:10:01.191Z Downloaded darling_core v0.13.4
12462026-09-11T20:10:01.194Z Downloaded icu_properties v2.1.2
12472026-09-11T20:10:01.194Z Downloaded displaydoc v0.2.5
12482026-09-11T20:10:01.194Z Downloaded knus-derive v3.4.0
12492026-09-11T20:10:01.197Z Downloaded idna v1.1.0
12502026-09-11T20:10:01.197Z Downloaded vcpkg v0.2.15
12512026-09-11T20:10:01.221Z Downloaded crypto-primes v0.7.2
12522026-09-11T20:10:01.224Z Downloaded constant_time_eq v0.4.2
12532026-09-11T20:10:01.227Z Downloaded oxide-generation v0.1.3
12542026-09-11T20:10:01.227Z Downloaded port-file v0.1.0
12552026-09-11T20:10:01.227Z Downloaded proc-macro-error2 v2.0.1
12562026-09-11T20:10:01.231Z Downloaded crc32fast v1.5.0
12572026-09-11T20:10:01.231Z Downloaded crossterm v0.29.0
12582026-09-11T20:10:01.234Z Downloaded num-rational v0.4.2
12592026-09-11T20:10:01.234Z Downloaded typed-path v0.9.3
12602026-09-11T20:10:01.237Z Downloaded rayon-core v1.13.0
12612026-09-11T20:10:01.243Z Downloaded test-strategy v0.4.5
12622026-09-11T20:10:01.246Z Downloaded indoc v2.0.7
12632026-09-11T20:10:01.246Z Downloaded internal-russh-num-bigint v0.5.0
12642026-09-11T20:10:01.246Z Downloaded postcard v1.1.3
12652026-09-11T20:10:01.246Z Downloaded subprocess v0.2.15
12662026-09-11T20:10:01.249Z Downloaded tui-tree-widget v0.23.1
12672026-09-11T20:10:01.249Z Downloaded winnow v1.0.3
12682026-09-11T20:10:01.260Z Downloaded derive_more v0.99.20
12692026-09-11T20:10:01.265Z Downloaded portable-atomic v1.13.1
12702026-09-11T20:10:01.265Z Downloaded libm v0.2.16
12712026-09-11T20:10:01.268Z Downloaded zerovec v0.11.5
12722026-09-11T20:10:01.272Z Downloaded darling v0.23.0
12732026-09-11T20:10:01.275Z Downloaded zip v0.6.6
12742026-09-11T20:10:01.275Z Downloaded git2 v0.20.4
12752026-09-11T20:10:01.280Z Downloaded ml-kem v0.3.2
12762026-09-11T20:10:01.287Z Downloaded smoltcp v0.9.1
12772026-09-11T20:10:01.291Z Downloaded itertools v0.10.5
12782026-09-11T20:10:01.295Z Downloaded tokio-postgres v0.7.18
12792026-09-11T20:10:01.298Z Downloaded zopfli v0.8.3
12802026-09-11T20:10:01.301Z Downloaded papergrid v0.18.0
12812026-09-11T20:10:01.305Z Downloaded serde_yaml v0.9.34+deprecated
12822026-09-11T20:10:01.305Z Downloaded unicode-bidi v0.3.18
12832026-09-11T20:10:01.308Z Downloaded tokio-stream v0.1.18
12842026-09-11T20:10:01.308Z Downloaded nom v7.1.3
12852026-09-11T20:10:01.313Z Downloaded crypto-bigint v0.5.5
12862026-09-11T20:10:01.316Z Downloaded miniz_oxide v0.8.9
12872026-09-11T20:10:01.320Z Downloaded socket2 v0.5.10
12882026-09-11T20:10:01.320Z Downloaded socket2 v0.6.3
12892026-09-11T20:10:01.320Z Downloaded diesel_derives v2.3.7
12902026-09-11T20:10:01.325Z Downloaded icu_locale_core v2.1.1
12912026-09-11T20:10:01.329Z Downloaded goblin v0.10.5
12922026-09-11T20:10:01.333Z Downloaded russh v0.62.4
12932026-09-11T20:10:01.336Z Downloaded darling_core v0.21.3
12942026-09-11T20:10:01.340Z Downloaded itertools v0.13.0
12952026-09-11T20:10:01.342Z Downloaded rsa v0.10.0-rc.18
12962026-09-11T20:10:01.347Z Downloaded x509-cert v0.2.5
12972026-09-11T20:10:01.353Z Downloaded radix_trie v0.2.1
12982026-09-11T20:10:01.356Z Downloaded lalrpop v0.19.12
12992026-09-11T20:10:01.356Z Downloaded sha3 v0.12.0
13002026-09-11T20:10:01.360Z Downloaded serde_with v3.21.0
13012026-09-11T20:10:01.366Z Downloaded url v2.5.8
13022026-09-11T20:10:01.369Z Downloaded der v0.8.0
13032026-09-11T20:10:01.372Z Downloaded gimli v0.32.3
13042026-09-11T20:10:01.384Z Downloaded polar-core v0.27.3
13052026-09-11T20:10:01.387Z Downloaded bstr v1.12.1
13062026-09-11T20:10:01.390Z Downloaded winnow v0.6.26
13072026-09-11T20:10:01.395Z Downloaded quinn-proto v0.11.16
13082026-09-11T20:10:01.403Z Downloaded jiff-core v0.1.0
13092026-09-11T20:10:01.407Z Downloaded libxml v0.3.3
13102026-09-11T20:10:01.409Z Downloaded serde_with v1.14.0
13112026-09-11T20:10:01.412Z Downloaded openssl v0.10.80
13122026-09-11T20:10:01.430Z Downloaded regress v0.10.5
13132026-09-11T20:10:01.437Z Downloaded regex-syntax v0.8.10
13142026-09-11T20:10:01.445Z Downloaded itertools v0.12.1
13152026-09-11T20:10:01.449Z Downloaded winnow v0.5.40
13162026-09-11T20:10:01.460Z Downloaded regress v0.11.1
13172026-09-11T20:10:01.464Z Downloaded curve25519-dalek v5.0.0
13182026-09-11T20:10:01.470Z Downloaded salty v0.3.0
13192026-09-11T20:10:01.477Z Downloaded openapiv3 v2.2.0
13202026-09-11T20:10:01.487Z Downloaded icu_properties_data v2.1.2
13212026-09-11T20:10:01.495Z Downloaded zerocopy v0.8.55
13222026-09-11T20:10:01.504Z Downloaded nix v0.27.1
13232026-09-11T20:10:01.510Z Downloaded itertools v0.14.0
13242026-09-11T20:10:01.513Z Downloaded rayon v1.11.0
13252026-09-11T20:10:01.520Z Downloaded quick-xml v0.37.5
13262026-09-11T20:10:01.523Z Downloaded iddqd v0.4.2
13272026-09-11T20:10:01.530Z Downloaded tabled v0.21.0
13282026-09-11T20:10:01.537Z Downloaded object v0.39.1
13292026-09-11T20:10:01.544Z Downloaded smoltcp v0.11.0
13302026-09-11T20:10:01.551Z Downloaded curve25519-dalek v4.1.3
13312026-09-11T20:10:01.557Z Downloaded regex-syntax v0.6.29
13322026-09-11T20:10:01.560Z Downloaded proptest v1.11.0
13332026-09-11T20:10:01.567Z Downloaded moka v0.12.13
13342026-09-11T20:10:01.570Z Downloaded hickory-proto v0.24.4
13352026-09-11T20:10:01.579Z Downloaded crypto-bigint v0.7.5
13362026-09-11T20:10:01.586Z Downloaded hickory-proto v0.25.2
13372026-09-11T20:10:01.596Z Downloaded syn v3.0.3
13382026-09-11T20:10:01.604Z Downloaded rustix v0.38.44
13392026-09-11T20:10:01.618Z Downloaded object v0.30.4
13402026-09-11T20:10:01.623Z Downloaded nix v0.31.2
13412026-09-11T20:10:01.631Z Downloaded tracing v0.1.44
13422026-09-11T20:10:01.646Z Downloaded nix v0.28.0
13432026-09-11T20:10:01.652Z Downloaded typify-impl v0.6.2
13442026-09-11T20:10:01.663Z Downloaded ratatui v0.29.0
13452026-09-11T20:10:01.677Z Downloaded rustls v0.23.41
13462026-09-11T20:10:01.684Z Downloaded sqlparser v0.61.0
13472026-09-11T20:10:01.690Z Downloaded object v0.37.3
13482026-09-11T20:10:01.697Z Downloaded dropshot v0.17.1
13492026-09-11T20:10:01.711Z Downloaded diesel v2.3.7
13502026-09-11T20:10:01.723Z Downloaded zerocopy-derive v0.6.6
13512026-09-11T20:10:01.729Z Downloaded sha3 v0.11.0
13522026-09-11T20:10:01.732Z Downloaded bzip2-sys v0.1.13+1.0.8
13532026-09-11T20:10:01.740Z Downloaded sled v0.34.7
13542026-09-11T20:10:01.769Z Downloaded jiff v0.2.34
13552026-09-11T20:10:01.787Z Downloaded chrono-tz v0.10.4
13562026-09-11T20:10:01.806Z Downloaded regex-automata v0.4.14
13572026-09-11T20:10:01.815Z Downloaded petgraph v0.8.3
13582026-09-11T20:10:01.832Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13592026-09-11T20:10:01.842Z Downloaded petgraph v0.6.5
13602026-09-11T20:10:01.855Z Downloaded sha3 v0.10.8
13612026-09-11T20:10:01.858Z Downloaded libz-sys v1.1.24
13622026-09-11T20:10:01.872Z Downloaded csv v1.4.0
13632026-09-11T20:10:01.887Z Downloaded tokio v1.52.1
13642026-09-11T20:10:01.913Z Downloaded encoding_rs v0.8.35
13652026-09-11T20:10:01.947Z Downloaded ring v0.17.14
13662026-09-11T20:10:01.958Z Downloaded libgit2-sys v0.18.3+1.9.2
13672026-09-11T20:10:02.407Z Downloaded aws-lc-sys v0.40.0
13682026-09-11T20:10:02.700Z Compiling serde_core v1.0.228
13692026-09-11T20:10:02.700Z Compiling libc v0.2.185
13702026-09-11T20:10:02.700Z Compiling serde v1.0.228
13712026-09-11T20:10:02.705Z Compiling log v0.4.33
13722026-09-11T20:10:02.705Z Compiling smallvec v1.15.1
13732026-09-11T20:10:02.705Z Compiling subtle v2.6.1
13742026-09-11T20:10:02.705Z Compiling find-msvc-tools v0.1.9
13752026-09-11T20:10:02.705Z Compiling shlex v1.3.0
13762026-09-11T20:10:02.706Z Compiling typenum v1.20.1
13772026-09-11T20:10:02.706Z Compiling scopeguard v1.2.0
13782026-09-11T20:10:02.706Z Compiling stable_deref_trait v1.2.1
13792026-09-11T20:10:02.846Z Compiling portable-atomic v1.13.1
13802026-09-11T20:10:02.849Z Compiling serde_json v1.0.151
13812026-09-11T20:10:02.849Z Compiling critical-section v1.2.0
13822026-09-11T20:10:02.849Z Compiling zerocopy v0.8.55
13832026-09-11T20:10:02.860Z Compiling libm v0.2.16
13842026-09-11T20:10:02.863Z Compiling pkg-config v0.3.32
13852026-09-11T20:10:02.863Z Compiling parking_lot_core v0.9.12
13862026-09-11T20:10:02.863Z Compiling getrandom v0.4.3
13872026-09-11T20:10:02.863Z Compiling pin-project-lite v0.2.17
13882026-09-11T20:10:02.863Z Compiling rand_core v0.10.0
13892026-09-11T20:10:02.863Z Compiling futures-core v0.3.32
13902026-09-11T20:10:02.900Z Compiling num-traits v0.2.19
13912026-09-11T20:10:02.903Z Compiling litemap v0.8.1
13922026-09-11T20:10:02.903Z Compiling percent-encoding v2.3.2
13932026-09-11T20:10:02.903Z Compiling writeable v0.6.2
13942026-09-11T20:10:02.903Z Compiling foldhash v0.2.0
13952026-09-11T20:10:02.903Z Compiling icu_normalizer_data v2.1.1
13962026-09-11T20:10:03.023Z Compiling icu_properties_data v2.1.2
13972026-09-11T20:10:03.127Z Compiling syn v2.0.117
13982026-09-11T20:10:03.130Z Compiling generic-array v0.14.7
13992026-09-11T20:10:03.142Z Compiling const-oid v0.9.6
14002026-09-11T20:10:03.145Z Compiling getrandom v0.3.4
14012026-09-11T20:10:03.145Z Compiling rustix v1.1.4
14022026-09-11T20:10:03.194Z Compiling lock_api v0.4.14
14032026-09-11T20:10:03.280Z Compiling futures-sink v0.3.32
14042026-09-11T20:10:03.288Z Compiling slab v0.4.12
14052026-09-11T20:10:03.297Z Compiling futures-io v0.3.32
14062026-09-11T20:10:03.301Z Compiling futures-task v0.3.32
14072026-09-11T20:10:03.314Z Compiling utf8_iter v1.0.4
14082026-09-11T20:10:03.438Z Compiling futures-channel v0.3.32
14092026-09-11T20:10:03.458Z Compiling form_urlencoded v1.2.2
14102026-09-11T20:10:03.475Z Compiling cmov v0.5.4
14112026-09-11T20:10:03.523Z Compiling rustversion v1.0.22
14122026-09-11T20:10:03.544Z Compiling iana-time-zone v0.1.65
14132026-09-11T20:10:03.545Z Compiling base64ct v1.8.3
14142026-09-11T20:10:03.554Z Compiling fs_extra v1.3.0
14152026-09-11T20:10:03.554Z Compiling flagset v0.4.7
14162026-09-11T20:10:03.570Z Compiling dunce v1.0.5
14172026-09-11T20:10:03.587Z Compiling ident_case v1.0.1
14182026-09-11T20:10:03.594Z Compiling regex-syntax v0.8.10
14192026-09-11T20:10:03.633Z Compiling base64 v0.22.1
14202026-09-11T20:10:03.649Z Compiling syn v1.0.109
14212026-09-11T20:10:03.682Z Compiling vcpkg v0.2.15
14222026-09-11T20:10:03.785Z Compiling ctutils v0.4.2
14232026-09-11T20:10:03.869Z Compiling crc32fast v1.5.0
14242026-09-11T20:10:03.872Z Compiling dyn-clone v1.0.20
14252026-09-11T20:10:03.872Z Compiling schemars v0.8.22
14262026-09-11T20:10:03.872Z Compiling aws-lc-rs v1.16.3
14272026-09-11T20:10:03.920Z Compiling spin v0.9.8
14282026-09-11T20:10:03.954Z Compiling hashbrown v0.17.0
14292026-09-11T20:10:04.069Z Compiling openssl-probe v0.2.1
14302026-09-11T20:10:04.085Z Compiling httparse v1.10.1
14312026-09-11T20:10:04.136Z Compiling errno v0.3.14
14322026-09-11T20:10:04.139Z Compiling jobserver v0.1.34
14332026-09-11T20:10:04.139Z Compiling getrandom v0.2.17
14342026-09-11T20:10:04.175Z Compiling mio v1.2.0
14352026-09-11T20:10:04.208Z Compiling socket2 v0.6.3
14362026-09-11T20:10:04.258Z Compiling tinyvec_macros v0.1.1
14372026-09-11T20:10:04.327Z Compiling pem-rfc7468 v0.7.0
14382026-09-11T20:10:04.381Z Compiling rand_core v0.6.4
14392026-09-11T20:10:04.438Z Compiling cc v1.2.56
14402026-09-11T20:10:04.441Z Compiling signal-hook-registry v1.4.8
14412026-09-11T20:10:04.454Z Compiling parking_lot v0.12.5
14422026-09-11T20:10:04.506Z Compiling rand_core v0.9.5
14432026-09-11T20:10:04.544Z Compiling tinyvec v1.10.0
14442026-09-11T20:10:04.564Z Compiling aho-corasick v1.1.4
14452026-09-11T20:10:04.601Z Compiling atomic-waker v1.1.2
14462026-09-11T20:10:04.619Z Compiling untrusted v0.7.1
14472026-09-11T20:10:04.623Z Compiling tower-service v0.3.3
14482026-09-11T20:10:04.707Z Compiling unicode-segmentation v1.12.0
14492026-09-11T20:10:04.722Z Compiling tower-layer v0.3.3
14502026-09-11T20:10:04.725Z Compiling simd-adler32 v0.3.8
14512026-09-11T20:10:04.740Z Compiling try-lock v0.2.5
14522026-09-11T20:10:04.743Z Compiling radium v0.7.0
14532026-09-11T20:10:04.761Z Compiling cpufeatures v0.2.17
14542026-09-11T20:10:04.769Z Compiling rustls v0.23.41
14552026-09-11T20:10:04.769Z Compiling httpdate v1.0.3
14562026-09-11T20:10:04.777Z Compiling tap v1.0.1
14572026-09-11T20:10:04.785Z Compiling untrusted v0.9.0
14582026-09-11T20:10:04.785Z Compiling const-oid v0.10.2
14592026-09-11T20:10:04.795Z Compiling foreign-types-shared v0.1.1
14602026-09-11T20:10:04.818Z Compiling adler2 v2.0.1
14612026-09-11T20:10:04.838Z Compiling openssl v0.10.80
14622026-09-11T20:10:04.849Z Compiling maybe-uninit v2.0.0
14632026-09-11T20:10:04.914Z Compiling unicode-normalization v0.1.25
14642026-09-11T20:10:04.931Z Compiling socket2 v0.5.10
14652026-09-11T20:10:05.006Z Compiling wyz v0.5.1
14662026-09-11T20:10:05.014Z Compiling wait-timeout v0.2.1
14672026-09-11T20:10:05.014Z Compiling want v0.3.1
14682026-09-11T20:10:05.014Z Compiling ahash v0.8.12
14692026-09-11T20:10:05.047Z Compiling packed_struct v0.10.1
14702026-09-11T20:10:05.051Z Compiling powerfmt v0.2.0
14712026-09-11T20:10:05.063Z Compiling quick-error v1.2.3
14722026-09-11T20:10:05.098Z Compiling time-core v0.1.8
14732026-09-11T20:10:05.101Z Compiling bit-vec v0.8.0
14742026-09-11T20:10:05.147Z Compiling num-integer v0.1.46
14752026-09-11T20:10:05.154Z Compiling num-bigint-dig v0.8.6
14762026-09-11T20:10:05.239Z Compiling native-tls v0.2.18
14772026-09-11T20:10:05.252Z Compiling num-conv v0.2.0
14782026-09-11T20:10:05.287Z Compiling funty v2.0.0
14792026-09-11T20:10:05.291Z Compiling cpufeatures v0.3.0
14802026-09-11T20:10:05.291Z Compiling deranged v0.5.8
14812026-09-11T20:10:05.291Z Compiling rand_xorshift v0.4.0
14822026-09-11T20:10:05.306Z Compiling lazy_static v1.5.0
14832026-09-11T20:10:05.339Z Compiling bit-set v0.8.0
14842026-09-11T20:10:05.342Z Compiling sync_wrapper v1.0.2
14852026-09-11T20:10:05.358Z Compiling indexmap v1.9.3
14862026-09-11T20:10:05.403Z Compiling cmake v0.1.57
14872026-09-11T20:10:05.416Z Compiling regex-automata v0.4.14
14882026-09-11T20:10:05.433Z Compiling miniz_oxide v0.8.9
14892026-09-11T20:10:05.442Z Compiling foreign-types v0.3.2
14902026-09-11T20:10:05.507Z Compiling num_threads v0.1.7
14912026-09-11T20:10:05.510Z Compiling unarray v0.1.4
14922026-09-11T20:10:05.523Z Compiling paste v1.0.15
14932026-09-11T20:10:05.527Z Compiling nodrop v0.1.14
14942026-09-11T20:10:05.527Z Compiling siphasher v1.0.2
14952026-09-11T20:10:05.546Z Compiling crossbeam-utils v0.8.21
14962026-09-11T20:10:05.549Z Compiling object v0.37.3
14972026-09-11T20:10:05.549Z Compiling crc-catalog v2.4.0
14982026-09-11T20:10:05.586Z Compiling usdt-impl v0.6.0
14992026-09-11T20:10:05.594Z Compiling slog v2.8.2
15002026-09-11T20:10:05.679Z Compiling bitflags v2.11.0
15012026-09-11T20:10:05.696Z Compiling once_cell v1.21.3
15022026-09-11T20:10:05.764Z Compiling semver v1.0.28
15032026-09-11T20:10:05.833Z Compiling indexmap v2.14.0
15042026-09-11T20:10:05.851Z Compiling uuid v1.23.4
15052026-09-11T20:10:05.854Z Compiling time-macros v0.2.27
15062026-09-11T20:10:05.906Z Compiling num-iter v0.1.45
15072026-09-11T20:10:05.909Z Compiling array-init v0.0.4
15082026-09-11T20:10:05.909Z Compiling crc v3.4.0
15092026-09-11T20:10:05.962Z Compiling thread-id v5.1.0
15102026-09-11T20:10:05.980Z Compiling env_filter v2.0.0
15112026-09-11T20:10:05.998Z Compiling bitvec v1.0.1
15122026-09-11T20:10:06.016Z Compiling smallvec v0.6.14
15132026-09-11T20:10:06.033Z Compiling syn v3.0.3
15142026-09-11T20:10:06.052Z Compiling cookie v0.18.1
15152026-09-11T20:10:06.067Z Compiling anyhow v1.0.104
15162026-09-11T20:10:06.123Z Compiling tracing-core v0.1.36
15172026-09-11T20:10:06.127Z Compiling base64 v0.21.7
15182026-09-11T20:10:06.161Z Compiling ryu v1.0.23
15192026-09-11T20:10:06.178Z Compiling iri-string v0.7.10
15202026-09-11T20:10:06.181Z Compiling hashbrown v0.12.3
15212026-09-11T20:10:06.195Z Compiling unicode-bidi v0.3.18
15222026-09-11T20:10:06.199Z Compiling allocator-api2 v0.2.21
15232026-09-11T20:10:06.230Z Compiling signal-hook v0.3.18
15242026-09-11T20:10:06.233Z Compiling unicode-properties v0.1.4
15252026-09-11T20:10:06.314Z Compiling aws-lc-sys v0.40.0
15262026-09-11T20:10:06.331Z Compiling openssl-sys v0.9.117
15272026-09-11T20:10:06.334Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15282026-09-11T20:10:06.334Z Compiling bzip2-sys v0.1.13+1.0.8
15292026-09-11T20:10:06.335Z Compiling winnow v0.5.40
15302026-09-11T20:10:06.385Z Compiling zstd-safe v7.2.4
15312026-09-11T20:10:06.399Z Compiling gimli v0.32.3
15322026-09-11T20:10:06.450Z Compiling rustc_version v0.4.1
15332026-09-11T20:10:06.629Z Compiling stringprep v0.1.5
15342026-09-11T20:10:06.647Z Compiling synstructure v0.13.2
15352026-09-11T20:10:06.650Z Compiling serde_derive_internals v0.29.1
15362026-09-11T20:10:06.651Z Compiling pest_generator v2.8.6
15372026-09-11T20:10:06.651Z Compiling darling_core v0.20.11
15382026-09-11T20:10:06.684Z Compiling darling_core v0.23.0
15392026-09-11T20:10:06.861Z Compiling env_logger v0.11.11
15402026-09-11T20:10:06.926Z Compiling camino v1.2.5
15412026-09-11T20:10:06.944Z Compiling heapless v0.7.17
15422026-09-11T20:10:06.962Z Compiling curve25519-dalek v4.1.3
15432026-09-11T20:10:07.096Z Compiling heck v0.4.1
15442026-09-11T20:10:07.114Z Compiling vergen-lib v9.1.0
15452026-09-11T20:10:07.216Z Compiling tempfile v3.27.0
15462026-09-11T20:10:07.308Z Compiling terminal_size v0.4.3
15472026-09-11T20:10:07.391Z Compiling hash32 v0.2.1
15482026-09-11T20:10:07.442Z Compiling memoffset v0.9.1
15492026-09-11T20:10:07.486Z Compiling clap_builder v4.6.0
15502026-09-11T20:10:07.489Z Compiling encoding_rs v0.8.35
15512026-09-11T20:10:07.490Z Compiling libbz2-rs-sys v0.2.2
15522026-09-11T20:10:07.490Z Compiling rustc-demangle v0.1.27
15532026-09-11T20:10:07.523Z Compiling rusty-fork v0.3.1
15542026-09-11T20:10:07.527Z Compiling owo-colors v4.3.0
15552026-09-11T20:10:07.527Z Compiling rustix v0.38.44
15562026-09-11T20:10:07.527Z Compiling zlib-rs v0.6.2
15572026-09-11T20:10:07.541Z Compiling smoltcp v0.9.1
15582026-09-11T20:10:07.576Z Compiling fallible-iterator v0.2.0
15592026-09-11T20:10:07.580Z Compiling time v0.3.47
15602026-09-11T20:10:07.638Z Compiling cfg_aliases v0.2.1
15612026-09-11T20:10:07.643Z Compiling bumpalo v3.20.2
15622026-09-11T20:10:07.697Z Compiling psl-types v2.0.11
15632026-09-11T20:10:07.716Z Compiling litrs v1.0.0
15642026-09-11T20:10:07.751Z Compiling crc-any v2.5.0
15652026-09-11T20:10:07.758Z Compiling ref-cast v1.0.25
15662026-09-11T20:10:07.758Z Compiling mime v0.3.17
15672026-09-11T20:10:07.803Z Compiling nix v0.31.2
15682026-09-11T20:10:07.876Z Compiling zopfli v0.8.3
15692026-09-11T20:10:07.928Z Compiling bzip2 v0.4.4
15702026-09-11T20:10:07.946Z Compiling bstr v1.12.1
15712026-09-11T20:10:07.950Z Compiling regex v1.12.3
15722026-09-11T20:10:07.983Z Compiling bzip2 v0.6.1
15732026-09-11T20:10:08.121Z Compiling zip v0.6.6
15742026-09-11T20:10:08.176Z Compiling phf_shared v0.13.1
15752026-09-11T20:10:08.179Z Compiling cargo-platform v0.3.2
15762026-09-11T20:10:08.244Z Compiling convert_case v0.10.0
15772026-09-11T20:10:08.264Z Compiling vergen v9.1.0
15782026-09-11T20:10:08.276Z Compiling ff v0.13.1
15792026-09-11T20:10:08.277Z Compiling fs-err v3.3.0
15802026-09-11T20:10:08.304Z Compiling addr2line v0.25.1
15812026-09-11T20:10:08.319Z Compiling jiff-core v0.1.0
15822026-09-11T20:10:08.350Z Compiling document-features v0.2.12
15832026-09-11T20:10:08.386Z Compiling foldhash v0.1.5
15842026-09-11T20:10:08.389Z Compiling path-slash v0.1.5
15852026-09-11T20:10:08.517Z Compiling same-file v1.0.6
15862026-09-11T20:10:08.556Z Compiling is_ci v1.2.0
15872026-09-11T20:10:08.599Z Compiling bitflags v1.3.2
15882026-09-11T20:10:08.627Z Compiling base16ct v0.2.0
15892026-09-11T20:10:08.632Z Compiling managed v0.8.0
15902026-09-11T20:10:08.703Z Compiling serde_derive v1.0.228
15912026-09-11T20:10:08.710Z Compiling zeroize_derive v1.5.0
15922026-09-11T20:10:08.710Z Compiling zerofrom-derive v0.1.6
15932026-09-11T20:10:08.710Z Compiling yoke-derive v0.8.1
15942026-09-11T20:10:08.716Z Compiling zerocopy-derive v0.8.55
15952026-09-11T20:10:08.738Z Compiling zerovec-derive v0.11.2
15962026-09-11T20:10:08.742Z Compiling displaydoc v0.2.5
15972026-09-11T20:10:08.757Z Compiling tokio-macros v2.7.0
15982026-09-11T20:10:08.773Z Compiling futures-macro v0.3.32
15992026-09-11T20:10:08.793Z Compiling der_derive v0.7.3
16002026-09-11T20:10:08.810Z Compiling thiserror-impl v2.0.18
16012026-09-11T20:10:08.810Z Compiling tracing-attributes v0.1.31
16022026-09-11T20:10:08.814Z Compiling schemars_derive v0.8.22
16032026-09-11T20:10:08.847Z Compiling scroll_derive v0.13.1
16042026-09-11T20:10:08.864Z Compiling pest_derive v2.8.6
16052026-09-11T20:10:08.880Z Compiling thiserror-impl v1.0.69
16062026-09-11T20:10:08.916Z Compiling openssl-macros v0.1.1
16072026-09-11T20:10:08.931Z Compiling packed_struct_codegen v0.10.1
16082026-09-11T20:10:08.966Z Compiling bitfield-macros v0.19.4
16092026-09-11T20:10:09.150Z Compiling clap_derive v4.6.1
16102026-09-11T20:10:09.213Z Compiling zerocopy-derive v0.6.6
16112026-09-11T20:10:09.289Z Compiling darling_macro v0.20.11
16122026-09-11T20:10:09.415Z Compiling structmeta-derive v0.3.0
16132026-09-11T20:10:09.474Z Compiling scroll_derive v0.12.1
16142026-09-11T20:10:09.488Z Compiling hubpack_derive v0.1.1
16152026-09-11T20:10:09.523Z Compiling darling_macro v0.23.0
16162026-09-11T20:10:09.588Z Compiling async-trait v0.1.89
16172026-09-11T20:10:09.630Z Compiling zerocopy-derive v0.7.35
16182026-09-11T20:10:09.648Z Compiling pin-project-internal v1.1.11
16192026-09-11T20:10:09.741Z Compiling futures-util v0.3.32
16202026-09-11T20:10:09.851Z Compiling scroll v0.13.0
16212026-09-11T20:10:09.886Z Compiling bitfield v0.19.4
16222026-09-11T20:10:09.962Z Compiling backtrace v0.3.76
16232026-09-11T20:10:10.010Z Compiling darling v0.20.11
16242026-09-11T20:10:10.068Z Compiling daft-derive v0.1.8
16252026-09-11T20:10:10.105Z Compiling derive_builder_core v0.20.2
16262026-09-11T20:10:10.145Z Compiling goblin v0.10.5
16272026-09-11T20:10:10.162Z Compiling strum_macros v0.27.2
16282026-09-11T20:10:10.183Z Compiling ref-cast-impl v1.0.25
16292026-09-11T20:10:10.202Z Compiling curve25519-dalek-derive v0.1.1
16302026-09-11T20:10:10.232Z Compiling snafu-derive v0.8.9
16312026-09-11T20:10:10.279Z Compiling textwrap v0.16.2
16322026-09-11T20:10:10.305Z Compiling darling v0.23.0
16332026-09-11T20:10:10.328Z Compiling zerocopy v0.6.6
16342026-09-11T20:10:10.347Z Compiling jiff v0.2.34
16352026-09-11T20:10:10.413Z Compiling scroll v0.12.0
16362026-09-11T20:10:10.458Z Compiling zerofrom v0.1.6
16372026-09-11T20:10:10.463Z Compiling serde_with_macros v3.21.0
16382026-09-11T20:10:10.480Z Compiling thiserror v1.0.69
16392026-09-11T20:10:10.484Z Compiling thiserror v2.0.18
16402026-09-11T20:10:10.536Z Compiling tracing v0.1.44
16412026-09-11T20:10:10.653Z Compiling yoke v0.8.1
16422026-09-11T20:10:10.693Z Compiling dtrace-parser v0.3.0
16432026-09-11T20:10:10.696Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16442026-09-11T20:10:10.729Z Compiling goblin v0.8.2
16452026-09-11T20:10:10.747Z Compiling flate2 v1.1.9
16462026-09-11T20:10:10.750Z Compiling structmeta v0.3.0
16472026-09-11T20:10:10.785Z Compiling zerocopy v0.7.35
16482026-09-11T20:10:10.785Z Compiling dtrace-parser v0.2.0
16492026-09-11T20:10:10.818Z Compiling backtrace-ext v0.2.1
16502026-09-11T20:10:10.839Z Compiling derive_more-impl v2.1.1
16512026-09-11T20:10:10.924Z Compiling zerovec v0.11.5
16522026-09-11T20:10:11.003Z Compiling zerotrie v0.2.3
16532026-09-11T20:10:11.129Z Compiling supports-color v3.0.2
16542026-09-11T20:10:11.148Z Compiling pin-project v1.1.11
16552026-09-11T20:10:11.188Z Compiling walkdir v2.5.0
16562026-09-11T20:10:11.209Z Compiling strum_macros v0.26.4
16572026-09-11T20:10:11.215Z Compiling derive_builder_macro v0.20.2
16582026-09-11T20:10:11.216Z Compiling derive-ex v0.1.8
16592026-09-11T20:10:11.216Z Compiling serde_repr v0.1.20
16602026-09-11T20:10:11.259Z Compiling enum-as-inner v0.6.1
16612026-09-11T20:10:11.276Z Compiling miette-derive v7.6.0
16622026-09-11T20:10:11.279Z Compiling async-recursion v1.1.1
16632026-09-11T20:10:11.332Z Compiling clap v4.6.1
16642026-09-11T20:10:11.371Z Compiling hashbrown v0.15.5
16652026-09-11T20:10:11.387Z Compiling phf v0.13.1
16662026-09-11T20:10:11.390Z Compiling group v0.13.0
16672026-09-11T20:10:11.390Z Compiling signal-hook-mio v0.2.5
16682026-09-11T20:10:11.410Z Compiling globset v0.4.18
16692026-09-11T20:10:11.561Z Compiling tinystr v0.8.2
16702026-09-11T20:10:11.579Z Compiling potential_utf v0.1.4
16712026-09-11T20:10:11.613Z Compiling hashbrown v0.16.1
16722026-09-11T20:10:11.627Z Compiling phf_shared v0.11.3
16732026-09-11T20:10:11.627Z Compiling float-cmp v0.10.0
16742026-09-11T20:10:11.709Z Compiling memmap2 v0.9.10
16752026-09-11T20:10:11.779Z Compiling thread-id v4.2.2
16762026-09-11T20:10:11.947Z Compiling icu_locale_core v2.1.1
16772026-09-11T20:10:11.965Z Compiling icu_collections v2.1.1
16782026-09-11T20:10:11.982Z Compiling pem v3.0.6
16792026-09-11T20:10:12.002Z Compiling static_assertions v1.1.0
16802026-09-11T20:10:12.023Z Compiling derive_builder v0.20.2
16812026-09-11T20:10:12.026Z Compiling precomputed-hash v0.1.1
16822026-09-11T20:10:12.063Z Compiling normalize-line-endings v0.3.0
16832026-09-11T20:10:12.167Z Compiling either v1.15.0
16842026-09-11T20:10:12.170Z Compiling data-encoding v2.10.0
16852026-09-11T20:10:12.203Z Compiling fixedbitset v0.5.7
16862026-09-11T20:10:12.209Z Compiling futures-executor v0.3.32
16872026-09-11T20:10:12.209Z Compiling difflib v0.4.0
16882026-09-11T20:10:12.256Z Compiling new_debug_unreachable v1.0.6
16892026-09-11T20:10:12.299Z Compiling supports-unicode v3.0.0
16902026-09-11T20:10:12.360Z Compiling supports-hyperlinks v3.2.0
16912026-09-11T20:10:12.389Z Compiling predicates-core v1.0.10
16922026-09-11T20:10:12.414Z Compiling keccak v0.1.6
16932026-09-11T20:10:12.450Z Compiling typed-path v0.9.3
16942026-09-11T20:10:12.479Z Compiling futures v0.3.32
16952026-09-11T20:10:12.499Z Compiling fixedbitset v0.4.2
16962026-09-11T20:10:12.528Z Compiling whoami v2.1.0
16972026-09-11T20:10:12.567Z Compiling typed-path v0.12.3
16982026-09-11T20:10:12.582Z Compiling winnow v1.0.3
16992026-09-11T20:10:12.593Z Compiling derive_more v2.1.1
17002026-09-11T20:10:12.593Z Compiling predicates v3.1.4
17012026-09-11T20:10:12.637Z Compiling itertools v0.13.0
17022026-09-11T20:10:12.642Z Compiling similar v2.7.0
17032026-09-11T20:10:12.660Z Compiling icu_provider v2.1.1
17042026-09-11T20:10:12.675Z Compiling crossbeam-epoch v0.9.18
17052026-09-11T20:10:12.679Z Compiling peg-runtime v0.8.5
17062026-09-11T20:10:12.753Z Compiling lalrpop-util v0.19.12
17072026-09-11T20:10:12.766Z Compiling strum v0.27.2
17082026-09-11T20:10:12.785Z Compiling thread_local v1.1.9
17092026-09-11T20:10:12.793Z Compiling snafu v0.8.9
17102026-09-11T20:10:12.793Z Compiling slog-async v2.8.0
17112026-09-11T20:10:12.844Z Compiling zeroize v1.9.0
17122026-09-11T20:10:12.877Z Compiling bytes v1.11.1
17132026-09-11T20:10:12.893Z Compiling chrono v0.4.45
17142026-09-11T20:10:12.960Z Compiling icu_normalizer v2.1.1
17152026-09-11T20:10:12.979Z Compiling icu_properties v2.1.2
17162026-09-11T20:10:12.998Z Compiling ipnet v2.12.0
17172026-09-11T20:10:13.023Z Compiling hex v0.4.3
17182026-09-11T20:10:13.032Z Compiling toml_datetime v0.6.11
17192026-09-11T20:10:13.032Z Compiling serde_spanned v0.6.9
17202026-09-11T20:10:13.074Z Compiling hybrid-array v0.4.13
17212026-09-11T20:10:13.077Z Compiling der v0.7.10
17222026-09-11T20:10:13.129Z Compiling rustls-pki-types v1.14.0
17232026-09-11T20:10:13.160Z Compiling serde-hex v0.1.0
17242026-09-11T20:10:13.207Z Compiling erased-serde v0.3.31
17252026-09-11T20:10:13.230Z Compiling ron v0.8.1
17262026-09-11T20:10:13.234Z Compiling serde_tokenstream v0.2.3
17272026-09-11T20:10:13.265Z Compiling toml_edit v0.19.15
17282026-09-11T20:10:13.290Z Compiling serde_urlencoded v0.7.1
17292026-09-11T20:10:13.341Z Compiling hubpack v0.1.2
17302026-09-11T20:10:13.361Z Compiling dof v0.3.0
17312026-09-11T20:10:13.365Z Compiling test-strategy v0.4.5
17322026-09-11T20:10:13.396Z Compiling serde-big-array v0.5.1
17332026-09-11T20:10:13.574Z Compiling tokio v1.52.1
17342026-09-11T20:10:13.590Z Compiling http v1.4.2
17352026-09-11T20:10:13.590Z Compiling rustls-native-certs v0.8.3
17362026-09-11T20:10:13.615Z Compiling olpc-cjson v0.1.4
17372026-09-11T20:10:13.620Z Compiling serde_plain v1.0.2
17382026-09-11T20:10:13.620Z Compiling cargo_metadata v0.23.1
17392026-09-11T20:10:13.620Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-09-11T20:10:13.635Z Compiling crypto-common v0.1.7
17412026-09-11T20:10:13.709Z Compiling block-buffer v0.10.4
17422026-09-11T20:10:13.749Z Compiling crypto-bigint v0.5.5
17432026-09-11T20:10:13.767Z Compiling usdt-impl v0.5.0
17442026-09-11T20:10:13.785Z Compiling zip v8.6.0
17452026-09-11T20:10:13.802Z Compiling strum v0.26.3
17462026-09-11T20:10:13.843Z Compiling toml_edit v0.22.27
17472026-09-11T20:10:13.865Z Compiling digest v0.10.7
17482026-09-11T20:10:13.899Z Compiling idna_adapter v1.2.1
17492026-09-11T20:10:13.932Z Compiling block-buffer v0.12.1
17502026-09-11T20:10:13.951Z Compiling crypto-common v0.2.2
17512026-09-11T20:10:13.972Z Compiling ppv-lite86 v0.2.21
17522026-09-11T20:10:13.972Z Compiling block-padding v0.4.2
17532026-09-11T20:10:14.007Z Compiling spki v0.7.3
17542026-09-11T20:10:14.082Z Compiling idna v1.1.0
17552026-09-11T20:10:14.177Z Compiling inout v0.2.2
17562026-09-11T20:10:14.197Z Compiling pkcs8 v0.10.2
17572026-09-11T20:10:14.200Z Compiling signature v2.2.0
17582026-09-11T20:10:14.200Z Compiling sha2 v0.10.9
17592026-09-11T20:10:14.249Z Compiling http-body v1.0.1
17602026-09-11T20:10:14.264Z Compiling dof v0.4.0
17612026-09-11T20:10:14.284Z Compiling x509-cert v0.2.5
17622026-09-11T20:10:14.290Z Compiling hmac v0.12.1
17632026-09-11T20:10:14.363Z Compiling rand_chacha v0.9.0
17642026-09-11T20:10:14.391Z Compiling rand_chacha v0.3.1
17652026-09-11T20:10:14.411Z Compiling url v2.5.8
17662026-09-11T20:10:14.425Z Compiling http-body-util v0.1.3
17672026-09-11T20:10:14.445Z Compiling pkcs1 v0.7.5
17682026-09-11T20:10:14.466Z Compiling hashbrown v0.13.2
17692026-09-11T20:10:14.472Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17702026-09-11T20:10:14.503Z Compiling publicsuffix v2.3.0
17712026-09-11T20:10:14.520Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17722026-09-11T20:10:14.527Z Compiling hkdf v0.12.4
17732026-09-11T20:10:14.559Z Compiling ed25519 v2.2.3
17742026-09-11T20:10:14.563Z Compiling sec1 v0.7.3
17752026-09-11T20:10:14.594Z Compiling rand v0.9.2
17762026-09-11T20:10:14.635Z Compiling digest v0.11.3
17772026-09-11T20:10:14.717Z Compiling rand v0.8.6
17782026-09-11T20:10:14.729Z Compiling cipher v0.5.2
17792026-09-11T20:10:14.734Z Compiling toml v0.7.8
17802026-09-11T20:10:14.765Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17812026-09-11T20:10:14.812Z Compiling elliptic-curve v0.13.8
17822026-09-11T20:10:14.869Z Compiling md-5 v0.11.0
17832026-09-11T20:10:14.920Z Compiling sha2 v0.11.0
17842026-09-11T20:10:14.967Z Compiling hmac v0.13.0
17852026-09-11T20:10:14.967Z Compiling sha3 v0.10.8
17862026-09-11T20:10:15.009Z Compiling object v0.30.4
17872026-09-11T20:10:15.028Z Compiling chacha20 v0.10.0
17882026-09-11T20:10:15.033Z Compiling cookie_store v0.22.1
17892026-09-11T20:10:15.088Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17902026-09-11T20:10:15.129Z Compiling miette v7.6.0
17912026-09-11T20:10:15.146Z Compiling string_cache v0.8.9
17922026-09-11T20:10:15.163Z Compiling crossterm v0.28.1
17932026-09-11T20:10:15.202Z Compiling proptest v1.11.0
17942026-09-11T20:10:15.222Z Compiling openapiv3 v2.2.0
17952026-09-11T20:10:15.270Z Compiling petgraph v0.8.3
17962026-09-11T20:10:15.292Z Compiling petgraph v0.6.5
17972026-09-11T20:10:15.453Z Compiling rand v0.10.1
17982026-09-11T20:10:15.461Z Compiling crossbeam-channel v0.5.15
17992026-09-11T20:10:15.492Z Compiling ed25519-dalek v2.2.0
18002026-09-11T20:10:15.496Z Compiling filetime v0.2.27
18012026-09-11T20:10:15.536Z Compiling is-terminal v0.4.17
18022026-09-11T20:10:15.555Z Compiling xattr v1.6.1
18032026-09-11T20:10:15.565Z Compiling take_mut v0.2.2
18042026-09-11T20:10:15.582Z Compiling term v1.2.1
18052026-09-11T20:10:15.605Z Compiling camino-tempfile v1.4.1
18062026-09-11T20:10:15.739Z Compiling tar v0.4.46
18072026-09-11T20:10:15.743Z Compiling usdt-attr-macro v0.6.0
18082026-09-11T20:10:15.765Z Compiling usdt-macro v0.6.0
18092026-09-11T20:10:15.782Z Compiling ipnetwork v0.21.1
18102026-09-11T20:10:15.873Z Compiling byte-wrapper v0.1.0
18112026-09-11T20:10:15.956Z Compiling serde_with v3.21.0
18122026-09-11T20:10:15.986Z Compiling slog-term v2.9.2
18132026-09-11T20:10:16.063Z Compiling zstd v0.13.3
18142026-09-11T20:10:16.129Z Compiling oxnet v0.1.6
18152026-09-11T20:10:16.144Z Compiling postgres-protocol v0.6.12
18162026-09-11T20:10:16.305Z Compiling zip v4.6.1
18172026-09-11T20:10:16.511Z Compiling rsa v0.9.10
18182026-09-11T20:10:16.546Z Compiling postgres-types v0.2.14
18192026-09-11T20:10:16.746Z Compiling usdt v0.6.0
18202026-09-11T20:10:17.428Z Compiling tokio-util v0.7.18
18212026-09-11T20:10:17.455Z Compiling tower v0.5.3
18222026-09-11T20:10:17.503Z Compiling tokio-native-tls v0.3.1
18232026-09-11T20:10:17.511Z Compiling hickory-proto v0.25.2
18242026-09-11T20:10:17.511Z Compiling buf-list v1.1.2
18252026-09-11T20:10:17.646Z Compiling newtype-uuid v1.3.2
18262026-09-11T20:10:17.788Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18272026-09-11T20:10:17.876Z Compiling tower-http v0.6.8
18282026-09-11T20:10:17.893Z Compiling daft v0.1.8
18292026-09-11T20:10:18.138Z Compiling iddqd v0.4.2
18302026-09-11T20:10:18.150Z Compiling h2 v0.4.15
18312026-09-11T20:10:18.153Z Compiling tokio-postgres v0.7.18
18322026-09-11T20:10:18.183Z Compiling tokio-stream v0.1.18
18332026-09-11T20:10:19.041Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18342026-09-11T20:10:19.551Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18352026-09-11T20:10:21.130Z Compiling hyper v1.10.1
18362026-09-11T20:10:22.027Z Compiling hyper-util v0.1.20
18372026-09-11T20:10:23.103Z Compiling hyper-tls v0.6.0
18382026-09-11T20:10:23.249Z Compiling reqwest v0.12.28
18392026-09-11T20:10:34.745Z Compiling rustls-webpki v0.103.13
18402026-09-11T20:10:37.427Z Compiling tokio-rustls v0.26.4
18412026-09-11T20:10:37.427Z Compiling rustls-platform-verifier v0.6.2
18422026-09-11T20:10:37.427Z Compiling tough v0.22.0
18432026-09-11T20:10:37.635Z Compiling hyper-rustls v0.27.7
18442026-09-11T20:10:37.820Z Compiling reqwest v0.13.2
18452026-09-11T20:10:39.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18462026-09-11T20:10:40.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18472026-09-11T20:10:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.80s
18482026-09-11T20:10:43.333Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18492026-09-11T20:10:43.392ZSep 11 20:10:42.257 INFO Starting download, target: Clickhouse
18502026-09-11T20:10:43.392ZSep 11 20:10:42.258 INFO Starting download, target: Cockroach
18512026-09-11T20:10:43.401ZSep 11 20:10:42.258 INFO Starting download, target: Console
18522026-09-11T20:10:43.401ZSep 11 20:10:42.258 INFO Starting download, target: DendriteStub
18532026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Starting download, target: MaghemiteMgd
18542026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Starting download, target: MaghemiteDdmd
18552026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Starting download, target: TransceiverControl
18562026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18572026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18582026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18592026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18602026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18612026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18622026-09-11T20:10:43.402ZSep 11 20:10:42.258 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18632026-09-11T20:10:45.173ZSep 11 20:10:44.039 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18642026-09-11T20:10:45.406ZSep 11 20:10:44.261 INFO Download complete, target: Console
18652026-09-11T20:10:45.436ZSep 11 20:10:44.300 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18662026-09-11T20:10:45.623ZSep 11 20:10:44.481 INFO Download complete, target: TransceiverControl
18672026-09-11T20:10:46.997ZSep 11 20:10:45.860 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18682026-09-11T20:10:47.101ZSep 11 20:10:45.964 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18692026-09-11T20:10:47.362ZSep 11 20:10:46.225 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18702026-09-11T20:10:47.856ZSep 11 20:10:46.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-09-11T20:10:48.009ZSep 11 20:10:46.874 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18722026-09-11T20:10:48.009ZSep 11 20:10:46.874 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18732026-09-11T20:10:48.876ZSep 11 20:10:47.742 INFO Download complete, target: MaghemiteDdmd
18742026-09-11T20:10:49.260ZSep 11 20:10:48.122 INFO Download complete, target: DendriteStub
18752026-09-11T20:10:49.565ZSep 11 20:10:48.431 INFO Download complete, target: MaghemiteMgd
18762026-09-11T20:10:52.039ZSep 11 20:10:50.892 INFO Checking that binary works, target: Cockroach
18772026-09-11T20:10:52.156ZSep 11 20:10:51.023 INFO Download complete, target: Cockroach
18782026-09-11T20:10:53.433ZSep 11 20:10:52.299 INFO Checking that binary works, target: Clickhouse
18792026-09-11T20:10:53.514ZSep 11 20:10:52.380 INFO Download complete, target: Clickhouse
18802026-09-11T20:10:53.538ZAll builder prerequisites installed successfully, and PATH looks valid
18812026-09-11T20:10:53.541Z
18822026-09-11T20:10:53.541Zreal 1:46.337161148
18832026-09-11T20:10:53.541Zuser 7:25.162118584
18842026-09-11T20:10:53.541Zsys 2:38.263521995
18852026-09-11T20:10:53.541Ztrap 0.224707409
18862026-09-11T20:10:53.541Ztflt 1.401202481
18872026-09-11T20:10:53.541Zdflt 2.685044671
18882026-09-11T20:10:53.541Zkflt 0.022297217
18892026-09-11T20:10:53.541Zlock 31:10.475250982
18902026-09-11T20:10:53.541Zslp 18:33.194887736
18912026-09-11T20:10:53.541Zlat 17.026229468
18922026-09-11T20:10:53.541Zstop 6:31.878974030
18932026-09-11T20:10:53.545Z++ bmat factory name
18942026-09-11T20:10:53.551Z++ bmat factory private
18952026-09-11T20:10:53.559Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0170d8d579e49d110 '{
18962026-09-11T20:10:53.559Z buildomat: {
18972026-09-11T20:10:53.559Z factory: {
18982026-09-11T20:10:53.559Z name: $bmat_factory_name,
18992026-09-11T20:10:53.559Z private: $bmat_factory_private,
19002026-09-11T20:10:53.559Z },
19012026-09-11T20:10:53.559Z },
19022026-09-11T20:10:53.559Z }'
19032026-09-11T20:10:53.581Z+ banner ls-apis
19042026-09-11T20:10:53.584Z
19052026-09-11T20:10:53.584Z # #### ## ##### # ####
19062026-09-11T20:10:53.584Z # # # # # # # #
19072026-09-11T20:10:53.584Z # #### ##### # # # # # ####
19082026-09-11T20:10:53.584Z # # ###### ##### # #
19092026-09-11T20:10:53.584Z # # # # # # # # #
19102026-09-11T20:10:53.584Z ###### #### # # # # ####
19112026-09-11T20:10:53.584Z
19122026-09-11T20:10:53.588Z+ source ./tools/include/force-git-over-https.sh
19132026-09-11T20:10:53.589Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19142026-09-11T20:10:53.589Z++ (( i = 0 ))
19152026-09-11T20:10:53.589Z++ (( i < 5 ))
19162026-09-11T20:10:53.589Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19172026-09-11T20:10:53.592Z++ (( i++ ))
19182026-09-11T20:10:53.592Z++ (( i < 5 ))
19192026-09-11T20:10:53.592Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19202026-09-11T20:10:53.592Z++ (( i++ ))
19212026-09-11T20:10:53.592Z++ (( i < 5 ))
19222026-09-11T20:10:53.592Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19232026-09-11T20:10:53.595Z++ (( i++ ))
19242026-09-11T20:10:53.595Z++ (( i < 5 ))
19252026-09-11T20:10:53.596Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19262026-09-11T20:10:53.599Z++ (( i++ ))
19272026-09-11T20:10:53.599Z++ (( i < 5 ))
19282026-09-11T20:10:53.599Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19292026-09-11T20:10:53.602Z++ (( i++ ))
19302026-09-11T20:10:53.602Z++ (( i < 5 ))
19312026-09-11T20:10:53.602Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19322026-09-11T20:10:53.602Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19332026-09-11T20:10:53.602Z+ ptime -m cargo xtask ls-apis apis
19342026-09-11T20:10:54.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19352026-09-11T20:10:54.065Z Running `target/debug/xtask ls-apis apis`
19362026-09-11T20:10:54.839Z Compiling rayon-core v1.13.0
19372026-09-11T20:10:54.843Z Compiling semver v0.1.20
19382026-09-11T20:10:54.972Z Compiling crossbeam-deque v0.8.6
19392026-09-11T20:10:54.972Z Compiling blake3 v1.8.5
19402026-09-11T20:10:54.981Z Compiling constant_time_eq v0.4.2
19412026-09-11T20:10:54.984Z Compiling arrayvec v0.7.6
19422026-09-11T20:10:54.984Z Compiling arrayref v0.3.9
19432026-09-11T20:10:54.987Z Compiling parse-display-derive v0.10.0
19442026-09-11T20:10:54.990Z Compiling topological-sort v0.2.2
19452026-09-11T20:10:54.990Z Compiling toml v0.8.23
19462026-09-11T20:10:54.990Z Compiling itertools v0.14.0
19472026-09-11T20:10:55.001Z Compiling indent_write v2.2.0
19482026-09-11T20:10:55.119Z Compiling rustc_version v0.1.7
19492026-09-11T20:10:55.326Z Compiling newtype_derive v0.1.6
19502026-09-11T20:10:55.633Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19512026-09-11T20:10:55.992Z Compiling omicron-zone-package v0.12.3
19522026-09-11T20:10:56.250Z Compiling parse-display v0.10.0
19532026-09-11T20:10:56.932Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
19542026-09-11T20:11:01.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
19552026-09-11T20:11:01.631Z Running `target/debug/ls-apis apis`
19562026-09-11T20:11:01.677Zloading metadata for workspace omicron from current workspace
19572026-09-11T20:11:05.824Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
19582026-09-11T20:11:05.824Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
19592026-09-11T20:11:05.840Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19602026-09-11T20:11:05.843Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
19612026-09-11T20:11:05.846Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
19622026-09-11T20:11:05.846Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
19632026-09-11T20:11:05.846Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
19642026-09-11T20:11:05.846Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
19652026-09-11T20:11:39.890Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19662026-09-11T20:11:39.963Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19672026-09-11T20:11:40.252ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19682026-09-11T20:11:40.252Z consumed by: wicketd (omicron/wicketd) via 1 path
19692026-09-11T20:11:40.253Z
19702026-09-11T20:11:40.253ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19712026-09-11T20:11:40.253Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19722026-09-11T20:11:40.253Z
19732026-09-11T20:11:40.253ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19742026-09-11T20:11:40.254Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19752026-09-11T20:11:40.254Z
19762026-09-11T20:11:40.254ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19772026-09-11T20:11:40.254Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19782026-09-11T20:11:40.254Z
19792026-09-11T20:11:40.254ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19802026-09-11T20:11:40.254Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19812026-09-11T20:11:40.258Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19822026-09-11T20:11:40.258Z
19832026-09-11T20:11:40.258ZCrucible Agent (client: crucible-agent-client)
19842026-09-11T20:11:40.258Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19852026-09-11T20:11:40.258Z
19862026-09-11T20:11:40.258ZCrucible Control (for testing only) (client: crucible-control-client)
19872026-09-11T20:11:40.258Z
19882026-09-11T20:11:40.258ZCrucible Pantry (client: crucible-pantry-client)
19892026-09-11T20:11:40.259Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19902026-09-11T20:11:40.259Z
19912026-09-11T20:11:40.259ZMaghemite DDM Admin (client: ddm-admin-client)
19922026-09-11T20:11:40.259Z consumed by: installinator (omicron/installinator) via 1 path
19932026-09-11T20:11:40.259Z consumed by: mgd (maghemite/mgd) via 1 path
19942026-09-11T20:11:40.259Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19952026-09-11T20:11:40.259Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19962026-09-11T20:11:40.259Z consumed by: wicketd (omicron/wicketd) via 1 path
19972026-09-11T20:11:40.259Z
19982026-09-11T20:11:40.259ZDNS Server (client: dns-service-client)
19992026-09-11T20:11:40.259Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20002026-09-11T20:11:40.259Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20012026-09-11T20:11:40.259Z
20022026-09-11T20:11:40.259ZDendrite DPD (client: dpd-client)
20032026-09-11T20:11:40.259Z consumed by: ddmd (maghemite/ddmd) via 2 paths
20042026-09-11T20:11:40.259Z consumed by: lldpd (lldp/lldpd) via 2 paths
20052026-09-11T20:11:40.259Z consumed by: mgd (maghemite/mgd) via 1 path
20062026-09-11T20:11:40.259Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20072026-09-11T20:11:40.259Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20082026-09-11T20:11:40.259Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20092026-09-11T20:11:40.259Z consumed by: wicketd (omicron/wicketd) via 2 paths
20102026-09-11T20:11:40.259Z
20112026-09-11T20:11:40.259ZDownstairs Controller (debugging only) (client: dsc-client)
20122026-09-11T20:11:40.259Z
20132026-09-11T20:11:40.259ZManagement Gateway Service (client: gateway-client)
20142026-09-11T20:11:40.263Z consumed by: dpd (dendrite/dpd) via 1 path
20152026-09-11T20:11:40.263Z consumed by: lldpd (lldp/lldpd) via 1 path
20162026-09-11T20:11:40.263Z consumed by: mgd (maghemite/mgd) via 1 path
20172026-09-11T20:11:40.263Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20182026-09-11T20:11:40.263Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20192026-09-11T20:11:40.263Z consumed by: wicketd (omicron/wicketd) via 3 paths
20202026-09-11T20:11:40.264Z
20212026-09-11T20:11:40.264ZWicketd Installinator (client: installinator-client)
20222026-09-11T20:11:40.264Z consumed by: installinator (omicron/installinator) via 1 path
20232026-09-11T20:11:40.264Z
20242026-09-11T20:11:40.264ZLLDP daemon (client: lldpd-client)
20252026-09-11T20:11:40.264Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20262026-09-11T20:11:40.264Z consumed by: tfportd (dendrite/tfportd) via 1 path
20272026-09-11T20:11:40.264Z
20282026-09-11T20:11:40.264ZMaghemite MG Admin (client: mg-admin-client)
20292026-09-11T20:11:40.267Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20302026-09-11T20:11:40.267Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20312026-09-11T20:11:40.267Z
20322026-09-11T20:11:40.267ZNexus Internal API (client: nexus-client)
20332026-09-11T20:11:40.271Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20342026-09-11T20:11:40.271Z consumed by: dpd (dendrite/dpd) via 1 path
20352026-09-11T20:11:40.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20362026-09-11T20:11:40.271Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20372026-09-11T20:11:40.271Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20382026-09-11T20:11:40.271Z
20392026-09-11T20:11:40.271ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20402026-09-11T20:11:40.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20412026-09-11T20:11:40.271Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
20422026-09-11T20:11:40.271Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20432026-09-11T20:11:40.271Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
20442026-09-11T20:11:40.271Z
20452026-09-11T20:11:40.271ZNTP Admin (client: ntp-admin-client)
20462026-09-11T20:11:40.271Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20472026-09-11T20:11:40.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20482026-09-11T20:11:40.271Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
20492026-09-11T20:11:40.271Z
20502026-09-11T20:11:40.271ZExternal API (client: oxide-client)
20512026-09-11T20:11:40.271Z
20522026-09-11T20:11:40.271ZOximeter (client: oximeter-client)
20532026-09-11T20:11:40.271Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20542026-09-11T20:11:40.271Z
20552026-09-11T20:11:40.271ZPropolis (client: propolis-client)
20562026-09-11T20:11:40.275Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20572026-09-11T20:11:40.275Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20582026-09-11T20:11:40.275Z
20592026-09-11T20:11:40.275ZCrucible Repair (client: repair-client)
20602026-09-11T20:11:40.275Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
20612026-09-11T20:11:40.275Z
20622026-09-11T20:11:40.275ZRepo Depot API (client: repo-depot-client)
20632026-09-11T20:11:40.275Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20642026-09-11T20:11:40.275Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20652026-09-11T20:11:40.275Z
20662026-09-11T20:11:40.275ZSled Agent (client: sled-agent-client)
20672026-09-11T20:11:40.279Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
20682026-09-11T20:11:40.279Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
20692026-09-11T20:11:40.280Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20702026-09-11T20:11:40.280Z
20712026-09-11T20:11:40.280ZWicketd (client: wicketd-client)
20722026-09-11T20:11:40.280Z
20732026-09-11T20:11:40.280ZWicketd Commission (client: wicketd-commission-client)
20742026-09-11T20:11:40.280Z
20752026-09-11T20:11:40.369Z
20762026-09-11T20:11:40.374Zreal 46.740029227
20772026-09-11T20:11:40.374Zuser 32.461741878
20782026-09-11T20:11:40.374Zsys 11.307947980
20792026-09-11T20:11:40.374Ztrap 0.004714357
20802026-09-11T20:11:40.374Ztflt 0.125129729
20812026-09-11T20:11:40.374Zdflt 0.143113134
20822026-09-11T20:11:40.375Zkflt 0.000049351
20832026-09-11T20:11:40.375Zlock 4:22.563589516
20842026-09-11T20:11:40.375Zslp 7:52.778065477
20852026-09-11T20:11:40.375Zlat 0.909055224
20862026-09-11T20:11:40.375Zstop 3.628502344
20872026-09-11T20:11:40.375Z+ ptime -m cargo xtask ls-apis deployment-units
20882026-09-11T20:11:40.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20892026-09-11T20:11:40.866Z Running `target/debug/xtask ls-apis deployment-units`
20902026-09-11T20:11:41.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20912026-09-11T20:11:41.778Z Running `target/debug/ls-apis deployment-units`
20922026-09-11T20:11:41.809Zloading metadata for workspace omicron from current workspace
20932026-09-11T20:11:42.910Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
20942026-09-11T20:11:42.913Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20952026-09-11T20:11:42.929Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20962026-09-11T20:11:42.933Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20972026-09-11T20:11:42.934Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20982026-09-11T20:11:42.934Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20992026-09-11T20:11:42.934Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21002026-09-11T20:11:42.934Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
21012026-09-11T20:11:45.642Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21022026-09-11T20:11:45.661Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21032026-09-11T20:11:45.919ZClickHouse
21042026-09-11T20:11:45.919Z omicron-clickhouse-admin (omicron/clickhouse-admin)
21052026-09-11T20:11:45.919Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21062026-09-11T20:11:45.919Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21072026-09-11T20:11:45.919Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21082026-09-11T20:11:45.919Z
21092026-09-11T20:11:45.919Z
21102026-09-11T20:11:45.919ZCockroach
21112026-09-11T20:11:45.919Z omicron-cockroach-admin (omicron/cockroach-admin)
21122026-09-11T20:11:45.919Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21132026-09-11T20:11:45.919Z
21142026-09-11T20:11:45.919Z
21152026-09-11T20:11:45.919ZCrucible
21162026-09-11T20:11:45.919Z crucible-agent (crucible/agent)
21172026-09-11T20:11:45.919Z exposes: Crucible Agent (client = crucible-agent-client)
21182026-09-11T20:11:45.920Z
21192026-09-11T20:11:45.924Z crucible-downstairs (crucible/downstairs)
21202026-09-11T20:11:45.924Z exposes: Crucible Repair (client = repair-client)
21212026-09-11T20:11:45.924Z consumes: repair-client
21222026-09-11T20:11:45.925Z
21232026-09-11T20:11:45.925Z
21242026-09-11T20:11:45.925ZCrucible Pantry
21252026-09-11T20:11:45.925Z crucible-pantry (crucible/pantry)
21262026-09-11T20:11:45.925Z exposes: Crucible Pantry (client = crucible-pantry-client)
21272026-09-11T20:11:45.925Z consumes: nexus-client
21282026-09-11T20:11:45.925Z
21292026-09-11T20:11:45.925Z
21302026-09-11T20:11:45.925ZDNS Server
21312026-09-11T20:11:45.925Z dns-server (omicron/dns-server)
21322026-09-11T20:11:45.925Z exposes: DNS Server (client = dns-service-client)
21332026-09-11T20:11:45.925Z
21342026-09-11T20:11:45.925Z
21352026-09-11T20:11:45.925ZHost OS
21362026-09-11T20:11:45.925Z ddmd (maghemite/ddmd)
21372026-09-11T20:11:45.925Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21382026-09-11T20:11:45.925Z consumes: dpd-client (intra-deployment-unit-only)
21392026-09-11T20:11:45.925Z
21402026-09-11T20:11:45.925Z dpd (dendrite/dpd)
21412026-09-11T20:11:45.925Z exposes: Dendrite DPD (client = dpd-client)
21422026-09-11T20:11:45.925Z consumes: gateway-client (intra-deployment-unit-only)
21432026-09-11T20:11:45.925Z consumes: nexus-client
21442026-09-11T20:11:45.925Z
21452026-09-11T20:11:45.925Z lldpd (lldp/lldpd)
21462026-09-11T20:11:45.925Z exposes: LLDP daemon (client = lldpd-client)
21472026-09-11T20:11:45.926Z consumes: dpd-client (intra-deployment-unit-only)
21482026-09-11T20:11:45.926Z consumes: gateway-client (intra-deployment-unit-only)
21492026-09-11T20:11:45.926Z
21502026-09-11T20:11:45.926Z mgd (maghemite/mgd)
21512026-09-11T20:11:45.926Z exposes: Maghemite MG Admin (client = mg-admin-client)
21522026-09-11T20:11:45.926Z consumes: ddm-admin-client (intra-deployment-unit-only)
21532026-09-11T20:11:45.926Z consumes: dpd-client (intra-deployment-unit-only)
21542026-09-11T20:11:45.926Z consumes: gateway-client (intra-deployment-unit-only)
21552026-09-11T20:11:45.926Z
21562026-09-11T20:11:45.926Z omicron-gateway (omicron/gateway)
21572026-09-11T20:11:45.926Z exposes: Management Gateway Service (client = gateway-client)
21582026-09-11T20:11:45.926Z
21592026-09-11T20:11:45.926Z omicron-sled-agent (omicron/sled-agent)
21602026-09-11T20:11:45.926Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21612026-09-11T20:11:45.926Z exposes: Repo Depot API (client = repo-depot-client)
21622026-09-11T20:11:45.926Z exposes: Sled Agent (client = sled-agent-client)
21632026-09-11T20:11:45.934Z consumes: ddm-admin-client (intra-deployment-unit-only)
21642026-09-11T20:11:45.934Z consumes: dpd-client (intra-deployment-unit-only)
21652026-09-11T20:11:45.934Z consumes: gateway-client (intra-deployment-unit-only)
21662026-09-11T20:11:45.934Z consumes: mg-admin-client (intra-deployment-unit-only)
21672026-09-11T20:11:45.935Z consumes: nexus-client
21682026-09-11T20:11:45.935Z consumes: nexus-lockstep-client
21692026-09-11T20:11:45.935Z consumes: ntp-admin-client
21702026-09-11T20:11:45.935Z consumes: propolis-client (intra-deployment-unit-only)
21712026-09-11T20:11:45.935Z consumes: repo-depot-client
21722026-09-11T20:11:45.935Z
21732026-09-11T20:11:45.935Z propolis-server (propolis/bin/propolis-server)
21742026-09-11T20:11:45.935Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21752026-09-11T20:11:45.935Z exposes: Propolis (client = propolis-client)
21762026-09-11T20:11:45.935Z consumes: nexus-client
21772026-09-11T20:11:45.935Z consumes: sled-agent-client (intra-deployment-unit-only)
21782026-09-11T20:11:45.935Z
21792026-09-11T20:11:45.935Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
21802026-09-11T20:11:45.935Z consumes: cockroach-admin-client
21812026-09-11T20:11:45.935Z consumes: ddm-admin-client
21822026-09-11T20:11:45.935Z consumes: dns-service-client
21832026-09-11T20:11:45.940Z consumes: nexus-lockstep-client
21842026-09-11T20:11:45.940Z consumes: ntp-admin-client
21852026-09-11T20:11:45.940Z consumes: sled-agent-client
21862026-09-11T20:11:45.940Z
21872026-09-11T20:11:45.940Z tfportd (dendrite/tfportd)
21882026-09-11T20:11:45.940Z consumes: dpd-client (intra-deployment-unit-only)
21892026-09-11T20:11:45.940Z consumes: lldpd-client (intra-deployment-unit-only)
21902026-09-11T20:11:45.940Z
21912026-09-11T20:11:45.940Z wicketd (omicron/wicketd)
21922026-09-11T20:11:45.940Z exposes: Wicketd Installinator (client = installinator-client)
21932026-09-11T20:11:45.940Z exposes: Wicketd (client = wicketd-client)
21942026-09-11T20:11:45.941Z exposes: Wicketd Commission (client = wicketd-commission-client)
21952026-09-11T20:11:45.941Z consumes: bootstrap-agent-lockstep-client
21962026-09-11T20:11:45.941Z consumes: ddm-admin-client (intra-deployment-unit-only)
21972026-09-11T20:11:45.941Z consumes: dpd-client (intra-deployment-unit-only)
21982026-09-11T20:11:45.941Z consumes: gateway-client (intra-deployment-unit-only)
21992026-09-11T20:11:45.941Z
22002026-09-11T20:11:45.941Z
22012026-09-11T20:11:45.941ZInstallinator
22022026-09-11T20:11:45.941Z installinator (omicron/installinator)
22032026-09-11T20:11:45.941Z consumes: ddm-admin-client
22042026-09-11T20:11:45.941Z consumes: installinator-client
22052026-09-11T20:11:45.941Z
22062026-09-11T20:11:45.941Z
22072026-09-11T20:11:45.941ZNTP
22082026-09-11T20:11:45.941Z omicron-ntp-admin (omicron/ntp-admin)
22092026-09-11T20:11:45.941Z exposes: NTP Admin (client = ntp-admin-client)
22102026-09-11T20:11:45.946Z
22112026-09-11T20:11:45.946Z
22122026-09-11T20:11:45.946ZNexus
22132026-09-11T20:11:45.946Z omicron-nexus (omicron/nexus)
22142026-09-11T20:11:45.946Z exposes: Nexus Internal API (client = nexus-client)
22152026-09-11T20:11:45.946Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22162026-09-11T20:11:45.946Z exposes: External API (client = oxide-client)
22172026-09-11T20:11:45.946Z consumes: clickhouse-admin-keeper-client
22182026-09-11T20:11:45.946Z consumes: clickhouse-admin-server-client
22192026-09-11T20:11:45.946Z consumes: clickhouse-admin-single-client
22202026-09-11T20:11:45.946Z consumes: cockroach-admin-client
22212026-09-11T20:11:45.946Z consumes: crucible-agent-client
22222026-09-11T20:11:45.946Z consumes: crucible-pantry-client
22232026-09-11T20:11:45.946Z consumes: dns-service-client
22242026-09-11T20:11:45.946Z consumes: dpd-client
22252026-09-11T20:11:45.946Z consumes: gateway-client
22262026-09-11T20:11:45.946Z consumes: lldpd-client
22272026-09-11T20:11:45.946Z consumes: mg-admin-client
22282026-09-11T20:11:45.947Z consumes: ntp-admin-client
22292026-09-11T20:11:45.947Z consumes: oximeter-client
22302026-09-11T20:11:45.947Z consumes: propolis-client
22312026-09-11T20:11:45.947Z consumes: repo-depot-client
22322026-09-11T20:11:45.947Z consumes: sled-agent-client
22332026-09-11T20:11:45.947Z
22342026-09-11T20:11:45.947Z
22352026-09-11T20:11:45.947ZOximeter
22362026-09-11T20:11:45.947Z oximeter-collector (omicron/oximeter/collector)
22372026-09-11T20:11:45.947Z exposes: Oximeter (client = oximeter-client)
22382026-09-11T20:11:45.948Z consumes: nexus-client
22392026-09-11T20:11:45.948Z
22402026-09-11T20:11:45.948Z
22412026-09-11T20:11:46.028Z
22422026-09-11T20:11:46.029Zreal 5.632461598
22432026-09-11T20:11:46.029Zuser 4.824270843
22442026-09-11T20:11:46.029Zsys 2.112831485
22452026-09-11T20:11:46.029Ztrap 0.000576759
22462026-09-11T20:11:46.029Ztflt 0.000211186
22472026-09-11T20:11:46.029Zdflt 0.000995896
22482026-09-11T20:11:46.064Zkflt 0.000007669
22492026-09-11T20:11:46.064Zlock 2.171776869
22502026-09-11T20:11:46.064Zslp 25.453469058
22512026-09-11T20:11:46.064Zlat 0.055004285
22522026-09-11T20:11:46.064Zstop 0.009528665
22532026-09-11T20:11:46.064Z+ ptime -m cargo xtask ls-apis servers
22542026-09-11T20:11:46.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-09-11T20:11:46.551Z Running `target/debug/xtask ls-apis servers`
22562026-09-11T20:11:47.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22572026-09-11T20:11:47.344Z Running `target/debug/ls-apis servers`
22582026-09-11T20:11:47.399Zloading metadata for workspace omicron from current workspace
22592026-09-11T20:11:49.212Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
22602026-09-11T20:11:49.212Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
22612026-09-11T20:11:49.212Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22622026-09-11T20:11:49.212Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
22632026-09-11T20:11:49.213Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
22642026-09-11T20:11:49.213Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
22652026-09-11T20:11:49.213Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
22662026-09-11T20:11:49.213Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
22672026-09-11T20:11:50.906Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22682026-09-11T20:11:50.978Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22692026-09-11T20:11:51.266Zcrucible-agent (crucible/agent)
22702026-09-11T20:11:51.266Z exposes: Crucible Agent (client = crucible-agent-client)
22712026-09-11T20:11:51.266Z
22722026-09-11T20:11:51.266Zcrucible-downstairs (crucible/downstairs)
22732026-09-11T20:11:51.266Z exposes: Crucible Repair (client = repair-client)
22742026-09-11T20:11:51.272Z consumes: repair-client
22752026-09-11T20:11:51.272Z
22762026-09-11T20:11:51.272Zcrucible-pantry (crucible/pantry)
22772026-09-11T20:11:51.272Z exposes: Crucible Pantry (client = crucible-pantry-client)
22782026-09-11T20:11:51.272Z consumes: nexus-client
22792026-09-11T20:11:51.272Z
22802026-09-11T20:11:51.272Zddmd (maghemite/ddmd)
22812026-09-11T20:11:51.272Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22822026-09-11T20:11:51.272Z consumes: dpd-client (intra-deployment-unit-only)
22832026-09-11T20:11:51.272Z
22842026-09-11T20:11:51.272Zdns-server (omicron/dns-server)
22852026-09-11T20:11:51.272Z exposes: DNS Server (client = dns-service-client)
22862026-09-11T20:11:51.272Z
22872026-09-11T20:11:51.272Zdpd (dendrite/dpd)
22882026-09-11T20:11:51.273Z exposes: Dendrite DPD (client = dpd-client)
22892026-09-11T20:11:51.273Z consumes: gateway-client (intra-deployment-unit-only)
22902026-09-11T20:11:51.273Z consumes: nexus-client
22912026-09-11T20:11:51.273Z
22922026-09-11T20:11:51.273Zinstallinator (omicron/installinator)
22932026-09-11T20:11:51.273Z consumes: ddm-admin-client
22942026-09-11T20:11:51.273Z consumes: installinator-client
22952026-09-11T20:11:51.273Z
22962026-09-11T20:11:51.273Zlldpd (lldp/lldpd)
22972026-09-11T20:11:51.273Z exposes: LLDP daemon (client = lldpd-client)
22982026-09-11T20:11:51.273Z consumes: dpd-client (intra-deployment-unit-only)
22992026-09-11T20:11:51.273Z consumes: gateway-client (intra-deployment-unit-only)
23002026-09-11T20:11:51.273Z
23012026-09-11T20:11:51.274Zmgd (maghemite/mgd)
23022026-09-11T20:11:51.274Z exposes: Maghemite MG Admin (client = mg-admin-client)
23032026-09-11T20:11:51.274Z consumes: ddm-admin-client (intra-deployment-unit-only)
23042026-09-11T20:11:51.274Z consumes: dpd-client (intra-deployment-unit-only)
23052026-09-11T20:11:51.274Z consumes: gateway-client (intra-deployment-unit-only)
23062026-09-11T20:11:51.274Z
23072026-09-11T20:11:51.274Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23082026-09-11T20:11:51.274Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23092026-09-11T20:11:51.274Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23102026-09-11T20:11:51.274Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23112026-09-11T20:11:51.274Z
23122026-09-11T20:11:51.275Zomicron-cockroach-admin (omicron/cockroach-admin)
23132026-09-11T20:11:51.275Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23142026-09-11T20:11:51.275Z
23152026-09-11T20:11:51.275Zomicron-gateway (omicron/gateway)
23162026-09-11T20:11:51.275Z exposes: Management Gateway Service (client = gateway-client)
23172026-09-11T20:11:51.275Z
23182026-09-11T20:11:51.275Zomicron-nexus (omicron/nexus)
23192026-09-11T20:11:51.275Z exposes: Nexus Internal API (client = nexus-client)
23202026-09-11T20:11:51.275Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23212026-09-11T20:11:51.275Z exposes: External API (client = oxide-client)
23222026-09-11T20:11:51.279Z consumes: clickhouse-admin-keeper-client
23232026-09-11T20:11:51.279Z consumes: clickhouse-admin-server-client
23242026-09-11T20:11:51.279Z consumes: clickhouse-admin-single-client
23252026-09-11T20:11:51.279Z consumes: cockroach-admin-client
23262026-09-11T20:11:51.279Z consumes: crucible-agent-client
23272026-09-11T20:11:51.279Z consumes: crucible-pantry-client
23282026-09-11T20:11:51.279Z consumes: dns-service-client
23292026-09-11T20:11:51.279Z consumes: dpd-client
23302026-09-11T20:11:51.279Z consumes: gateway-client
23312026-09-11T20:11:51.279Z consumes: lldpd-client
23322026-09-11T20:11:51.279Z consumes: mg-admin-client
23332026-09-11T20:11:51.279Z consumes: ntp-admin-client
23342026-09-11T20:11:51.279Z consumes: oximeter-client
23352026-09-11T20:11:51.279Z consumes: propolis-client
23362026-09-11T20:11:51.279Z consumes: repo-depot-client
23372026-09-11T20:11:51.279Z consumes: sled-agent-client
23382026-09-11T20:11:51.279Z
23392026-09-11T20:11:51.279Zomicron-ntp-admin (omicron/ntp-admin)
23402026-09-11T20:11:51.279Z exposes: NTP Admin (client = ntp-admin-client)
23412026-09-11T20:11:51.279Z
23422026-09-11T20:11:51.279Zomicron-sled-agent (omicron/sled-agent)
23432026-09-11T20:11:51.279Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
23442026-09-11T20:11:51.279Z exposes: Repo Depot API (client = repo-depot-client)
23452026-09-11T20:11:51.279Z exposes: Sled Agent (client = sled-agent-client)
23462026-09-11T20:11:51.280Z consumes: ddm-admin-client (intra-deployment-unit-only)
23472026-09-11T20:11:51.280Z consumes: dpd-client (intra-deployment-unit-only)
23482026-09-11T20:11:51.280Z consumes: gateway-client (intra-deployment-unit-only)
23492026-09-11T20:11:51.280Z consumes: mg-admin-client (intra-deployment-unit-only)
23502026-09-11T20:11:51.280Z consumes: nexus-client
23512026-09-11T20:11:51.280Z consumes: nexus-lockstep-client
23522026-09-11T20:11:51.280Z consumes: ntp-admin-client
23532026-09-11T20:11:51.280Z consumes: propolis-client (intra-deployment-unit-only)
23542026-09-11T20:11:51.280Z consumes: repo-depot-client
23552026-09-11T20:11:51.280Z
23562026-09-11T20:11:51.280Zoximeter-collector (omicron/oximeter/collector)
23572026-09-11T20:11:51.280Z exposes: Oximeter (client = oximeter-client)
23582026-09-11T20:11:51.280Z consumes: nexus-client
23592026-09-11T20:11:51.280Z
23602026-09-11T20:11:51.280Zpropolis-server (propolis/bin/propolis-server)
23612026-09-11T20:11:51.280Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
23622026-09-11T20:11:51.280Z exposes: Propolis (client = propolis-client)
23632026-09-11T20:11:51.280Z consumes: nexus-client
23642026-09-11T20:11:51.280Z consumes: sled-agent-client (intra-deployment-unit-only)
23652026-09-11T20:11:51.280Z
23662026-09-11T20:11:51.280Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
23672026-09-11T20:11:51.386Z consumes: cockroach-admin-client
23682026-09-11T20:11:51.386Z consumes: ddm-admin-client
23692026-09-11T20:11:51.386Z consumes: dns-service-client
23702026-09-11T20:11:51.386Z consumes: nexus-lockstep-client
23712026-09-11T20:11:51.386Z consumes: ntp-admin-client
23722026-09-11T20:11:51.386Z consumes: sled-agent-client
23732026-09-11T20:11:51.386Z
23742026-09-11T20:11:51.386Ztfportd (dendrite/tfportd)
23752026-09-11T20:11:51.386Z consumes: dpd-client (intra-deployment-unit-only)
23762026-09-11T20:11:51.386Z consumes: lldpd-client (intra-deployment-unit-only)
23772026-09-11T20:11:51.386Z
23782026-09-11T20:11:51.386Zwicketd (omicron/wicketd)
23792026-09-11T20:11:51.386Z exposes: Wicketd Installinator (client = installinator-client)
23802026-09-11T20:11:51.386Z exposes: Wicketd (client = wicketd-client)
23812026-09-11T20:11:51.389Z exposes: Wicketd Commission (client = wicketd-commission-client)
23822026-09-11T20:11:51.390Z consumes: bootstrap-agent-lockstep-client
23832026-09-11T20:11:51.390Z consumes: ddm-admin-client (intra-deployment-unit-only)
23842026-09-11T20:11:51.390Z consumes: dpd-client (intra-deployment-unit-only)
23852026-09-11T20:11:51.390Z consumes: gateway-client (intra-deployment-unit-only)
23862026-09-11T20:11:51.390Z
23872026-09-11T20:11:51.396Z
23882026-09-11T20:11:51.396Zreal 5.320202140
23892026-09-11T20:11:51.396Zuser 4.769811773
23902026-09-11T20:11:51.396Zsys 1.874795585
23912026-09-11T20:11:51.396Ztrap 0.000686294
23922026-09-11T20:11:51.396Ztflt 0.000047302
23932026-09-11T20:11:51.396Zdflt 0.000137410
23942026-09-11T20:11:51.396Zkflt 0.000002318
23952026-09-11T20:11:51.396Zlock 2.097442899
23962026-09-11T20:11:51.396Zslp 23.643244503
23972026-09-11T20:11:51.396Zlat 0.051184285
23982026-09-11T20:11:51.396Zstop 0.009149565
23992026-09-11T20:11:51.396Z+ ptime -m cargo xtask ls-apis check
24002026-09-11T20:11:51.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
24012026-09-11T20:11:51.849Z Running `target/debug/xtask ls-apis check`
24022026-09-11T20:11:52.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24032026-09-11T20:11:52.688Z Running `target/debug/ls-apis check`
24042026-09-11T20:11:52.745Zloading metadata for workspace omicron from current workspace
24052026-09-11T20:11:53.794Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24062026-09-11T20:11:53.800Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24072026-09-11T20:11:53.812Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24082026-09-11T20:11:53.812Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24092026-09-11T20:11:53.815Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
24102026-09-11T20:11:53.815Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24112026-09-11T20:11:53.815Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24122026-09-11T20:11:53.815Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24132026-09-11T20:11:56.264Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24142026-09-11T20:11:56.326Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24152026-09-11T20:11:56.729Z
24162026-09-11T20:11:56.729Z
24172026-09-11T20:11:56.729ZServer-managed APIs:
24182026-09-11T20:11:56.729Z
24192026-09-11T20:11:56.729Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24202026-09-11T20:11:56.729Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24212026-09-11T20:11:56.729Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24222026-09-11T20:11:56.729Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24232026-09-11T20:11:56.729Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24242026-09-11T20:11:56.729Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24252026-09-11T20:11:56.729Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24262026-09-11T20:11:56.729Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
24272026-09-11T20:11:56.729Z DNS Server (dns-service-client, exposed by dns-server)
24282026-09-11T20:11:56.729Z Dendrite DPD (dpd-client, exposed by dpd)
24292026-09-11T20:11:56.729Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
24302026-09-11T20:11:56.729Z LLDP daemon (lldpd-client, exposed by lldpd)
24312026-09-11T20:11:56.730Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
24322026-09-11T20:11:56.730Z External API (oxide-client, exposed by omicron-nexus)
24332026-09-11T20:11:56.730Z Oximeter (oximeter-client, exposed by oximeter-collector)
24342026-09-11T20:11:56.730Z Propolis (propolis-client, exposed by propolis-server)
24352026-09-11T20:11:56.730Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
24362026-09-11T20:11:56.730Z Wicketd (wicketd-client, exposed by wicketd)
24372026-09-11T20:11:56.730Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
24382026-09-11T20:11:56.730Z
24392026-09-11T20:11:56.730Z
24402026-09-11T20:11:56.730ZClient-managed API:
24412026-09-11T20:11:56.730Z
24422026-09-11T20:11:56.730Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
24432026-09-11T20:11:56.730Z reason: wicketd can wind up calling into sled agent on different sleds
24442026-09-11T20:11:56.730Z Wicketd Installinator (installinator-client, exposed by wicketd)
24452026-09-11T20:11:56.730Z reason: client is provided implicitly by the operator
24462026-09-11T20:11:56.730Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
24472026-09-11T20:11:56.731Z reason: Circular dependencies between Nexus and other services
24482026-09-11T20:11:56.731Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
24492026-09-11T20:11:56.731Z reason: Circular dependencies between Nexus and other services
24502026-09-11T20:11:56.731Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
24512026-09-11T20:11:56.731Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
24522026-09-11T20:11:56.731Z
24532026-09-11T20:11:56.731Z Crucible Repair (repair-client, exposed by crucible-downstairs)
24542026-09-11T20:11:56.731Z reason: depends on itself (i.e., instances call each other)
24552026-09-11T20:11:56.731Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
24562026-09-11T20:11:56.731Z reason: depends on itself (i.e., instances call each other)
24572026-09-11T20:11:56.731Z
24582026-09-11T20:11:56.731Z
24592026-09-11T20:11:56.731ZAPIs with unknown version management: none
24602026-09-11T20:11:56.731Z
24612026-09-11T20:11:56.731Z
24622026-09-11T20:11:56.731ZAPIs that failed consumer checks: none
24632026-09-11T20:11:56.825Z
24642026-09-11T20:11:56.825Zreal 5.420553809
24652026-09-11T20:11:56.825Zuser 4.851685143
24662026-09-11T20:11:56.825Zsys 1.877754905
24672026-09-11T20:11:56.825Ztrap 0.000590044
24682026-09-11T20:11:56.825Ztflt 0.000037010
24692026-09-11T20:11:56.829Zdflt 0.000363233
24702026-09-11T20:11:56.829Zkflt 0.000000000
24712026-09-11T20:11:56.829Zlock 2.087302824
24722026-09-11T20:11:56.829Zslp 23.324024641
24732026-09-11T20:11:56.829Zlat 0.051781255
24742026-09-11T20:11:56.829Zstop 0.009211645
24752026-09-11T20:11:56.829Z+ ptime -m cargo xtask ls-apis adoc
24762026-09-11T20:11:57.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
24772026-09-11T20:11:57.285Z Running `target/debug/xtask ls-apis adoc`
24782026-09-11T20:11:58.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24792026-09-11T20:11:58.126Z Running `target/debug/ls-apis adoc`
24802026-09-11T20:11:58.181Zloading metadata for workspace omicron from current workspace
24812026-09-11T20:11:59.248Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24822026-09-11T20:11:59.248Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24832026-09-11T20:11:59.263Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24842026-09-11T20:11:59.267Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24852026-09-11T20:11:59.267Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24862026-09-11T20:11:59.272Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24872026-09-11T20:11:59.272Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
24882026-09-11T20:11:59.272Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24892026-09-11T20:12:01.698Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24902026-09-11T20:12:01.773Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24912026-09-11T20:12:03.929Z
24922026-09-11T20:12:03.929Zreal 5.326588469
24932026-09-11T20:12:03.929Zuser 4.772131873
24942026-09-11T20:12:03.929Zsys 1.860262275
24952026-09-11T20:12:03.929Ztrap 0.000801197
24962026-09-11T20:12:04.085Ztflt 0.000102368
24972026-09-11T20:12:04.085Zdflt 0.000142280
24982026-09-11T20:12:04.085Zkflt 0.000005378
24992026-09-11T20:12:04.085Zlock 2.083081794
25002026-09-11T20:12:04.085Zslp 23.375897814
25012026-09-11T20:12:04.085Zlat 0.055555525
25022026-09-11T20:12:04.086Zstop 0.009243795
25032026-09-11T20:12:04.086Z+ banner build
25042026-09-11T20:12:04.086Z
25052026-09-11T20:12:04.086Z ##### # # # # #####
25062026-09-11T20:12:04.086Z # # # # # # # #
25072026-09-11T20:12:04.086Z ##### # # # # # #
25082026-09-11T20:12:04.086Z # # # # # # # #
25092026-09-11T20:12:04.086Z # # # # # # # #
25102026-09-11T20:12:04.086Z ##### #### # ###### #####
25112026-09-11T20:12:04.086Z
25122026-09-11T20:12:04.086Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25132026-09-11T20:12:04.086Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25142026-09-11T20:12:04.086Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25152026-09-11T20:12:04.086Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25162026-09-11T20:12:04.086Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25172026-09-11T20:12:04.086Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25182026-09-11T20:12:04.086Z+ export TMPDIR=/var/tmp/omicron_tmp
25192026-09-11T20:12:04.088Z+ TMPDIR=/var/tmp/omicron_tmp
25202026-09-11T20:12:04.088Z+ export RUST_BACKTRACE=1
25212026-09-11T20:12:04.088Z+ RUST_BACKTRACE=1
25222026-09-11T20:12:04.088Z+ export CARGO_INCREMENTAL=0
25232026-09-11T20:12:04.088Z+ CARGO_INCREMENTAL=0
25242026-09-11T20:12:04.088Z+ export RUSTC_BOOTSTRAP=1
25252026-09-11T20:12:04.088Z+ RUSTC_BOOTSTRAP=1
25262026-09-11T20:12:04.088Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
25272026-09-11T20:12:04.342Z Compiling proc-macro2 v1.0.106
25282026-09-11T20:12:04.342Z Compiling unicode-ident v1.0.24
25292026-09-11T20:12:04.346Z Compiling quote v1.0.45
25302026-09-11T20:12:04.346Z Compiling serde_core v1.0.228
25312026-09-11T20:12:04.346Z Compiling libc v0.2.185
25322026-09-11T20:12:04.347Z Compiling serde v1.0.228
25332026-09-11T20:12:04.347Z Compiling cfg-if v1.0.4
25342026-09-11T20:12:04.347Z Compiling memchr v2.8.0
25352026-09-11T20:12:04.347Z Compiling smallvec v1.15.1
25362026-09-11T20:12:04.347Z Compiling autocfg v1.5.0
25372026-09-11T20:12:04.347Z Compiling itoa v1.0.17
25382026-09-11T20:12:04.347Z Compiling log v0.4.33
25392026-09-11T20:12:04.347Z Compiling rand_core v0.10.0
25402026-09-11T20:12:04.347Z Compiling libm v0.2.16
25412026-09-11T20:12:04.628Z Compiling getrandom v0.4.3
25422026-09-11T20:12:04.636Z Compiling subtle v2.6.1
25432026-09-11T20:12:04.636Z Compiling zmij v1.0.21
25442026-09-11T20:12:04.636Z Compiling serde_json v1.0.151
25452026-09-11T20:12:04.636Z Compiling version_check v0.9.5
25462026-09-11T20:12:04.636Z Compiling scopeguard v1.2.0
25472026-09-11T20:12:04.636Z Compiling typenum v1.20.1
25482026-09-11T20:12:04.636Z Compiling stable_deref_trait v1.2.1
25492026-09-11T20:12:04.636Z Compiling percent-encoding v2.3.2
25502026-09-11T20:12:04.636Z Compiling writeable v0.6.2
25512026-09-11T20:12:04.636Z Compiling litemap v0.8.1
25522026-09-11T20:12:04.636Z Compiling icu_normalizer_data v2.1.1
25532026-09-11T20:12:04.636Z Compiling portable-atomic v1.13.1
25542026-09-11T20:12:04.636Z Compiling icu_properties_data v2.1.2
25552026-09-11T20:12:04.636Z Compiling critical-section v1.2.0
25562026-09-11T20:12:04.636Z Compiling zerocopy v0.8.55
25572026-09-11T20:12:04.636Z Compiling utf8_iter v1.0.4
25582026-09-11T20:12:04.659Z Compiling thiserror v2.0.18
25592026-09-11T20:12:04.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdff7d5c55ce8982 -C extra-filename=-01edd4035b1021f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-09-11T20:12:04.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=eff1f8fecbd4a720 -C extra-filename=-4d5c245a9f254975 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-09-11T20:12:04.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=278c25e440ebef30 -C extra-filename=-7eb0dd905166207c --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-09-11T20:12:04.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=d6cb111b739d8bf5 -C extra-filename=-52dbaf466546b099 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-09-11T20:12:04.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=baca10cf77422a41 -C extra-filename=-59ccc56aafbf0dee --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-09-11T20:12:04.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=db2b4c88475f9eeb -C extra-filename=-a721ae0a0e216d28 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-09-11T20:12:04.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=6e23ea87548b7c00 -C extra-filename=-c8afeb56cacd505f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-09-11T20:12:04.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ed7c868cdd8ed63c -C extra-filename=-054bf847d36a6b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-09-11T20:12:04.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e2495a65581c65 -C extra-filename=-464edf1bc7384a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-09-11T20:12:04.698Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5515520553f3fffc -C extra-filename=-70a8cc5d2f870e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-09-11T20:12:04.831Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc748f7a345c77c6 -C extra-filename=-6634508604fedff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-09-11T20:12:04.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=9cee82e0478ef9cd -C extra-filename=-a2d4823f85931691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712026-09-11T20:12:04.855Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=1fcd1a2c398dd224 -C extra-filename=-fcb363d9cd48bf9e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-09-11T20:12:04.855Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=741a381567fd97ef -C extra-filename=-4670cbe31edcf09a --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-09-11T20:12:04.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae19c5f6de8e59b4 -C extra-filename=-eb0a4b29e4e8f5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-09-11T20:12:04.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=159fa6ef02e84e40 -C extra-filename=-4f49ed15b552742a --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-09-11T20:12:04.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=085f8196f6395104 -C extra-filename=-88db28b097ca3987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-09-11T20:12:04.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5cde84225f47f960 -C extra-filename=-a96344eae1a3d1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2aa7e931676576d8 -C extra-filename=-d6d6fa3208e2d173 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-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,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=8ec8bb269a2a01ef -C extra-filename=-e6dc7524b59a8579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/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="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=87f70b652e128df0 -C extra-filename=-1c23f20d219beeec --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f222acdbe3227652 -C extra-filename=-7846492b1f457808 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=34303ef156bb76f0 -C extra-filename=-c94bf9a52c4a59e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=953f09365347315c -C extra-filename=-d8b6e87ac2b99dd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=913ed3aa362ff81a -C extra-filename=-d0b0ab0364544907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=be4d40f737e493ce -C extra-filename=-b46158ee2a5fb370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-09-11T20:12:04.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c9eabd266ecba1f4 -C extra-filename=-d7caaea247884269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-09-11T20:12:04.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9630b88813a4d048 -C extra-filename=-0bf5a646b561519f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-09-11T20:12:04.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=b09221e007ae2e3f -C extra-filename=-831282bd72d11aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-09-11T20:12:05.012Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=e4980f390cff7734 -C extra-filename=-038fdb619aeba623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-09-11T20:12:05.015Z Compiling parking_lot_core v0.9.12
25902026-09-11T20:12:05.015Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2fe1b0869a7ad2a -C extra-filename=-fc9e674395cc0336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-09-11T20:12:05.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e539b7d702ead5 -C extra-filename=-ba99a556c12daa03 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922026-09-11T20:12:05.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=e946b6f84d33fbfc -C extra-filename=-f3e2da0a7a1e8d07 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932026-09-11T20:12:05.049Z Compiling pin-project-lite v0.2.17
25942026-09-11T20:12:05.053Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38a1af704727c7f5 -C extra-filename=-1a825e29b69bcb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-09-11T20:12:05.159Z Compiling equivalent v1.0.2
25962026-09-11T20:12:05.232Z Compiling heck v0.5.0
25972026-09-11T20:12:05.270Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e1dc2ce3429e0e6 -C extra-filename=-72c76abd933b7579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-09-11T20:12:05.426Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099/build-script-build`
25992026-09-11T20:12:05.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217e03ba05ee4fc4 -C extra-filename=-b4d67f07919ede1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-09-11T20:12:05.571Z Compiling lock_api v0.4.14
26012026-09-11T20:12:05.574Z Compiling shlex v1.3.0
26022026-09-11T20:12:05.574Z Compiling iana-time-zone v0.1.65
26032026-09-11T20:12:05.574Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975/build-script-build`
26042026-09-11T20:12:05.574Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28/build-script-build`
26052026-09-11T20:12:05.574Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee/build-script-build`
26062026-09-11T20:12:05.828Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a/build-script-build`
26072026-09-11T20:12:05.834Z Compiling rustversion v1.0.22
26082026-09-11T20:12:05.834Z Compiling foldhash v0.2.0
26092026-09-11T20:12:05.834Z Compiling find-msvc-tools v0.1.9
26102026-09-11T20:12:05.834Z Compiling fnv v1.0.7
26112026-09-11T20:12:05.834Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=736aa312794faafc -C extra-filename=-2be7686a7f17e267 --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-fc9e674395cc0336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-09-11T20:12:05.834Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808/build-script-build`
26132026-09-11T20:12:05.834Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2206bef1d24e2826 -C extra-filename=-6319ee8dca09070d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-09-11T20:12:05.834Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=962b0906ac7c4abc -C extra-filename=-5c37a5d9e78cfea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-09-11T20:12:05.834Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03/build-script-build`
26162026-09-11T20:12:05.989Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c/build-script-build`
26172026-09-11T20:12:05.989Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8/build-script-build`
26182026-09-11T20:12:05.994Z Compiling form_urlencoded v1.2.2
26192026-09-11T20:12:05.994Z Compiling regex-syntax v0.8.10
26202026-09-11T20:12:06.019Z Compiling rustix v1.1.4
26212026-09-11T20:12:06.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41c0e9f8527bd413 -C extra-filename=-8aa858b87be605f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-09-11T20:12:06.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=d33f52f891f7f5f4 -C extra-filename=-ebc869414e836213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232026-09-11T20:12:06.066Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37543ec6e47eb6ec -C extra-filename=-105b7605ca84744e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242026-09-11T20:12:06.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=18818b4a75764b50 -C extra-filename=-483bdc5c7d1e0898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-09-11T20:12:06.276Z Compiling dyn-clone v1.0.20
26262026-09-11T20:12:06.280Z Compiling strsim v0.11.1
26272026-09-11T20:12:06.280Z Compiling schemars v0.8.22
26282026-09-11T20:12:06.280Z Compiling getrandom v0.3.4
26292026-09-11T20:12:06.280Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3a7fcbcc10519076 -C extra-filename=-31aa278f1a6bdad7 --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-0bf5a646b561519f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-09-11T20:12:06.280Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e/build-script-build`
26312026-09-11T20:12:06.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=3a814ffa061d763d -C extra-filename=-be5734abe16157a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-09-11T20:12:06.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=936b5c24a483f2e6 -C extra-filename=-91587e4d511bc4a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-91587e4d511bc4a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-09-11T20:12:06.831Z Compiling num-traits v0.2.19
26342026-09-11T20:12:06.838Z Compiling futures-core v0.3.32
26352026-09-11T20:12:06.838Z Compiling cmov v0.5.4
26362026-09-11T20:12:06.838Z Compiling syn v1.0.109
26372026-09-11T20:12:06.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=dfbf55cddbba2e15 -C extra-filename=-f36ac586621dabce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
26382026-09-11T20:12:06.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=6e573f7e8f1571c0 -C extra-filename=-fa292b067dfc6275 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-09-11T20:12:06.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e94529c6ae2a160 -C extra-filename=-a98408623e42d77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-09-11T20:12:06.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b276b71d5ee098db -C extra-filename=-ab58984db8b52f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-09-11T20:12:06.839Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a/build-script-build`
26422026-09-11T20:12:06.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=52c7afaa7c7edf10 -C extra-filename=-f77c7ec0b81575da --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-09-11T20:12:06.840Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173/build-script-build`
26442026-09-11T20:12:07.220Z Compiling hashbrown v0.17.0
26452026-09-11T20:12:07.220Z Compiling aho-corasick v1.1.4
26462026-09-11T20:12:07.224Z Compiling byteorder v1.5.0
26472026-09-11T20:12:07.224Z Compiling futures-sink v0.3.32
26482026-09-11T20:12:07.224Z Compiling generic-array v0.14.7
26492026-09-11T20:12:07.224Z Compiling futures-io v0.3.32
26502026-09-11T20:12:07.224Z Compiling futures-task v0.3.32
26512026-09-11T20:12:07.224Z Compiling slab v0.4.12
26522026-09-11T20:12:07.256Z Compiling base64ct v1.8.3
26532026-09-11T20:12:07.295Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c8adc41d2f6f5ed0 -C extra-filename=-e22f03653f92d3a5 --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-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
26542026-09-11T20:12:07.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b445b93cb3529d6c -C extra-filename=-a843f509c91f4323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-09-11T20:12:07.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=79d9452c78ac39e6 -C extra-filename=-f57b0cec2750c1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-09-11T20:12:07.298Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07/build-script-build`
26572026-09-11T20:12:07.298Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec/build-script-build`
26582026-09-11T20:12:07.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea6e370cee928ca -C extra-filename=-f1a23d347140c6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26592026-09-11T20:12:07.300Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4/build-script-build`
26602026-09-11T20:12:07.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=669b0dd3d365cdd8 -C extra-filename=-61c6d1584c7256b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26612026-09-11T20:12:07.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=aa1e62ea0345c604 -C extra-filename=-0dc38356c3619fbf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-09-11T20:12:07.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5ab6354d5f2deb7b -C extra-filename=-26aea309b97267ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26632026-09-11T20:12:07.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=8c6a286fbc651902 -C extra-filename=-e55e71c291e4b5cf --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-09-11T20:12:07.653Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=bbaaf1d00e6e1bb0 -C extra-filename=-9e37edfd50945af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
26652026-09-11T20:12:07.653Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2/build-script-build`
26662026-09-11T20:12:07.653Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --cfg 'feature="default-hasher"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ae4b31e2a5d80498 -C extra-filename=-9d3880c4e221e58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-09-11T20:12:07.653Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=28646de923522346 -C extra-filename=-dbb806304b87bd02 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-09-11T20:12:07.656Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=f608093c9ae4e2c6 -C extra-filename=-c243bc8ed432d803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
26692026-09-11T20:12:07.657Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55bbb4adfa869646 -C extra-filename=-a85bc2f7a054eda7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-09-11T20:12:07.657Z Compiling errno v0.3.14
26712026-09-11T20:12:07.657Z Compiling mio v1.2.0
26722026-09-11T20:12:07.657Z Compiling jobserver v0.1.34
26732026-09-11T20:12:07.657Z Compiling socket2 v0.6.3
26742026-09-11T20:12:07.687Z Compiling getrandom v0.2.17
26752026-09-11T20:12:07.691Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6e4ca56af19a2a3b -C extra-filename=-4641a7d020b1e261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-09-11T20:12:07.691Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C 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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=b28c3dbc736a777d -C extra-filename=-d934b30833b4740b --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-09-11T20:12:07.691Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d473e4cef631de24 -C extra-filename=-8b18dc3fcc726a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-09-11T20:12:07.691Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=bc7031b5eaeea05d -C extra-filename=-9fa4513e97eb15c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792026-09-11T20:12:07.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b53d18b6206b0cfe -C extra-filename=-99d474ad3e9ebc5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-09-11T20:12:07.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2962a084eaa5f6b8 -C extra-filename=-f96d4d9a8f48e01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812026-09-11T20:12:08.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=565db8cb791f76ec -C extra-filename=-9f7f7ad8e15df9d1 --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-e22f03653f92d3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
26822026-09-11T20:12:08.083Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=5da1858723a3d578 -C extra-filename=-e914187787332acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
26832026-09-11T20:12:08.083Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3998e2d38bd456ee -C extra-filename=-21201851a35fa059 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-09-11T20:12:08.083Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=09c443374e48f505 -C extra-filename=-1d8089bd7d671c32 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26852026-09-11T20:12:08.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=1fa37d14e3a88c67 -C extra-filename=-242fe92aa751b4a7 --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-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-09-11T20:12:08.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=39e891b1220cd51b -C extra-filename=-db9c655ed119b5fc --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-09-11T20:12:08.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c8de607e5bdc300 -C extra-filename=-1a9bf65f19ab372e --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-09-11T20:12:08.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a1beb30097547538 -C extra-filename=-7e24caacc7ed35d6 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-09-11T20:12:08.085Z Compiling ctutils v0.4.2
26902026-09-11T20:12:08.085Z Compiling futures-channel v0.3.32
26912026-09-11T20:12:08.085Z Compiling thiserror v1.0.69
26922026-09-11T20:12:08.085Z Compiling anyhow v1.0.104
26932026-09-11T20:12:08.085Z Compiling ident_case v1.0.1
26942026-09-11T20:12:08.085Z Compiling const-oid v0.9.6
26952026-09-11T20:12:08.085Z Compiling base64 v0.22.1
26962026-09-11T20:12:08.085Z Compiling utf8parse v0.2.2
26972026-09-11T20:12:08.085Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da/build-script-build`
26982026-09-11T20:12:08.085Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275/build-script-build`
26992026-09-11T20:12:08.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a04fb0fcc7be87dd -C extra-filename=-53a24cd2896410db --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-09-11T20:12:08.085Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-91587e4d511bc4a8/build-script-build`
27012026-09-11T20:12:08.442Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf/build-script-build`
27022026-09-11T20:12:08.446Z Compiling syn v2.0.117
27032026-09-11T20:12:08.447Z Compiling parking_lot v0.12.5
27042026-09-11T20:12:08.447Z Compiling rand_core v0.6.4
27052026-09-11T20:12:08.447Z Compiling anstyle v1.0.14
27062026-09-11T20:12:08.447Z Compiling const-oid v0.10.2
27072026-09-11T20:12:08.447Z Compiling is_terminal_polyfill v1.70.2
27082026-09-11T20:12:08.481Z Compiling colorchoice v1.0.4
27092026-09-11T20:12:08.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d13e96c6e5649d9 -C extra-filename=-b10675cfb7ec95f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-09-11T20:12:08.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0c3eebc1a1fe5cde -C extra-filename=-8a4eddfcf964c7be --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-09-11T20:12:08.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=45f419fa07cfe647 -C extra-filename=-ba57704941fdbd49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-09-11T20:12:08.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3348cab73b18a22e -C extra-filename=-a99736055d4f315d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-09-11T20:12:08.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=116f88f327af8ec7 -C extra-filename=-ad6d2671832a8532 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-09-11T20:12:08.485Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf/build-script-build`
27152026-09-11T20:12:08.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=7b1d8f87635c4e8d -C extra-filename=-2d1a5e6b7b265c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a843f509c91f4323.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-09-11T20:12:08.486Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e5d47a426e78fe70 -C extra-filename=-5f8bf403f358d16e --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-09-11T20:12:08.487Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=4a23e13c6a9a5c7e -C extra-filename=-1b18f00722dff513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-09-11T20:12:08.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e23b4fde93893f26 -C extra-filename=-cd77af2648c8a150 --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-09-11T20:12:08.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=144507cf23ab378a -C extra-filename=-284f66ec6731db10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
27202026-09-11T20:12:08.806Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b/build-script-build`
27212026-09-11T20:12:08.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=c1df8a5ca807b543 -C extra-filename=-23b680fb0aad4548 --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-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-09-11T20:12:08.807Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-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,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=d09f7b38e8c166a7 -C extra-filename=-11ea691932e08d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-09-11T20:12:08.810Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=223ce94e544075dd -C extra-filename=-665243e242fcd7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-09-11T20:12:08.811Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=8959d611795622f4 -C extra-filename=-5d1a82fc3b083576 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-09-11T20:12:08.812Z Compiling once_cell v1.21.3
27262026-09-11T20:12:08.812Z Compiling signal-hook-registry v1.4.8
27272026-09-11T20:12:08.812Z Compiling cc v1.2.56
27282026-09-11T20:12:08.812Z Compiling regex-automata v0.4.14
27292026-09-11T20:12:08.812Z Compiling anstyle-query v1.1.5
27302026-09-11T20:12:08.812Z Compiling pkg-config v0.3.32
27312026-09-11T20:12:08.813Z Compiling anstyle-parse v1.0.0
27322026-09-11T20:12:08.813Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=4acd0e50efa3adbf -C extra-filename=-5953e829bf18ad36 --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-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1d8089bd7d671c32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-09-11T20:12:08.840Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3d6b3c1a4dbbba44 -C extra-filename=-dc90f2da1eb003f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-09-11T20:12:08.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346de54934357d2f -C extra-filename=-82fab9bd56c6df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-09-11T20:12:09.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f791864e7803ad27 -C extra-filename=-0875c71ea664a892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-e6dc7524b59a8579.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-09-11T20:12:09.104Z Compiling bitflags v2.11.0
27372026-09-11T20:12:09.104Z Compiling semver v1.0.28
27382026-09-11T20:12:09.104Z Compiling uuid v1.23.4
27392026-09-11T20:12:09.104Z Compiling indexmap v2.14.0
27402026-09-11T20:12:09.104Z Compiling allocator-api2 v0.2.21
27412026-09-11T20:12:09.104Z Compiling either v1.15.0
27422026-09-11T20:12:09.104Z Compiling rand_core v0.9.5
27432026-09-11T20:12:09.137Z Compiling fastrand v2.3.0
27442026-09-11T20:12:09.140Z Compiling clap_lex v1.0.0
27452026-09-11T20:12:09.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=5a5bdbc7fc2ee86c -C extra-filename=-8f5da3de5601b39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-105b7605ca84744e.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1a9bf65f19ab372e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-09-11T20:12:09.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba7a960ece17a333 -C extra-filename=-62584c7c957af197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-09-11T20:12:09.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=c7aa6a9523a715a9 -C extra-filename=-9231d100e14fd7c3 --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-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-09-11T20:12:09.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66fb1fe002ceb825 -C extra-filename=-b6ced3121f21ed06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492026-09-11T20:12:09.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=21f816aad3a469f2 -C extra-filename=-ed883849b59715f2 --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-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-09-11T20:12:09.142Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1fd0eb6d90a62b10 -C extra-filename=-aee7d2f8582b61aa --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
27512026-09-11T20:12:09.142Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc7d88576542cf88 -C extra-filename=-c51f7d7de78d568c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-09-11T20:12:09.534Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6339779b437d7a2d -C extra-filename=-6c9795a397cfc660 --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-9e37edfd50945af7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
27532026-09-11T20:12:09.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=5bd82745be231c58 -C extra-filename=-3948ba2719554b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-09-11T20:12:09.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=184337f44cad6dee -C extra-filename=-532d036334051a2d --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-eb0a4b29e4e8f5ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-c243bc8ed432d803.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27552026-09-11T20:12:09.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.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 --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,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=1237376318a04b18 -C extra-filename=-5bc5d85a6925978a --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-21201851a35fa059.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-09-11T20:12:09.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=11aa79ce1cf9feff -C extra-filename=-df56548816dd36a4 --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-72c76abd933b7579.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-09-11T20:12:09.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f333b118ce4360c7 -C extra-filename=-f8202ba387c5b3d8 --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_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-09-11T20:12:09.539Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be/build-script-build`
27592026-09-11T20:12:09.539Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532/build-script-build`
27602026-09-11T20:12:09.539Z Compiling tracing-core v0.1.36
27612026-09-11T20:12:09.567Z Compiling time-core v0.1.8
27622026-09-11T20:12:09.571Z Compiling num-conv v0.2.0
27632026-09-11T20:12:09.571Z Compiling powerfmt v0.2.0
27642026-09-11T20:12:09.571Z Compiling camino v1.2.5
27652026-09-11T20:12:09.604Z Compiling num_threads v0.1.7
27662026-09-11T20:12:09.609Z Compiling cpufeatures v0.3.0
27672026-09-11T20:12:09.609Z Compiling crossbeam-utils v0.8.21
27682026-09-11T20:12:09.609Z Compiling dunce v1.0.5
27692026-09-11T20:12:09.609Z Compiling fs_extra v1.3.0
27702026-09-11T20:12:09.609Z Compiling spin v0.9.8
27712026-09-11T20:12:09.679Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=28a4742a485d31ce -C extra-filename=-ee51dc0aff59f99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-09-11T20:12:09.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=2743979b6df352fd -C extra-filename=-b1a582d5d32c7dad --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-5d1a82fc3b083576.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-09-11T20:12:09.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=5fd87871233723b6 -C extra-filename=-2f892cc0986a716b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-09-11T20:12:09.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ead2b4259bc68cd -C extra-filename=-854c69d882081280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752026-09-11T20:12:09.687Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=d62f6c6456990544 -C extra-filename=-34d1a9f7e69a4e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-09-11T20:12:09.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=fa1a14cf410d025e -C extra-filename=-57b0c00d3db266c2 --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-0875c71ea664a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772026-09-11T20:12:09.829Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=9ba3405723376a93 -C extra-filename=-069f3179a2f51b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782026-09-11T20:12:09.829Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ad2f5ba7356448 -C extra-filename=-72f6ba79b9b42a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-09-11T20:12:09.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e19da624bfe01df6 -C extra-filename=-39d7504629a50697 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802026-09-11T20:12:09.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7851b7b4e2ac8221 -C extra-filename=-17046eb3c00e41fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-09-11T20:12:09.937Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b06c882a6cb9f36 -C extra-filename=-f460c5ff6f6b122e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-09-11T20:12:09.937Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=596d7475628ca501 -C extra-filename=-6d8939dd719dc12a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-09-11T20:12:09.937Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=69809c1991d82c20 -C extra-filename=-42000150f7e481c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-09-11T20:12:10.000Z Compiling slog v2.8.2
27852026-09-11T20:12:10.008Z Compiling anstream v1.0.0
27862026-09-11T20:12:10.008Z Compiling httparse v1.10.1
27872026-09-11T20:12:10.008Z Compiling cpufeatures v0.2.17
27882026-09-11T20:12:10.008Z Compiling rustc_version v0.4.1
27892026-09-11T20:12:10.008Z Compiling aws-lc-rs v1.16.3
27902026-09-11T20:12:10.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=98522014bda6a3f5 -C extra-filename=-6e51a3a64baf0661 --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-2be7686a7f17e267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-09-11T20:12:10.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=977514f9bcf3ce32 -C extra-filename=-38397fbafff5fe1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-09-11T20:12:10.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2b7962e7942113e -C extra-filename=-a5e2c81e63550500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-09-11T20:12:10.262Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=44227535c71e1139 -C extra-filename=-17ea58d785b61f8d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-09-11T20:12:10.262Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fd5ee4f07653d65f -C extra-filename=-71bae07553df3d6d --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-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27952026-09-11T20:12:10.263Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=7cf7ac22c8bc474b -C extra-filename=-33fcee68a14d49cc --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-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9231d100e14fd7c3.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-09-11T20:12:10.266Z Compiling cmake v0.1.57
27972026-09-11T20:12:10.266Z Compiling pem-rfc7468 v0.7.0
27982026-09-11T20:12:10.266Z Compiling flagset v0.4.7
27992026-09-11T20:12:10.266Z Compiling unicode-segmentation v1.12.0
28002026-09-11T20:12:10.266Z Compiling ryu v1.0.23
28012026-09-11T20:12:10.266Z Compiling unicode-width v0.2.0
28022026-09-11T20:12:10.266Z Compiling untrusted v0.7.1
28032026-09-11T20:12:10.267Z Compiling simd-adler32 v0.3.8
28042026-09-11T20:12:10.299Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ec6f17eeb66ee58 -C extra-filename=-1cf7962b48132cfa --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-f8202ba387c5b3d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-09-11T20:12:10.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61582aacfa632260 -C extra-filename=-79be83d21dfc4ed9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-09-11T20:12:10.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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="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,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=eeac82456242cac0 -C extra-filename=-df619af35adeb6b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-09-11T20:12:10.336Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d056624e459561d8 -C extra-filename=-603d68126913dae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-09-11T20:12:10.594Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=3306be5ee7424942 -C extra-filename=-ec93dfa18e4d1a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
28092026-09-11T20:12:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5e0c94ee393076b3 -C extra-filename=-e5eba79edd904ff5 --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-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-09-11T20:12:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18230caa1bc1b59b -C extra-filename=-94409ab330f41ab5 --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-8f5da3de5601b39f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-09-11T20:12:10.598Z Compiling deranged v0.5.8
28122026-09-11T20:12:10.598Z Compiling time-macros v0.2.27
28132026-09-11T20:12:10.598Z Compiling adler2 v2.0.1
28142026-09-11T20:12:10.598Z Compiling atomic-waker v1.1.2
28152026-09-11T20:12:10.598Z Compiling try-lock v0.2.5
28162026-09-11T20:12:10.598Z Compiling httpdate v1.0.3
28172026-09-11T20:12:10.598Z Compiling ucd-trie v0.1.7
28182026-09-11T20:12:10.598Z Compiling tower-layer v0.3.3
28192026-09-11T20:12:10.598Z Compiling tower-service v0.3.3
28202026-09-11T20:12:10.598Z Compiling pretty-hex v0.4.1
28212026-09-11T20:12:10.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=5387948b4fa9d7d8 -C extra-filename=-4d84c6dfacc56ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-09-11T20:12:10.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f0d8b8e46c8bc7c0 -C extra-filename=-fb66b428f1def7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-09-11T20:12:10.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d77bcf4737340e0 -C extra-filename=-692ed4188cb39e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-09-11T20:12:10.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=20b145d211eb9f61 -C extra-filename=-a148b278610c4987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-09-11T20:12:10.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=53ca928c56df7ee0 -C extra-filename=-16d6623f4672f2fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-09-11T20:12:10.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=be0ad4bb1850a86e -C extra-filename=-892e1dde2629fdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272026-09-11T20:12:10.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=89d303eeab9801b7 -C extra-filename=-bad4ffece6ed362e --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-17046eb3c00e41fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282026-09-11T20:12:10.990Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9/build-script-build`
28292026-09-11T20:12:10.990Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=841aca67b6139460 -C extra-filename=-17db910add66ebb4 --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-72f6ba79b9b42a33.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-09-11T20:12:10.990Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=f1e1b0b8bcef599a -C extra-filename=-d8c84279e16f801a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-09-11T20:12:10.990Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1797273921da0803 -C extra-filename=-36761043cea7cc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-09-11T20:12:10.994Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=858f03b637f45eef -C extra-filename=-a13000477c8c657d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-09-11T20:12:10.994Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ded3fb1874bd1f -C extra-filename=-7249ba36cce462fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-09-11T20:12:10.994Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b05ceb53b71eaf7 -C extra-filename=-eed8ca722b0b9c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-09-11T20:12:10.994Z Compiling untrusted v0.9.0
28362026-09-11T20:12:10.994Z Compiling rustls v0.23.41
28372026-09-11T20:12:10.994Z Compiling plain v0.2.3
28382026-09-11T20:12:10.995Z Compiling socket2 v0.5.10
28392026-09-11T20:12:10.995Z Compiling crc32fast v1.5.0
28402026-09-11T20:12:10.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=13a1e2faca2611d3 -C extra-filename=-b2f36f2f8b96cae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-09-11T20:12:10.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e21d76c24e889353 -C extra-filename=-7edcd96b9fe11faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-09-11T20:12:10.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21b14b6dd77d3e67 -C extra-filename=-69f8bc73e07c6f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-09-11T20:12:11.273Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d/build-script-build`
28442026-09-11T20:12:11.276Z Compiling aws-lc-sys v0.40.0
28452026-09-11T20:12:11.277Z Compiling miniz_oxide v0.8.9
28462026-09-11T20:12:11.277Z Compiling pest v2.8.6
28472026-09-11T20:12:11.277Z Compiling mime v0.3.17
28482026-09-11T20:12:11.277Z Compiling paste v1.0.15
28492026-09-11T20:12:11.277Z Compiling lazy_static v1.5.0
28502026-09-11T20:12:11.277Z Compiling bit-vec v0.8.0
28512026-09-11T20:12:11.277Z Compiling openssl-probe v0.2.1
28522026-09-11T20:12:11.277Z Compiling wait-timeout v0.2.1
28532026-09-11T20:12:11.277Z Compiling encoding_rs v0.8.35
28542026-09-11T20:12:11.311Z Compiling num-integer v0.1.46
28552026-09-11T20:12:11.314Z Compiling quick-error v1.2.3
28562026-09-11T20:12:11.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=0f98e1533ffca2c6 -C extra-filename=-715694e95d145a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-09-11T20:12:11.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=e92e9dcc3d119f7a -C extra-filename=-783429a7deba1990 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-09-11T20:12:11.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=31a320f545b81e17 -C extra-filename=-13cc0b362fdc862a --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-09-11T20:12:11.315Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3d7ce67f8ac962a -C extra-filename=-bfcce4bf6af055f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-09-11T20:12:11.315Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee1d6d4d37df9aa -C extra-filename=-aa4831acdc29ad27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-09-11T20:12:11.315Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9/build-script-build`
28622026-09-11T20:12:11.315Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697/build-script-build`
28632026-09-11T20:12:11.708Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e00f315d26e7776e -C extra-filename=-50e9efe714b4e28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
28642026-09-11T20:12:11.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=5e0ccf650e157c5d -C extra-filename=-62db240d7db1f22c --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-d8c84279e16f801a.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-09-11T20:12:11.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.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,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=dcd91cdd8d54a37f -C extra-filename=-39d7d25c446ac464 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-94409ab330f41ab5.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-a5e2c81e63550500.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-38397fbafff5fe1b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-09-11T20:12:11.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4069021d30cb2d4c -C extra-filename=-cda1970780979c88 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-09-11T20:12:11.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533435796bafe7bb -C extra-filename=-b757ef982f295bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-09-11T20:12:11.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=dc43440c02642c1f -C extra-filename=-f2541ba6c8c9160c --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-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-09-11T20:12:11.716Z Compiling regex v1.12.3
28702026-09-11T20:12:11.836Z Compiling terminal_size v0.4.3
28712026-09-11T20:12:11.836Z Compiling tempfile v3.27.0
28722026-09-11T20:12:11.836Z Compiling want v0.3.1
28732026-09-11T20:12:11.836Z Compiling vcpkg v0.2.15
28742026-09-11T20:12:11.836Z Compiling hashbrown v0.16.1
28752026-09-11T20:12:11.836Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-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,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=d28d4ad71e78326d -C extra-filename=-a956c70c78a65af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-09-11T20:12:11.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c8d31ba12bbb41 -C extra-filename=-1ec388523af25689 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-09-11T20:12:11.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e0a215d7b51f4e3a -C extra-filename=-5509e3414066e499 --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-054bf847d36a6b9e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-7edcd96b9fe11faa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-09-11T20:12:11.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=262407d90f98df11 -C extra-filename=-249b13598140a28a --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-09-11T20:12:11.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce8ae2620fe348b5 -C extra-filename=-e6035df34c91ab17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-09-11T20:12:11.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=cc990adef4b5aa87 -C extra-filename=-1af496fd5ab035aa --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-09-11T20:12:11.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcd0cd9ce5cbd2dc -C extra-filename=-a41abd4285f6e18b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-09-11T20:12:12.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6cc2c1b5390ce4e8 -C extra-filename=-3ea966f899aa2968 --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-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-09-11T20:12:12.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca2286e52dab8d0e -C extra-filename=-f60bf6deba7bc9cd --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-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-09-11T20:12:12.027Z Compiling synstructure v0.13.2
28852026-09-11T20:12:12.028Z Compiling serde_derive_internals v0.29.1
28862026-09-11T20:12:12.028Z Compiling bit-set v0.8.0
28872026-09-11T20:12:12.028Z Compiling darling_core v0.23.0
28882026-09-11T20:12:12.028Z Compiling rand_xorshift v0.4.0
28892026-09-11T20:12:12.028Z Compiling unarray v0.1.4
28902026-09-11T20:12:12.028Z Compiling sync_wrapper v1.0.2
28912026-09-11T20:12:12.028Z Compiling ahash v0.8.12
28922026-09-11T20:12:12.028Z Compiling winnow v1.0.3
28932026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=2b45bc9662d937c8 -C extra-filename=-369847ab087cf11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
28942026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a592ab5f29cd851e -C extra-filename=-7cf75c25b3ee927c --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-34d1a9f7e69a4e38.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d099352dda84fa7 -C extra-filename=-6b7d616efe01bc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
28962026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=be982f8c0951d5aa -C extra-filename=-9b9383e555f45b6e --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-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b34fc47f4aeacbc -C extra-filename=-7b97fdc37ca84041 --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-7249ba36cce462fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-09-11T20:12:12.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c79c2f942e5f05c -C extra-filename=-3b81e8a9236fb0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-09-11T20:12:12.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b3d37b7d052f173b -C extra-filename=-18fc2f869f36d7d8 --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-09-11T20:12:12.748Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69203689136e6a26 -C extra-filename=-b0555bb82bde59ac --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-09-11T20:12:12.752Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f1e23edd02886562 -C extra-filename=-cbc2b3f9eeb20f18 --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-a956c70c78a65af2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-09-11T20:12:12.752Z Compiling clap_builder v4.6.0
29032026-09-11T20:12:12.752Z Compiling time v0.3.47
29042026-09-11T20:12:12.752Z Compiling object v0.37.3
29052026-09-11T20:12:12.752Z Compiling iri-string v0.7.10
29062026-09-11T20:12:12.752Z Compiling syn v3.0.3
29072026-09-11T20:12:12.753Z Compiling base64 v0.21.7
29082026-09-11T20:12:12.753Z Compiling unicode-width v0.1.14
29092026-09-11T20:12:12.753Z Compiling static_assertions v1.1.0
29102026-09-11T20:12:12.753Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a/build-script-build`
29112026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7b11eca9ce98804b -C extra-filename=-96bca92fa6dc19c5 --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-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=ff83566716697268 -C extra-filename=-e2a83220b9d5e4ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba1879d89b48b554 -C extra-filename=-f309fedca03935e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=57fcef4d4c0159c4 -C extra-filename=-02d6c90f6149f3b5 --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-f57b0cec2750c1f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=0e71c4e785aa9e5f -C extra-filename=-44fca5d5d5631476 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a4b10db77b839dd5 -C extra-filename=-60c06c134eae0ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-09-11T20:12:12.753Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88/build-script-build`
29182026-09-11T20:12:12.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=63952f7e26151fa9 -C extra-filename=-70747a5d8c73dcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-09-11T20:12:12.755Z Compiling rusty-fork v0.3.1
29202026-09-11T20:12:12.755Z Compiling num-iter v0.1.45
29212026-09-11T20:12:12.755Z Compiling cookie v0.18.1
29222026-09-11T20:12:12.755Z Compiling tinyvec_macros v0.1.1
29232026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e5d659dc62e31d15 -C extra-filename=-f35c2408c7f16a1e --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-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-854c69d882081280.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=2e98731752be8aec -C extra-filename=-ac02d16f97a48ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=d23567c797cefb00 -C extra-filename=-7c6e631bb9ea4f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=718c2bf48d14a46a -C extra-filename=-081daffe3abb4d41 --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.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 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "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=d9c56a69b9aeb666 -C extra-filename=-44777e468ee2c7b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=acc749fde801cf44 -C extra-filename=-c6ed9aaa77e72a1f --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-bad4ffece6ed362e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72f6ba79b9b42a33.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f460c5ff6f6b122e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-17046eb3c00e41fd.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-09-11T20:12:12.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=847f0e3742cd98ab -C extra-filename=-bfc5ccdff2db0195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-09-11T20:12:12.887Z Compiling pest_meta v2.8.6
29312026-09-11T20:12:12.890Z Compiling hubpack_derive v0.1.1
29322026-09-11T20:12:12.890Z Compiling litrs v1.0.0
29332026-09-11T20:12:12.890Z Compiling num-bigint-dig v0.8.6
29342026-09-11T20:12:12.890Z Compiling zlib-rs v0.6.2
29352026-09-11T20:12:12.890Z Compiling psl-types v2.0.11
29362026-09-11T20:12:12.890Z Compiling heck v0.4.1
29372026-09-11T20:12:12.890Z Compiling usdt-impl v0.6.0
29382026-09-11T20:12:12.890Z Compiling winnow v0.7.14
29392026-09-11T20:12:12.923Z Compiling thread-id v5.1.0
29402026-09-11T20:12:12.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=da8990fe60d47db7 -C extra-filename=-0d1d74eea2047571 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
29412026-09-11T20:12:12.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=329707c672900107 -C extra-filename=-b1b702e16edda7b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-09-11T20:12:12.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=0d57bb6e0fb447d7 -C extra-filename=-fbbbabd5511e76ad --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-09-11T20:12:12.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=bfe0bdc1b289a9f0 -C extra-filename=-7a57feef8f4f1781 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-09-11T20:12:12.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=639f5bc5509045dc -C extra-filename=-718136991552ea32 --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-483bdc5c7d1e0898.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a41abd4285f6e18b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-09-11T20:12:13.042Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=bc64f0beba458c73 -C extra-filename=-b369e9307e40c2d2 --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-5509e3414066e499.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb9956355de6cd9 -C extra-filename=-6b2a96f397f531cf --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=da04d6f3f174b9cc -C extra-filename=-929113ada83810d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3970b9e9d50456d5 -C extra-filename=-e61b83dc464b788d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=515b98f3b8b8cf42 -C extra-filename=-2c58839f0410ffab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8dcf89415b94ad09 -C extra-filename=-2408c3d4c6d3556f --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-09-11T20:12:13.047Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476/build-script-build`
29522026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=49989e7697b7704f -C extra-filename=-49a742cd0cbe8da8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-09-11T20:12:13.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=60c359ad356c4b9b -C extra-filename=-5b8af7081b531717 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-09-11T20:12:13.047Z Compiling darling_core v0.20.11
29552026-09-11T20:12:13.047Z Compiling memmap2 v0.9.10
29562026-09-11T20:12:13.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d7400c18c2057f50 -C extra-filename=-ef6a3cbdcba96902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-09-11T20:12:13.117Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28e498c1748f9ce -C extra-filename=-ac7d1c721be7840a --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-09-11T20:12:13.233Z Compiling tinyvec v1.10.0
29592026-09-11T20:12:13.236Z Compiling smawk v0.3.2
29602026-09-11T20:12:13.236Z Compiling radium v0.7.0
29612026-09-11T20:12:13.236Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=48f5e301370a0bba -C extra-filename=-d120f903bf8bdcfa --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-09-11T20:12:13.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c779f805091c57e -C extra-filename=-3abc053f4411f86b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
29632026-09-11T20:12:13.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ea5c00075282dc61 -C extra-filename=-ea67a510f66021a2 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-09-11T20:12:13.298Z Running `/work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9/build-script-build`
29652026-09-11T20:12:13.301Z Compiling serde_derive v1.0.228
29662026-09-11T20:12:13.334Z Compiling zeroize_derive v1.5.0
29672026-09-11T20:12:13.338Z Compiling zerofrom-derive v0.1.6
29682026-09-11T20:12:13.338Z Compiling yoke-derive v0.8.1
29692026-09-11T20:12:13.338Z Compiling zerovec-derive v0.11.2
29702026-09-11T20:12:13.338Z Compiling displaydoc v0.2.5
29712026-09-11T20:12:13.338Z Compiling zerocopy-derive v0.8.55
29722026-09-11T20:12:13.338Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-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="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=1ab357551a7eb723 -C extra-filename=-ff8952e671ab4d4c --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-b1b702e16edda7b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-09-11T20:12:13.338Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=ef315e6c59007fe8 -C extra-filename=-2f1ac1795b4a6054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-09-11T20:12:13.338Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dabe46d7fa9f27f -C extra-filename=-60e771f33a118eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-09-11T20:12:13.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dc234ba8defa911 -C extra-filename=-65c6fb0dce7fb93d --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-09-11T20:12:13.411Z Compiling thiserror-impl v2.0.18
29772026-09-11T20:12:13.411Z Compiling tokio-macros v2.7.0
29782026-09-11T20:12:13.439Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=fbf355e1c95a004a -C extra-filename=-2aa2fe389e081ac2 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-09-11T20:12:13.443Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab669322db351ee -C extra-filename=-4db333f953151858 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-09-11T20:12:13.443Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6a7695c7b4f86b -C extra-filename=-0793914d31ee94a2 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-09-11T20:12:13.443Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32c899de45ff81c -C extra-filename=-37ce909735d697ce --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-09-11T20:12:13.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82dea22087862caa -C extra-filename=-6aa49b7467246d4f --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-09-11T20:12:13.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71768ab587ad591c -C extra-filename=-2c77c7c780369f98 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-09-11T20:12:13.517Z Compiling schemars_derive v0.8.22
29852026-09-11T20:12:13.520Z Compiling futures-macro v0.3.32
29862026-09-11T20:12:13.521Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b685eaa961831e42 -C extra-filename=-5a9a112ad62cfa59 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-09-11T20:12:13.521Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a568eb1b205fb4f4 -C extra-filename=-1e793322d04571aa --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-09-11T20:12:13.593Z Compiling thiserror-impl v1.0.69
29892026-09-11T20:12:13.596Z Compiling tracing-attributes v0.1.31
29902026-09-11T20:12:13.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b4cba061ebaac57 -C extra-filename=-829ced9ae8526f6e --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-09-11T20:12:13.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=633ee54201c2d7a0 -C extra-filename=-3fa9d02613c84bf6 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b0555bb82bde59ac.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-09-11T20:12:13.635Z Compiling clap_derive v4.6.1
29932026-09-11T20:12:13.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48ff2934301ce91c -C extra-filename=-7ec7a236d06ab34e --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-09-11T20:12:13.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=26cbddc6f673f10e -C extra-filename=-c3aa4a4e66e04b36 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-09-11T20:12:13.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=63c8104e0e90d1c1 -C extra-filename=-cb62f4ea7ce90e2f --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-09-11T20:12:13.737Z Compiling der_derive v0.7.3
29972026-09-11T20:12:13.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ab83b422aa27a7c -C extra-filename=-07a44ad3c99fcd08 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-09-11T20:12:13.899Z Compiling async-trait v0.1.89
29992026-09-11T20:12:13.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d4442e9161b086 -C extra-filename=-e5ce56e8506f5b30 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-09-11T20:12:14.035Z Compiling pest_generator v2.8.6
30012026-09-11T20:12:14.072Z Compiling toml_parser v1.1.2+spec-1.1.0
30022026-09-11T20:12:14.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6b953fe2f24afce6 -C extra-filename=-e1194c3af1ae44ea --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-5509e3414066e499.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-b369e9307e40c2d2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-09-11T20:12:14.076Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=c09f0fe64c81cac5 -C extra-filename=-ac055e08eed95de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-09-11T20:12:14.186Z Compiling scroll_derive v0.13.1
30052026-09-11T20:12:14.186Z Compiling document-features v0.2.12
30062026-09-11T20:12:14.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=9f296213b00ce86f -C extra-filename=-38c8abdc4967a9fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-2c58839f0410ffab.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-09-11T20:12:14.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1314932bed6e1064 -C extra-filename=-218fda0bc5f33c4e --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-09-11T20:12:14.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.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 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "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=08ea2a2d1b30b303 -C extra-filename=-1a603f14caba9997 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
30092026-09-11T20:12:14.189Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717/build-script-build`
30102026-09-11T20:12:14.347Z Compiling strum_macros v0.26.4
30112026-09-11T20:12:14.347Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6492bca8f1ee8e2 -C extra-filename=-f1cefca1df0fdd9f --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-09-11T20:12:14.463Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad/build-script-build`
30132026-09-11T20:12:14.468Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8/build-script-build`
30142026-09-11T20:12:14.524Z Compiling data-encoding v2.10.0
30152026-09-11T20:12:14.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=49d32c6c866ab2c0 -C extra-filename=-f9cb17c5fc4ad8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-09-11T20:12:14.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=24ba85175059a579 -C extra-filename=-6ae3743cbf3b1fa1 --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-0bf5a646b561519f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-09-11T20:12:14.602Z Compiling rustix v0.38.44
30182026-09-11T20:12:14.605Z Compiling unicode-linebreak v0.1.5
30192026-09-11T20:12:14.605Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=52bf928382fdf0d7 -C extra-filename=-6c9b5673dab6cffb --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-09-11T20:12:14.605Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f59976147c5a7909 -C extra-filename=-b521b019e6348dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-09-11T20:12:14.605Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4/build-script-build`
30222026-09-11T20:12:14.712Z Compiling futures-util v0.3.32
30232026-09-11T20:12:14.715Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=178a7d228e2a5848 -C extra-filename=-20dba1b7e6ddb3f5 --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-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-829ced9ae8526f6e.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-09-11T20:12:14.752Z Compiling scroll_derive v0.12.1
30252026-09-11T20:12:14.756Z Compiling darling_macro v0.23.0
30262026-09-11T20:12:14.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=52329fcab92e0815 -C extra-filename=-beb54f9495c439b7 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-09-11T20:12:14.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bdcd557d4dd1606 -C extra-filename=-bad776cbc6972a57 --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-e2a83220b9d5e4ab.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-09-11T20:12:14.828Z Compiling curve25519-dalek-derive v0.1.1
30292026-09-11T20:12:14.831Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=275ff05d675ae34c -C extra-filename=-196d928273ea45ee --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-09-11T20:12:14.875Z Compiling bstr v1.12.1
30312026-09-11T20:12:14.913Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=227e362e8f7d253c -C extra-filename=-61dca3a0d5526e42 --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-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-09-11T20:12:14.936Z Compiling memoffset v0.9.1
30332026-09-11T20:12:14.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=19de732c24b401fa -C extra-filename=-f7d5bb92ee537cee --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-09-11T20:12:14.975Z Compiling tap v1.0.1
30352026-09-11T20:12:14.979Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=70f79681bc7323e0 -C extra-filename=-138b29acaddf18fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-09-11T20:12:15.018Z Compiling pest_derive v2.8.6
30372026-09-11T20:12:15.051Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6158733dae5950b4 -C extra-filename=-2f9d0caace36ac0f --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-5509e3414066e499.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-e1194c3af1ae44ea.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-09-11T20:12:15.056Z Compiling gimli v0.32.3
30392026-09-11T20:12:15.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.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="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=15efefa4fb2e2baa -C extra-filename=-0d3807dce36deb61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-09-11T20:12:15.097Z Compiling is_ci v1.2.0
30412026-09-11T20:12:15.129Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=531ff8f28bce58c0 -C extra-filename=-3f0f7f831c7b8867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-09-11T20:12:15.136Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04e4a72090528c11 -C extra-filename=-2007d13244c798a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
30432026-09-11T20:12:15.187Z Compiling wyz v0.5.1
30442026-09-11T20:12:15.190Z Compiling zerofrom v0.1.6
30452026-09-11T20:12:15.190Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=8d0e3f8fb07ae301 -C extra-filename=-bf1e5137060bf1a9 --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-138b29acaddf18fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-09-11T20:12:15.190Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=ebbc08d6beaa49ce -C extra-filename=-2135dbedf7644b4d --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-4db333f953151858.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-09-11T20:12:15.265Z Compiling zerocopy-derive v0.7.35
30482026-09-11T20:12:15.301Z Compiling openssl-sys v0.9.117
30492026-09-11T20:12:15.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ded9d33ef7d73c3 -C extra-filename=-91b38562d1ef3a5b --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-09-11T20:12:15.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e1775df8583d6c2 -C extra-filename=-f88a6f7528205999 --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-5a9a112ad62cfa59.so --cap-lints allow --cfg tokio_unstable -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)'`
30512026-09-11T20:12:15.305Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb/build-script-build`
30522026-09-11T20:12:15.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=d6dfe1e8e7fa8ef8 -C extra-filename=-432dcd33cdb9dc15 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532026-09-11T20:12:15.458Z Compiling yoke v0.8.1
30542026-09-11T20:12:15.499Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9568e66f6575d130 -C extra-filename=-df2e14f6fdb1e2e8 --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-7ec7a236d06ab34e.so --cap-lints allow --cfg tokio_unstable -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)'`
30552026-09-11T20:12:15.502Z Compiling crossbeam-epoch v0.9.18
30562026-09-11T20:12:15.502Z Compiling ff v0.13.1
30572026-09-11T20:12:15.502Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=36e3bee210462595 -C extra-filename=-4673f4a2cd94231b --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-d7caaea247884269.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0793914d31ee94a2.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-09-11T20:12:15.575Z Compiling tracing v0.1.44
30592026-09-11T20:12:15.579Z Compiling env_filter v2.0.0
30602026-09-11T20:12:15.579Z Compiling rustc-demangle v0.1.27
30612026-09-11T20:12:15.580Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=f1c3fff75d7489c5 -C extra-filename=-c2ea5a3e72737bc1 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-09-11T20:12:15.580Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=3ed4ac4b527614c3 -C extra-filename=-9483917ec6c54662 --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-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-09-11T20:12:15.714Z Compiling scroll v0.13.0
30642026-09-11T20:12:15.718Z Compiling winnow v0.5.40
30652026-09-11T20:12:15.718Z Compiling funty v2.0.0
30662026-09-11T20:12:15.718Z Compiling maybe-uninit v2.0.0
30672026-09-11T20:12:15.718Z Compiling siphasher v1.0.2
30682026-09-11T20:12:15.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/src/lib.rs --error-format=json --json=diagnostic-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="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2aab6bbda93edfdb -C extra-filename=-a2fb83154a192d98 --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-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'`
30692026-09-11T20:12:15.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=928d8898c1c743e1 -C extra-filename=-966036ad516e884b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-09-11T20:12:15.718Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee/build-script-build`
30712026-09-11T20:12:15.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex", "std"))' -C metadata=7dae4b2226c9bd3b -C extra-filename=-f619fccc27f9c392 --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-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-09-11T20:12:15.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=e9f60844af3350ba -C extra-filename=-24cc06f08e4187a2 --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-a96344eae1a3d1f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c3aa4a4e66e04b36.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-57b0c00d3db266c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-09-11T20:12:15.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-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="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=eec3a012a6719989 -C extra-filename=-da7dcf137cf25882 --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-218fda0bc5f33c4e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-09-11T20:12:15.907Z Compiling zerovec v0.11.5
30752026-09-11T20:12:15.907Z Compiling zerotrie v0.2.3
30762026-09-11T20:12:15.907Z Compiling darling v0.23.0
30772026-09-11T20:12:15.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=6f64b14c62ae73b2 -C extra-filename=-5d3153e00557971b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-09-11T20:12:15.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=601cb506bc6fb98b -C extra-filename=-b599b2a6c2af0461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-09-11T20:12:15.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e4b640bc20c08 -C extra-filename=-81bfcc691738ccd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-09-11T20:12:15.935Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=ba41782c0c192509 -C extra-filename=-e6fa838db755993a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-09-11T20:12:16.055Z Compiling dtrace-parser v0.3.0
30822026-09-11T20:12:16.055Z Compiling darling_macro v0.20.11
30832026-09-11T20:12:16.059Z Compiling scroll v0.12.0
30842026-09-11T20:12:16.059Z Compiling base16ct v0.2.0
30852026-09-11T20:12:16.059Z Compiling crc-catalog v2.4.0
30862026-09-11T20:12:16.059Z Compiling packed_struct v0.10.1
30872026-09-11T20:12:16.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=d7ad07b421f57524 -C extra-filename=-e69b49528aef5fb7 --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-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-37ce909735d697ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-09-11T20:12:16.060Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=79e31f1f6d39504a -C extra-filename=-c981fcd302e1ca14 --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-6aa49b7467246d4f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-09-11T20:12:16.060Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=42f13a95181aebb8 -C extra-filename=-7a1835c470d020cf --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-e2a83220b9d5e4ab.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bad776cbc6972a57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-09-11T20:12:16.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f055d5947f6435a5 -C extra-filename=-2afee2a861e8e53c --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-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-09-11T20:12:16.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=62ce156c640e2d16 -C extra-filename=-31b709477d5dc016 --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-beb54f9495c439b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922026-09-11T20:12:16.169Z Compiling daft-derive v0.1.8
30932026-09-11T20:12:16.169Z Compiling env_logger v0.11.11
30942026-09-11T20:12:16.169Z Compiling group v0.13.0
30952026-09-11T20:12:16.200Z Compiling bitfield-macros v0.19.4
30962026-09-11T20:12:16.204Z Compiling packed_struct_codegen v0.10.1
30972026-09-11T20:12:16.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9e91911eee7280cb -C extra-filename=-43e5ccdc1ddefd3d --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-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30982026-09-11T20:12:16.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=f092c80b4c5dc256 -C extra-filename=-183ba5d0e4927680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
30992026-09-11T20:12:16.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b854636df137b408 -C extra-filename=-a2ec87662b48ce66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-09-11T20:12:16.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a2ecd4e5680dcf3a -C extra-filename=-f910c5d6b9404948 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-09-11T20:12:16.205Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae77ce1e83ce4aeb -C extra-filename=-9a7d9066824188ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-09-11T20:12:16.205Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=955a6588d3805ef0 -C extra-filename=-34158cbdd8c8d525 --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-ea67a510f66021a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-09-11T20:12:16.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=5493d6dbaf5109e6 -C extra-filename=-af4f34762ba19bdb --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-9483917ec6c54662.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-09-11T20:12:16.247Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.8/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(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9dd8ae4bea31541 -C extra-filename=-fb85b7233ccc5508 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-09-11T20:12:16.247Z Compiling flate2 v1.1.9
31062026-09-11T20:12:16.281Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=10b3eec7eb5a4bfd -C extra-filename=-fff538b88af305f1 --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-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-f619fccc27f9c392.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-09-11T20:12:16.319Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=145efa89399ddb95 -C extra-filename=-f0bcec8321b18b24 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082026-09-11T20:12:16.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=00c27c0d603c306e -C extra-filename=-14230ff4ec889705 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-09-11T20:12:16.501Z Compiling clap v4.6.1
31102026-09-11T20:12:16.504Z Compiling goblin v0.10.5
31112026-09-11T20:12:16.504Z Compiling usdt-impl v0.5.0
31122026-09-11T20:12:16.504Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ced648edebb4016b -C extra-filename=-4eb8e677ff21afe8 --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-0d1d74eea2047571.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-929113ada83810d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-09-11T20:12:16.721Z Compiling tinystr v0.8.2
31142026-09-11T20:12:16.721Z Compiling potential_utf v0.1.4
31152026-09-11T20:12:16.721Z Compiling crc v3.4.0
31162026-09-11T20:12:16.724Z Compiling goblin v0.8.2
31172026-09-11T20:12:16.724Z Compiling bitvec v1.0.1
31182026-09-11T20:12:16.724Z Compiling zerocopy v0.7.35
31192026-09-11T20:12:16.724Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=112ca9fc105977f9 -C extra-filename=-bef7a2f8e00faea6 --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-f35c2408c7f16a1e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-cb62f4ea7ce90e2f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-09-11T20:12:16.725Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=a5a8018881cc38b9 -C extra-filename=-17c02fb23655c5aa --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-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-da7dcf137cf25882.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-09-11T20:12:16.752Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15/build-script-main`
31222026-09-11T20:12:16.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ea6823d6b8e2e190 -C extra-filename=-d3dd0034db2fb6be --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-09-11T20:12:16.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=061a66be826346f3 -C extra-filename=-e276809161f73e6d --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-6aa49b7467246d4f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-09-11T20:12:16.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3070df8c574edef0 -C extra-filename=-f1cae9b1accadfdd --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-a2ec87662b48ce66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-09-11T20:12:16.993Z Compiling strum v0.26.3
31262026-09-11T20:12:16.993Z Compiling cfg_aliases v0.2.1
31272026-09-11T20:12:16.993Z Compiling dtrace-parser v0.2.0
31282026-09-11T20:12:16.993Z Compiling structmeta-derive v0.3.0
31292026-09-11T20:12:16.993Z Compiling curve25519-dalek v4.1.3
31302026-09-11T20:12:16.993Z Compiling itertools v0.13.0
31312026-09-11T20:12:16.993Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5/build-script-build`
31322026-09-11T20:12:16.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=29a9d0a4b210ae20 -C extra-filename=-80d53d386835554d --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-b599b2a6c2af0461.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-2007d13244c798a5.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-138b29acaddf18fb.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-bf1e5137060bf1a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-09-11T20:12:16.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=24cfed595f13791e -C extra-filename=-f63717eab160eab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-09-11T20:12:16.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=e42f9d77d63ae204 -C extra-filename=-d40e0f10fdbd1b25 --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-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-31b709477d5dc016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-09-11T20:12:16.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0998297cea410de1 -C extra-filename=-a77f1d0da5196ce7 --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-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-91b38562d1ef3a5b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-09-11T20:12:17.246Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=562bc4efe00d02cb -C extra-filename=-8a4732afddef8a4f --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-f1cefca1df0fdd9f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-09-11T20:12:17.251Z Compiling icu_locale_core v2.1.1
31382026-09-11T20:12:17.251Z Compiling icu_collections v2.1.1
31392026-09-11T20:12:17.251Z Compiling futures-executor v0.3.32
31402026-09-11T20:12:17.251Z Compiling darling v0.20.11
31412026-09-11T20:12:17.251Z Compiling addr2line v0.25.1
31422026-09-11T20:12:17.251Z Compiling thread-id v4.2.2
31432026-09-11T20:12:17.251Z Compiling keccak v0.1.6
31442026-09-11T20:12:17.251Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce8719f5c89620e3 -C extra-filename=-16962c5a73fe125d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-09-11T20:12:17.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4dfa5513326a308 -C extra-filename=-c487fd55e9c6a4d8 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-09-11T20:12:17.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=850c40267deb4ff1 -C extra-filename=-daa2bccd3b7a4092 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472026-09-11T20:12:17.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eea3a0b74feb1208 -C extra-filename=-9567e8974bbf19e5 --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-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-09-11T20:12:17.252Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948/build-script-build`
31492026-09-11T20:12:17.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=262690cfb159fb87 -C extra-filename=-b2502bef2aebb0b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-09-11T20:12:17.589Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e054f9afe64e25f6 -C extra-filename=-d54ce1c3939a9e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
31512026-09-11T20:12:17.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=a6ef2f7ad24197a8 -C extra-filename=-e3128ff555d16438 --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-6aa49b7467246d4f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-f63717eab160eab5.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-09-11T20:12:17.592Z Compiling nodrop v0.1.14
31532026-09-11T20:12:17.592Z Compiling owo-colors v4.3.0
31542026-09-11T20:12:17.592Z Compiling cargo-platform v0.3.2
31552026-09-11T20:12:17.592Z Compiling same-file v1.0.6
31562026-09-11T20:12:17.592Z Compiling serde_with_macros v3.21.0
31572026-09-11T20:12:17.620Z Compiling textwrap v0.16.2
31582026-09-11T20:12:17.625Z Compiling unicode-normalization v0.1.25
31592026-09-11T20:12:17.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=4b1c8a0a24e8c4bb -C extra-filename=-709fe0813cae1ec8 --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-f57b0cec2750c1f6.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-09-11T20:12:17.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=b4a5b90d35cf1285 -C extra-filename=-52003c65ae49ceb4 --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-ea67a510f66021a2.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-34158cbdd8c8d525.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-09-11T20:12:17.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d26f0c9233d150d -C extra-filename=-c0129d5f1595a13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
31622026-09-11T20:12:17.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04d671b725db7035 -C extra-filename=-3d067f196d23a77c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-09-11T20:12:17.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=f8b88996bb844024 -C extra-filename=-7e323279e0b63add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-09-11T20:12:17.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=f7a568612d97ff82 -C extra-filename=-fdf664c73e18c9a7 --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-0d3807dce36deb61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-09-11T20:12:17.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=e0871a8b340b1a42 -C extra-filename=-da3cd9319ebaf75f --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-6aa49b7467246d4f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-b46158ee2a5fb370.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-e276809161f73e6d.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-09-11T20:12:17.883Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be/build-script-build`
31672026-09-11T20:12:17.883Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=bb8e97798ae63a77 -C extra-filename=-4cff53e36a1f0ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-09-11T20:12:17.887Z Compiling derive_builder_core v0.20.2
31692026-09-11T20:12:17.888Z Compiling nix v0.31.2
31702026-09-11T20:12:17.888Z Compiling bitfield v0.19.4
31712026-09-11T20:12:17.888Z Compiling smallvec v0.6.14
31722026-09-11T20:12:17.888Z Compiling bzip2-sys v0.1.13+1.0.8
31732026-09-11T20:12:17.888Z Compiling vergen-lib v9.1.0
31742026-09-11T20:12:17.888Z Compiling foreign-types-shared v0.1.1
31752026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=b932538ce3c00659 -C extra-filename=-00ef578645e692ad --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-2f1ac1795b4a6054.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=036e943dc05d807e -C extra-filename=-b09abe0dcda7160f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0505b070ecbb03af -C extra-filename=-e4526e0f511a2b7e --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-ff8952e671ab4d4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0073a057e5c07f99 -C extra-filename=-8be165e65cbc0d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.21.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_qualifications --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::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=5264b211666ae0e6 -C extra-filename=-fb143a79f6c7587e --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-7a1835c470d020cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-09-11T20:12:17.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a4cb3a1fdc59b38 -C extra-filename=-15f2f478d7e48606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-09-11T20:12:18.103Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464/build-script-main`
31822026-09-11T20:12:18.106Z Compiling futures v0.3.32
31832026-09-11T20:12:18.106Z Compiling backtrace v0.3.76
31842026-09-11T20:12:18.106Z Compiling array-init v0.0.4
31852026-09-11T20:12:18.140Z Compiling openssl v0.10.80
31862026-09-11T20:12:18.143Z Compiling foldhash v0.1.5
31872026-09-11T20:12:18.143Z Compiling crc-any v2.5.0
31882026-09-11T20:12:18.143Z Compiling signal-hook v0.3.18
31892026-09-11T20:12:18.214Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=5cb91c1bec7511aa -C extra-filename=-d644b20bad4f0ec3 --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-52003c65ae49ceb4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-09-11T20:12:18.219Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=eb6dc18347bae028 -C extra-filename=-e7328c09e6ae5f3f --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-c0129d5f1595a13a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-09-11T20:12:18.219Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=a5028731e6fe29cb -C extra-filename=-6dc51611975c86b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-09-11T20:12:18.219Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5580d080a08ac5d6 -C extra-filename=-0838bba19a0ab684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-f0bcec8321b18b24.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-09-11T20:12:18.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f085a5075f1c3b1f -C extra-filename=-2eb8a040b435d114 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-09-11T20:12:18.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9affca7070675e8 -C extra-filename=-0e655366da8084e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-09-11T20:12:18.220Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6/build-script-build`
31962026-09-11T20:12:18.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.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="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=0a362a3d6446a3b2 -C extra-filename=-74e5085af0e66537 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-16962c5a73fe125d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-09-11T20:12:18.324Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=2d216b50164d5192 -C extra-filename=-ee0df92789a44cc2 --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-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-709fe0813cae1ec8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-09-11T20:12:18.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=5accfff08a54f513 -C extra-filename=-016a146c76daa131 --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-fdf664c73e18c9a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-966036ad516e884b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-09-11T20:12:18.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=903573b8801ee40a -C extra-filename=-9e1d752c9c9bfa64 --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-4cff53e36a1f0ef5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-09-11T20:12:18.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d85fcbea342440fb -C extra-filename=-08314eeb4d8ca19a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-09-11T20:12:18.365Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba7d216205c0fe62 -C extra-filename=-a9977f31c560700c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-09-11T20:12:18.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=1b323c45aab9ad58 -C extra-filename=-38df1fc9f326a20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-09-11T20:12:18.512Z Compiling zeroize v1.9.0
32042026-09-11T20:12:18.515Z Compiling bytes v1.11.1
32052026-09-11T20:12:18.515Z Compiling icu_provider v2.1.1
32062026-09-11T20:12:18.515Z Compiling chrono v0.4.45
32072026-09-11T20:12:18.515Z Compiling erased-serde v0.3.31
32082026-09-11T20:12:18.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=522606216af5da0b -C extra-filename=-097d9a3951b2aedc --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-09-11T20:12:18.547Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=bf67ca484a7049bc -C extra-filename=-8989cd298eafc0c4 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
32102026-09-11T20:12:18.699Z Compiling ppv-lite86 v0.2.21
32112026-09-11T20:12:18.699Z Compiling ipnet v2.12.0
32122026-09-11T20:12:18.702Z Compiling serde_tokenstream v0.2.3
32132026-09-11T20:12:18.703Z Compiling hex v0.4.3
32142026-09-11T20:12:18.703Z Compiling serde_urlencoded v0.7.1
32152026-09-11T20:12:18.703Z Compiling openapiv3 v2.2.0
32162026-09-11T20:12:18.703Z Compiling hubpack v0.1.2
32172026-09-11T20:12:18.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=e90da851485d7d10 -C extra-filename=-ac553e214bd65ed1 --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-d54ce1c3939a9e89.rmeta --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-65c6fb0dce7fb93d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-09-11T20:12:18.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=5b8da6e3c2e842b0 -C extra-filename=-47cd8f8dc9e7b1a0 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-09-11T20:12:18.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=d1efda521b9cec83 -C extra-filename=-bfc48c237ceeed03 --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-6aa49b7467246d4f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-09-11T20:12:18.737Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=aac6953ee88158fb -C extra-filename=-1e0124cd6fc62769 --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-5c37a5d9e78cfea7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212026-09-11T20:12:18.741Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=462e5c04b9ab0d38 -C extra-filename=-f7e2f1cabe5e5fb0 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-09-11T20:12:18.952Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=b2e9d0dccbfc253c -C extra-filename=-1e72ad4c1b7f7547 --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-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-09-11T20:12:18.956Z Compiling toml_datetime v0.6.11
32242026-09-11T20:12:18.956Z Compiling serde_spanned v0.6.9
32252026-09-11T20:12:18.956Z Compiling ron v0.8.1
32262026-09-11T20:12:18.987Z Compiling structmeta v0.3.0
32272026-09-11T20:12:19.020Z Compiling walkdir v2.5.0
32282026-09-11T20:12:19.023Z Compiling cargo_metadata v0.23.1
32292026-09-11T20:12:19.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d9fefbc0dffc48 -C extra-filename=-67c7166b182ad1aa --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-09-11T20:12:19.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ecb529cae660dcb -C extra-filename=-4d6255ea0ebdcbd9 --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-31aa278f1a6bdad7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-09-11T20:12:19.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9546c355125bad0b -C extra-filename=-43c55b0f49f9feb6 --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-09-11T20:12:19.023Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c4ff360ff3e182a -C extra-filename=-0f5539a2457549e4 --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-6b2a96f397f531cf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-09-11T20:12:19.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=66d81f9b66d34bed -C extra-filename=-002d1b10f06c31e0 --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-c8afeb56cacd505f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
32342026-09-11T20:12:19.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cac340f2237939fb -C extra-filename=-ade94dc2aa29b75c --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-09-11T20:12:19.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "schemars08", "schemars1", "ser_as_str", "serde", "std"))' -C metadata=077841304940e3e6 -C extra-filename=-b38ea0edf80b482b --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-09-11T20:12:19.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=8cb979ac28a23357 -C extra-filename=-3288b4da69667601 --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-70747a5d8c73dcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-09-11T20:12:19.323Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bd48380359719339 -C extra-filename=-bb6290b6392337d1 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-09-11T20:12:19.323Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=489b8d9c34b1bd17 -C extra-filename=-a9ceb95a06fa005a --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-09-11T20:12:19.324Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d9586e7f38bd3de5 -C extra-filename=-0ffcd82b6bc17d65 --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-80d53d386835554d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-14230ff4ec889705.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-09-11T20:12:19.324Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537/build-script-build`
32412026-09-11T20:12:19.324Z Compiling icu_normalizer v2.1.1
32422026-09-11T20:12:19.324Z Compiling icu_properties v2.1.2
32432026-09-11T20:12:19.324Z Compiling hybrid-array v0.4.13
32442026-09-11T20:12:19.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ba6ddfc792a7837 -C extra-filename=-db17082947442a0b --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c487fd55e9c6a4d8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-09-11T20:12:19.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81d251efd9b0277 -C extra-filename=-32d617f53e2154a1 --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-15f2f478d7e48606.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-09-11T20:12:19.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=cbdf73e7e2103bf7 -C extra-filename=-5155e9a22ee90aa4 --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-369847ab087cf11d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b09abe0dcda7160f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-09-11T20:12:19.346Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b/build-script-build`
32482026-09-11T20:12:19.488Z Compiling tokio v1.52.1
32492026-09-11T20:12:19.488Z Compiling http v1.4.2
32502026-09-11T20:12:19.488Z Compiling rand_chacha v0.9.0
32512026-09-11T20:12:19.491Z Compiling rustls-pki-types v1.14.0
32522026-09-11T20:12:19.492Z Compiling der v0.7.10
32532026-09-11T20:12:19.492Z Compiling rand_chacha v0.3.1
32542026-09-11T20:12:19.492Z Compiling dof v0.4.0
32552026-09-11T20:12:19.492Z Compiling derive_builder_macro v0.20.2
32562026-09-11T20:12:19.492Z Compiling dof v0.3.0
32572026-09-11T20:12:19.492Z Compiling backtrace-ext v0.2.1
32582026-09-11T20:12:19.523Z Compiling serde-hex v0.1.0
32592026-09-11T20:12:19.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=41ca05f9ea043143 -C extra-filename=-25100ec3857b6c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-61c6d1584c7256b5.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-09-11T20:12:19.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=b4f371b61fa8b7dd -C extra-filename=-325176a3dca9d981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-09-11T20:12:19.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0ba35a935e51d4a9 -C extra-filename=-646c77236a189ca0 --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-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
32622026-09-11T20:12:19.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=326f1f4d64b1c09a -C extra-filename=-813617d6527196ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-f7e2f1cabe5e5fb0.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
32632026-09-11T20:12:19.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=1aec9e339a810951 -C extra-filename=-f240a10da207c2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-f1a23d347140c6d4.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-09-11T20:12:19.630Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --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(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ece292f2ef3dfda9 -C extra-filename=-0078461ca66129be --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-47cd8f8dc9e7b1a0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e793322d04571aa.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-09-11T20:12:19.630Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=16b986d6a8da7540 -C extra-filename=-7e176df3b6534cf3 --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-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-09-11T20:12:19.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=6d9f86f50cffaf47 -C extra-filename=-3c2ed44b185bba47 --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-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672026-09-11T20:12:19.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e345c03e6dc22f20 -C extra-filename=-b859805c6827e7d0 --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-17c02fb23655c5aa.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682026-09-11T20:12:19.634Z Compiling toml_edit v0.19.15
32692026-09-11T20:12:19.662Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=87de2ec591a77faf -C extra-filename=-d04f08a445a4a0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
32702026-09-11T20:12:19.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=759a743b90fccd0d -C extra-filename=-4c3621c4263fa118 --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-d40e0f10fdbd1b25.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a77f1d0da5196ce7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-09-11T20:12:19.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=159d62e7610a89d8 -C extra-filename=-38e2638fe132a04f --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-016a146c76daa131.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-09-11T20:12:19.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaa83710d6c87f4b -C extra-filename=-4a44900a9e3136ce --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-9e1d752c9c9bfa64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e7328c09e6ae5f3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-09-11T20:12:19.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.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="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ccbbb8a88830e750 -C extra-filename=-70d26705e78829f0 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.rmeta --cap-lints allow --cfg tokio_unstable -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(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
32742026-09-11T20:12:19.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=eea36d3dca1f5ad0 -C extra-filename=-49e0983cd498e488 --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-d644b20bad4f0ec3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-09-11T20:12:19.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=0b5e9a6fd744bb32 -C extra-filename=-591a1b9c6c02bd3c --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-09-11T20:12:19.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=638c4428eb9f4c63 -C extra-filename=-8d95c26cce95bfcf --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-47cd8f8dc9e7b1a0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-09-11T20:12:19.666Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a/build-script-build`
32782026-09-11T20:12:19.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=5c249dc84680b0a8 -C extra-filename=-e723dca237d80cfa --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-ba57704941fdbd49.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-07a44ad3c99fcd08.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-09-11T20:12:19.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=b92f793fed7205ff -C extra-filename=-7280b445afda3623 --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5d3153e00557971b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-09-11T20:12:19.770Z Compiling foreign-types v0.3.2
32812026-09-11T20:12:19.770Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3/build-script-build`
32822026-09-11T20:12:19.770Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc/build-script-build`
32832026-09-11T20:12:19.909Z Compiling hashbrown v0.15.5
32842026-09-11T20:12:19.912Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25cd9e06d52390aa -C extra-filename=-1f1661ffe702406c --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-0e655366da8084e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-09-11T20:12:19.946Z Compiling supports-color v3.0.2
32862026-09-11T20:12:19.949Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114/build-script-build`
32872026-09-11T20:12:19.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bd603bc43f40f295 -C extra-filename=-24e9546b5dd3595e --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-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a9977f31c560700c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-09-11T20:12:19.991Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95d4b84317fed8b -C extra-filename=-97cd1b190f753ebd --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-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892026-09-11T20:12:19.994Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=29707b913f1a8ca2 -C extra-filename=-47fec743cf8f2a3e --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-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-3d067f196d23a77c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
32902026-09-11T20:12:20.164Z Compiling crypto-common v0.2.2
32912026-09-11T20:12:20.243Z Compiling block-buffer v0.12.1
32922026-09-11T20:12:20.246Z Compiling crypto-common v0.1.7
32932026-09-11T20:12:20.246Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=f8a22051ac34243b -C extra-filename=-fbb8059747997d16 --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-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-09-11T20:12:20.427Z Compiling idna_adapter v1.2.1
32952026-09-11T20:12:20.431Z Compiling block-buffer v0.10.4
32962026-09-11T20:12:20.431Z Compiling rand v0.9.2
32972026-09-11T20:12:20.431Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=ed9f263033b074b6 -C extra-filename=-791bef4dfc294168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-09-11T20:12:20.432Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ca35c237f41b2575 -C extra-filename=-2485650c47585fb6 --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-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-09-11T20:12:20.543Z Compiling http-body v1.0.1
33002026-09-11T20:12:20.543Z Compiling rand v0.8.6
33012026-09-11T20:12:20.547Z Compiling block-padding v0.4.2
33022026-09-11T20:12:20.547Z Compiling crypto-bigint v0.5.5
33032026-09-11T20:12:20.547Z Compiling zerocopy-derive v0.6.6
33042026-09-11T20:12:20.547Z Compiling openssl-macros v0.1.1
33052026-09-11T20:12:20.547Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=711e7408d794445e -C extra-filename=-7f842d0d71130d30 --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-25100ec3857b6c86.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f240a10da207c2d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062026-09-11T20:12:20.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43be4fac7b3b2007 -C extra-filename=-91d54e90df6c771d --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-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-09-11T20:12:20.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d1bbbf80600bf06c -C extra-filename=-4bc5b75ea998daa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-09-11T20:12:20.656Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2367d3453de1cb40 -C extra-filename=-b9d4b49ec22055e5 --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-47cd8f8dc9e7b1a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-09-11T20:12:20.660Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 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="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=1a88018578d9c71b -C extra-filename=-e08634a0971964ae --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-f36ac586621dabce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-09-11T20:12:20.660Z Compiling spki v0.7.3
33112026-09-11T20:12:20.660Z Compiling rustls-native-certs v0.8.3
33122026-09-11T20:12:20.660Z Compiling derive_builder v0.20.2
33132026-09-11T20:12:20.660Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=2f3af21c189718ec -C extra-filename=-d57a19a706af8536 --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-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-09-11T20:12:20.660Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a0359e87bda2c3e -C extra-filename=-37daa10e1f3ebda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-09-11T20:12:20.660Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d12a4cd3d5b3d26 -C extra-filename=-b105a825c66f3f5a --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162026-09-11T20:12:20.661Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c6a85caf7a6942 -C extra-filename=-f5451cc911ecfa1e --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-09-11T20:12:20.741Z Compiling idna v1.1.0
33182026-09-11T20:12:20.745Z Compiling vergen v9.1.0
33192026-09-11T20:12:20.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8f40cd63f83bdfb -C extra-filename=-e0981140425bbf3a --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-e6035df34c91ab17.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-09-11T20:12:20.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=ebd4bca25c7b1f4e -C extra-filename=-ca73f97f20f6f002 --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-e723dca237d80cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212026-09-11T20:12:20.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=790689d63cb883de -C extra-filename=-44255a8e505b18de --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-49e0983cd498e488.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-09-11T20:12:20.930Z Compiling digest v0.10.7
33232026-09-11T20:12:20.930Z Compiling indexmap v1.9.3
33242026-09-11T20:12:20.930Z Compiling bitflags v1.3.2
33252026-09-11T20:12:21.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c1e22d3be14fe638 -C extra-filename=-90be52b2e0a64ba1 --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-7f842d0d71130d30.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d0b0ab0364544907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-09-11T20:12:21.109Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=68904622bfbf883e -C extra-filename=-e041a9dc21b96dc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-09-11T20:12:21.114Z Compiling inout v0.2.2
33282026-09-11T20:12:21.114Z Compiling http-body-util v0.1.3
33292026-09-11T20:12:21.117Z Compiling derive-ex v0.1.8
33302026-09-11T20:12:21.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=bcc44b30b20e2c29 -C extra-filename=-bb74a95d46416a86 --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-91d54e90df6c771d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-09-11T20:12:21.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=57db017c09c84838 -C extra-filename=-b0c20064e4257887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-09-11T20:12:21.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=305dd3feccb96767 -C extra-filename=-7ac815ec94aa9886 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332026-09-11T20:12:21.150Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=b6eac35eb6c47f9f -C extra-filename=-95c60d69048b2f72 --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-f36ac586621dabce.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-09-11T20:12:21.303Z Compiling digest v0.11.3
33352026-09-11T20:12:21.303Z Compiling pkcs8 v0.10.2
33362026-09-11T20:12:21.307Z Compiling proptest v1.11.0
33372026-09-11T20:12:21.307Z Compiling x509-cert v0.2.5
33382026-09-11T20:12:21.307Z Compiling enum-as-inner v0.6.1
33392026-09-11T20:12:21.307Z Compiling miette-derive v7.6.0
33402026-09-11T20:12:21.307Z Compiling zstd-sys v2.0.16+zstd.1.5.7
33412026-09-11T20:12:21.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=07a900a785568422 -C extra-filename=-1bb058025b3020a0 --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-37daa10e1f3ebda5.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-09-11T20:12:21.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-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 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=20f137fcda51d762 -C extra-filename=-9c189ce5c9bd69c2 --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-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2afee2a861e8e53c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ac7d1c721be7840a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
33432026-09-11T20:12:21.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2e06022b264bc7 -C extra-filename=-9b68d25ca1e9f8a6 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-09-11T20:12:21.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=e5bb247e1b440f6a -C extra-filename=-40afdbdf68519d8c --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-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
33452026-09-11T20:12:21.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=4b35e5f89999af2c -C extra-filename=-76b21f4539bd46e3 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-09-11T20:12:21.493Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=0196c35e33c25fe4 -C extra-filename=-93a1365be822cb8b --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-791bef4dfc294168.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-11ea691932e08d12.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-09-11T20:12:21.496Z Compiling url v2.5.8
33482026-09-11T20:12:21.496Z Compiling signature v2.2.0
33492026-09-11T20:12:21.496Z Compiling sha2 v0.10.9
33502026-09-11T20:12:21.526Z Compiling publicsuffix v2.3.0
33512026-09-11T20:12:21.530Z Compiling hmac v0.12.1
33522026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=080d94d7315eebe6 -C extra-filename=-2709de7d9d90e80b --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-cbc2b3f9eeb20f18.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a956c70c78a65af2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-96bca92fa6dc19c5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-718136991552ea32.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f309fedca03935e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=c9e3cf1781461c2c -C extra-filename=-d56efcae292944d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -l static=bz2`
33542026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b414e7bf050ea691 -C extra-filename=-33914e6d8b4c14ed --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6569150aa0812ba2 -C extra-filename=-f3d0dc707ff0d392 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/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=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=3e538a79e9a21d81 -C extra-filename=-2fae62f1d380a410 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=5f30a0092345fea0 -C extra-filename=-9e98da6c93bead74 --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-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-09-11T20:12:21.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=403c3a1c7aa511a5 -C extra-filename=-e02a3c7c21da7b34 --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592026-09-11T20:12:21.824Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=3913213a23d1fa22 -C extra-filename=-72f8271b6a33c915 --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-31aa278f1a6bdad7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-09-11T20:12:21.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b28d9f46805d1a52 -C extra-filename=-f1853e84268f82e1 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-09-11T20:12:21.828Z Compiling cipher v0.5.2
33622026-09-11T20:12:21.828Z Compiling hmac v0.13.0
33632026-09-11T20:12:21.828Z Compiling sha2 v0.11.0
33642026-09-11T20:12:21.828Z Compiling sha3 v0.10.8
33652026-09-11T20:12:21.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-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 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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=986bc2d9f8395400 -C extra-filename=-387c6eb671581075 --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-f2541ba6c8c9160c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e37edfd50945af7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33662026-09-11T20:12:21.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=29f4965513aae143 -C extra-filename=-5a14ea5f2cd7e3d6 --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-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-09-11T20:12:21.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-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="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=a9cae8864a2c096d -C extra-filename=-a27e7017a1f1bcc4 --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-90be52b2e0a64ba1.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e61b83dc464b788d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-09-11T20:12:21.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=04c3898cf7ae3269 -C extra-filename=-656a16477c3e4dd7 --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-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692026-09-11T20:12:22.053Z Compiling pkcs1 v0.7.5
33702026-09-11T20:12:22.053Z Compiling sec1 v0.7.3
33712026-09-11T20:12:22.057Z Compiling hkdf v0.12.4
33722026-09-11T20:12:22.057Z Compiling ed25519 v2.2.3
33732026-09-11T20:12:22.057Z Compiling zerocopy v0.6.6
33742026-09-11T20:12:22.057Z Compiling native-tls v0.2.18
33752026-09-11T20:12:22.057Z Compiling supports-hyperlinks v3.2.0
33762026-09-11T20:12:22.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=16c26a3914b04ee6 -C extra-filename=-b3b8a042fb99e0b6 --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-791bef4dfc294168.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772026-09-11T20:12:22.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=5bebc619d18ac3c2 -C extra-filename=-a932f702b0c397c6 --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-09-11T20:12:22.058Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=45792ed2abd96e4e -C extra-filename=-e2212116997f49d8 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-09-11T20:12:22.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=76cd44592bc8cdf6 -C extra-filename=-e890e3b948629081 --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-bb74a95d46416a86.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7e323279e0b63add.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-09-11T20:12:22.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5ecddb7e23df5a03 -C extra-filename=-d3b13ba2ae292ea3 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33812026-09-11T20:12:22.094Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886/build-script-build`
33822026-09-11T20:12:22.193Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=f662c2051f5c9aaf -C extra-filename=-60ab2566f28430f4 --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-e723dca237d80cfa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-09-11T20:12:22.197Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f716bb95f75683d4 -C extra-filename=-95edfa4d5112085a --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-656a16477c3e4dd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-09-11T20:12:22.222Z Compiling cookie_store v0.22.1
33852026-09-11T20:12:22.226Z Compiling usdt-macro v0.6.0
33862026-09-11T20:12:22.226Z Compiling usdt-attr-macro v0.6.0
33872026-09-11T20:12:22.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0105c08e43706229 -C extra-filename=-6cce0bc98f3e1f35 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f5451cc911ecfa1e.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
33882026-09-11T20:12:22.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2df97f88cbe83ad2 -C extra-filename=-071a683de170e1bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-09-11T20:12:22.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=3c11a279e5019abb -C extra-filename=-a3bdd89defa23ea2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-09-11T20:12:22.226Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9/build-script-build`
33912026-09-11T20:12:22.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=6fec30d2f4d5fedb -C extra-filename=-a514348d97366fd6 --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-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b105a825c66f3f5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-09-11T20:12:22.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=865300b150db4b5b -C extra-filename=-88a99d1038365c4d --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-9e98da6c93bead74.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-09-11T20:12:22.227Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=be96d4c03b785be5 -C extra-filename=-8775af81cf80cc80 --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-9a7d9066824188ca.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-09-11T20:12:22.370Z Compiling chacha20 v0.10.0
33952026-09-11T20:12:22.374Z Compiling ref-cast v1.0.25
33962026-09-11T20:12:22.374Z Compiling supports-unicode v3.0.0
33972026-09-11T20:12:22.374Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=b888d4b42f9e7a74 -C extra-filename=-17de9325281f5c14 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3fa9d02613c84bf6.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33982026-09-11T20:12:22.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-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="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=530dffab9efc93a1 -C extra-filename=-f7a2f8373cc179df --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-6ae3743cbf3b1fa1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-a27e7017a1f1bcc4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-09-11T20:12:22.409Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5b22906f046f0bb -C extra-filename=-a42a8e97da0946a3 --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-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-09-11T20:12:22.409Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cd94e2e8dc0f416 -C extra-filename=-73ca31f34c0d6d34 --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-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-09-11T20:12:22.554Z Compiling elliptic-curve v0.13.8
34022026-09-11T20:12:22.558Z Compiling managed v0.8.0
34032026-09-11T20:12:22.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8537e006e3a4a5b0 -C extra-filename=-457119b7b5d0ad55 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-09-11T20:12:22.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1093117b5ede7f07 -C extra-filename=-a5ff8459b25c7b81 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-09-11T20:12:22.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f60ccf7c4b715e0 -C extra-filename=-423b7004db5555b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-09-11T20:12:22.708Z Compiling hashbrown v0.12.3
34072026-09-11T20:12:22.712Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34082026-09-11T20:12:22.712Z Compiling bzip2 v0.4.4
34092026-09-11T20:12:22.712Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0a5d11dbab692e8d -C extra-filename=-543ecd076fef1908 --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-9a7d9066824188ca.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d57a19a706af8536.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8775af81cf80cc80.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-09-11T20:12:22.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=fd04f040b738cfa4 -C extra-filename=-62c61abfd0e56c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112026-09-11T20:12:22.784Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=3ba936432b58b402 -C extra-filename=-c075f75501faa05c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-09-11T20:12:22.788Z Compiling toml v0.7.8
34132026-09-11T20:12:22.788Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34142026-09-11T20:12:22.788Z Compiling hashbrown v0.13.2
34152026-09-11T20:12:22.788Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2/build-script-build`
34162026-09-11T20:12:22.788Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6aa79e51f2aee36c -C extra-filename=-6df587a19f68a5b7 --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-d56efcae292944d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
34172026-09-11T20:12:22.788Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410/build-script-build`
34182026-09-11T20:12:22.788Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=990b0cf978495ad4 -C extra-filename=-f811267b32f7f23f --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-a85bc2f7a054eda7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-09-11T20:12:22.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=31484143e22a0044 -C extra-filename=-3c20ccdf19b31186 --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-002d1b10f06c31e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-09-11T20:12:22.822Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87c99a3b05a93ae -C extra-filename=-f39885e8bddc449b --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-0838bba19a0ab684.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-09-11T20:12:22.822Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=1a079ce73c93685d -C extra-filename=-0cd717b01a63ee1b --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-ec93dfa18e4d1a6d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
34222026-09-11T20:12:22.822Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=d85881698edba3d1 -C extra-filename=-8d6f2a9d60229cf4 --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-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-09-11T20:12:22.928Z Compiling ed25519-dalek v2.2.0
34242026-09-11T20:12:22.967Z Compiling rsa v0.9.10
34252026-09-11T20:12:23.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-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="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --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=bf0558be364ba581 -C extra-filename=-2aae56dabc2c1819 --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-d3b13ba2ae292ea3.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-88a99d1038365c4d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-09-11T20:12:23.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=889c4dc9a96ee0c3 -C extra-filename=-fa9478000e7089b0 --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-ba57704941fdbd49.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-60ab2566f28430f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-09-11T20:12:23.051Z Compiling rand v0.10.1
34282026-09-11T20:12:23.089Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81/build-script-build`
34292026-09-11T20:12:23.094Z Compiling phf_shared v0.11.3
34302026-09-11T20:12:23.094Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=e8c0424d0148bba8 -C extra-filename=-d04461f821ec7081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-09-11T20:12:23.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.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,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=6c52a6feef03f540 -C extra-filename=-0e0538b367848f2a --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-09-11T20:12:23.167Z Compiling ipnetwork v0.21.1
34332026-09-11T20:12:23.247Z Compiling serde_with v3.21.0
34342026-09-11T20:12:23.252Z Compiling globset v0.4.18
34352026-09-11T20:12:23.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=5e1fe796b0bec48f -C extra-filename=-384b5883c9cfe350 --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-09-11T20:12:23.363Z Compiling tokio-util v0.7.18
34372026-09-11T20:12:23.363Z Compiling tower v0.5.3
34382026-09-11T20:12:23.366Z Compiling miette v7.6.0
34392026-09-11T20:12:23.366Z Compiling ref-cast-impl v1.0.25
34402026-09-11T20:12:23.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.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="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=1a24e584f5c6e378 -C extra-filename=-87f203a022ee981a --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-dbb806304b87bd02.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-09-11T20:12:23.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --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::disallowed_methods' '--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="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=faf55288d5aafe37 -C extra-filename=-520e79432e611323 --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-ade94dc2aa29b75c.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-09-11T20:12:23.439Z Compiling test-strategy v0.4.5
34432026-09-11T20:12:23.443Z Compiling pin-project-internal v1.1.11
34442026-09-11T20:12:23.443Z Compiling fs-err v3.3.0
34452026-09-11T20:12:23.443Z Compiling fixedbitset v0.4.2
34462026-09-11T20:12:23.443Z Compiling libbz2-rs-sys v0.2.2
34472026-09-11T20:12:23.443Z Compiling bumpalo v3.20.2
34482026-09-11T20:12:23.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=c17c5adc1e25bb8e -C extra-filename=-4e06b03adca01890 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-09-11T20:12:23.478Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=f93758d5774a6704 -C extra-filename=-13cbce147cce3405 --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-c075f75501faa05c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
34502026-09-11T20:12:23.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ba67cbce4884de9 -C extra-filename=-2a9037a83e53d4a1 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-09-11T20:12:23.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.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="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=0e70aad8d233e03e -C extra-filename=-70755f0c61735f96 --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-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-f3d0dc707ff0d392.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-071a683de170e1bd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-423b7004db5555b5.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-09-11T20:12:23.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=c102143edede3372 -C extra-filename=-7713a42936873dd5 --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-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-09-11T20:12:23.552Z Compiling precomputed-hash v0.1.1
34542026-09-11T20:12:23.555Z Compiling new_debug_unreachable v1.0.6
34552026-09-11T20:12:23.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a096f18405141526 -C extra-filename=-017a89899ccff366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-09-11T20:12:23.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3994f1dfe75c251 -C extra-filename=-891ca3a037c7bc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-9b68d25ca1e9f8a6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-09-11T20:12:23.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5869943d4f818c7d -C extra-filename=-97fd0f1b9d7531fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-09-11T20:12:23.597Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=f49ebbbf6d5d323f -C extra-filename=-21139e730fc7b80b --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-09-11T20:12:23.597Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=3d60ceb09987c42e -C extra-filename=-63dbfd4e28ad89c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-09-11T20:12:23.597Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.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 '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4102597448cd280 -C extra-filename=-8de843062e18a7c9 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-09-11T20:12:23.598Z Compiling oxnet v0.1.6
34622026-09-11T20:12:23.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1988b453f3b628dc -C extra-filename=-5a8a42aa1c779634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-09-11T20:12:23.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d02f9211442b64 -C extra-filename=-427d88e1fb2adc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642026-09-11T20:12:23.697Z Compiling usdt v0.6.0
34652026-09-11T20:12:23.700Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=09aaf531e43e4431 -C extra-filename=-46d57a0453a4e826 --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-384b5883c9cfe350.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-09-11T20:12:23.737Z Compiling petgraph v0.6.5
34672026-09-11T20:12:23.741Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-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 --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=77782ffc440dfbe0 -C extra-filename=-49e733439b69b674 --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-b859805c6827e7d0.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-17c02fb23655c5aa.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-73ca31f34c0d6d34.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a42a8e97da0946a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-09-11T20:12:23.771Z Compiling string_cache v0.8.9
34692026-09-11T20:12:23.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=7df744f29ba72c8d -C extra-filename=-c1bfad4f3c1f7731 --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-97fd0f1b9d7531fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-09-11T20:12:23.811Z Compiling zopfli v0.8.3
34712026-09-11T20:12:23.814Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=b1b7051fe98ecf22 -C extra-filename=-25ab7953a9b0822f --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-427d88e1fb2adc7b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0e0538b367848f2a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5a8a42aa1c779634.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-09-11T20:12:24.035Z Compiling object v0.30.4
34732026-09-11T20:12:24.040Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34742026-09-11T20:12:24.041Z Compiling zip v0.6.6
34752026-09-11T20:12:24.041Z Compiling signal-hook-mio v0.2.5
34762026-09-11T20:12:24.041Z Compiling zstd-safe v7.2.4
34772026-09-11T20:12:24.041Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=fd6f8c1c535d9de9 -C extra-filename=-533df23fbebc93d2 --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-63dbfd4e28ad89c0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-09-11T20:12:24.115Z Compiling newtype-uuid v1.3.2
34792026-09-11T20:12:24.119Z Compiling path-slash v0.1.5
34802026-09-11T20:12:24.119Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=20860061365232b7 -C extra-filename=-a19bb701981b0cac --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-0d1d74eea2047571.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3c20ccdf19b31186.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-13cbce147cce3405.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-09-11T20:12:24.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=55e56cbd791bbf59 -C extra-filename=-8af706e8917935ad --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-3288b4da69667601.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-09-11T20:12:24.157Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=980c60068ff4051a -C extra-filename=-dd81de431cc0c257 --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-f36ac586621dabce.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-09-11T20:12:24.157Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=c14229f0340527ce -C extra-filename=-1dbd92cf24d34d87 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-09-11T20:12:24.157Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --check-cfg 'cfg(docsrs,test)' --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=f148835e329bcbb5 -C extra-filename=-eac7599807efe826 --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-a85bc2f7a054eda7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6df587a19f68a5b7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
34852026-09-11T20:12:24.243Z Compiling h2 v0.4.15
34862026-09-11T20:12:24.246Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=278d6f3251b78970 -C extra-filename=-f6384fa8b47385bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-09-11T20:12:24.247Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=d4200d1e4b6d25cb -C extra-filename=-0971dfdbc3426724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-09-11T20:12:24.280Z Compiling toml_write v0.1.2
34892026-09-11T20:12:24.284Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=74ecbbd57ad84883 -C extra-filename=-adaf71dfcb32b380 --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-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-09-11T20:12:24.284Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b/build-script-build`
34912026-09-11T20:12:24.284Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ad90396eb7e5f68a -C extra-filename=-d71576c81b445b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-09-11T20:12:24.351Z Compiling bzip2 v0.6.1
34932026-09-11T20:12:24.355Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=a0aa0ad2dd0de528 -C extra-filename=-e7fb1e55b3cb2059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-017a89899ccff366.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-09-11T20:12:24.457Z Compiling tower-http v0.6.8
34952026-09-11T20:12:24.493Z Compiling jiff-core v0.1.0
34962026-09-11T20:12:24.537Z Compiling snafu-derive v0.8.9
34972026-09-11T20:12:24.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=4f58bd2a72c0a005 -C extra-filename=-6cc2557fadd24736 --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-3948ba2719554b61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-7c6e631bb9ea4f0c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-09-11T20:12:24.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=564aa78aff621fa0 -C extra-filename=-bce2fb3ca4db63b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-09-11T20:12:24.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.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 --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=15bf913076e81802 -C extra-filename=-79b5bbc978b98ab1 --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-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-09-11T20:12:24.615Z Compiling daft v0.1.8
35012026-09-11T20:12:24.618Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=989fc9052b7066db -C extra-filename=-79051aebdca0fa6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-fb85b7233ccc5508.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-09-11T20:12:24.694Z Compiling toml_edit v0.22.27
35032026-09-11T20:12:24.698Z Compiling heapless v0.7.17
35042026-09-11T20:12:24.699Z Compiling pem v3.0.6
35052026-09-11T20:12:24.699Z Compiling fixedbitset v0.5.7
35062026-09-11T20:12:24.699Z Compiling lalrpop-util v0.19.12
35072026-09-11T20:12:24.699Z Compiling crossterm v0.28.1
35082026-09-11T20:12:24.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=f59be442468921de -C extra-filename=-33cf399a252efde4 --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-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
35092026-09-11T20:12:24.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=f8a5692a900d9ee7 -C extra-filename=-f21c1d627623f3ff --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-d71576c81b445b76.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-09-11T20:12:24.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b1fd061140d940e5 -C extra-filename=-6c1517e20e2bdc73 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-09-11T20:12:24.734Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=79b884c8598dc0b1 -C extra-filename=-bad34ca77d4ced2b --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-a99736055d4f315d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-09-11T20:12:24.772Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=bdc39805e528ea43 -C extra-filename=-8b52857e14497030 --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-3948ba2719554b61.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-09-11T20:12:24.811Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e15d744b92145932 -C extra-filename=-495c4a330cb2088e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-09-11T20:12:24.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=91e1c23b634988f0 -C extra-filename=-af56003b6d749e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-09-11T20:12:24.815Z Compiling serde_plain v1.0.2
35162026-09-11T20:12:24.815Z Compiling serde-big-array v0.5.1
35172026-09-11T20:12:24.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8f13cac406a4485 -C extra-filename=-5f249a94a98632d0 --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-2a9037a83e53d4a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
35182026-09-11T20:12:24.881Z Compiling similar v2.7.0
35192026-09-11T20:12:24.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=414ee27dc8026d9f -C extra-filename=-59df7aa68e900ac7 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-09-11T20:12:24.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fff986b4c8b850d -C extra-filename=-1a0dffbe7c673471 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-09-11T20:12:24.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=5f40eaa9ea6f93af -C extra-filename=-4d8274df01164ebc --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-61dca3a0d5526e42.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-09-11T20:12:24.924Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=2e43d6a6899f72ad -C extra-filename=-7cb5975a6bcf5be0 --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-a96344eae1a3d1f9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6035df34c91ab17.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
35232026-09-11T20:12:24.997Z Compiling serde_repr v0.1.20
35242026-09-11T20:12:25.001Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ab5ad1c9967ff4 -C extra-filename=-25994cd4633785c6 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-09-11T20:12:25.065Z Compiling async-recursion v1.1.1
35262026-09-11T20:12:25.069Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d767cd9a9faa0a -C extra-filename=-75cb42a0302df866 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-09-11T20:12:25.106Z Compiling pin-project v1.1.11
35282026-09-11T20:12:25.142Z Compiling petgraph v0.8.3
35292026-09-11T20:12:25.145Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.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 '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48e98d323db17e96 -C extra-filename=-3664d3bd232d12d7 --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-8de843062e18a7c9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-09-11T20:12:25.209Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=775479ae098e0fa4 -C extra-filename=-0de20df312798682 --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-495c4a330cb2088e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-09-11T20:12:25.292Z Compiling tokio-native-tls v0.3.1
35322026-09-11T20:12:25.295Z Compiling convert_case v0.10.0
35332026-09-11T20:12:25.295Z Compiling hash32 v0.2.1
35342026-09-11T20:12:25.296Z Compiling predicates-core v1.0.10
35352026-09-11T20:12:25.296Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73/build-script-build`
35362026-09-11T20:12:25.329Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=935a13da1156e6cf -C extra-filename=-1b801c0f2a3527d7 --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-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35372026-09-11T20:12:25.334Z Compiling smoltcp v0.9.1
35382026-09-11T20:12:25.334Z Compiling typed-path v0.9.3
35392026-09-11T20:12:25.334Z Compiling unicode-properties v0.1.4
35402026-09-11T20:12:25.361Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab30bd51544530d2 -C extra-filename=-9359d755b6e446b3 --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-09-11T20:12:25.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec1f96c47677352c -C extra-filename=-a2c6dd723898de27 --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-09-11T20:12:25.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2885fd78d2824442 -C extra-filename=-1b991c95fd524a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-09-11T20:12:25.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-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="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2126d2f5a6f0ddbd -C extra-filename=-5adf7cd0144a2a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-09-11T20:12:25.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b8ea8f8f4e24844 -C extra-filename=-7bb1c14244deebc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-09-11T20:12:25.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=65138c18c15419f9 -C extra-filename=-f335f3d2a56a5464 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-09-11T20:12:25.419Z Compiling jiff v0.2.34
35472026-09-11T20:12:25.494Z Compiling unicode-bidi v0.3.18
35482026-09-11T20:12:25.497Z Compiling hickory-proto v0.25.2
35492026-09-11T20:12:25.498Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=cc8995935b339648 -C extra-filename=-6f3ab8716908876b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-bce2fb3ca4db63b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-09-11T20:12:25.573Z Compiling byte-wrapper v0.1.0
35512026-09-11T20:12:25.577Z Compiling md-5 v0.11.0
35522026-09-11T20:12:25.577Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=fe43cd0980913ef5 -C extra-filename=-d38b4d3ed92ef448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-09-11T20:12:25.577Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.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(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=bd838fbde7b05c92 -C extra-filename=-2d97cea01ac59601 --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-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-ff8952e671ab4d4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-09-11T20:12:25.577Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=35605c390d9a8bc1 -C extra-filename=-3a87de3ab3eac852 --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-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-09-11T20:12:25.578Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(md5_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=80a1c3b55c650442 -C extra-filename=-2a5dfeb02e3a12a3 --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-c8afeb56cacd505f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-09-11T20:12:25.725Z Compiling strum_macros v0.27.2
35572026-09-11T20:12:25.729Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c63d38bcfeaa346c -C extra-filename=-0c56258846f261b6 --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-a2c6dd723898de27.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
35582026-09-11T20:12:25.843Z Compiling float-cmp v0.10.0
35592026-09-11T20:12:25.846Z Compiling normalize-line-endings v0.3.0
35602026-09-11T20:12:25.846Z Compiling typed-path v0.12.3
35612026-09-11T20:12:25.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f923c5b20a393b6 -C extra-filename=-cf24493dd78e4688 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-09-11T20:12:25.962Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=3eb54ab6f8bd4406 -C extra-filename=-89c75ebec9463905 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-09-11T20:12:25.966Z Compiling difflib v0.4.0
35642026-09-11T20:12:25.966Z Compiling fallible-iterator v0.2.0
35652026-09-11T20:12:25.967Z Compiling iddqd v0.4.2
35662026-09-11T20:12:25.967Z Compiling tokio-stream v0.1.18
35672026-09-11T20:12:25.967Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
35682026-09-11T20:12:25.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff3b76f6e61b2f6 -C extra-filename=-70bcc33a7412a737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-09-11T20:12:25.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c259e29169e024e4 -C extra-filename=-732cb0573133c419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-09-11T20:12:25.968Z Compiling stringprep v0.1.5
35712026-09-11T20:12:25.968Z Compiling derive_more-impl v2.1.1
35722026-09-11T20:12:25.968Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=06895c1fe6afd3c8 -C extra-filename=-b675906a731ff7f3 --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-ee51dc0aff59f99d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-09-11T20:12:25.968Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=ef44d84c3b567552 -C extra-filename=-295dbb2fcc65f679 --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-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-09-11T20:12:25.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9fc45d80384149 -C extra-filename=-afaa06b411bb7b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-09-11T20:12:25.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/gateway-ereport-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="debug-impls"' --cfg 'feature="hubpack"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "hubpack", "serde"))' -C metadata=6bb5db4675b7a9ab -C extra-filename=-1643cac886a4cb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-09-11T20:12:25.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b94c99a13b73fd43 -C extra-filename=-987879407be9ea50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-09-11T20:12:26.001Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d48d25964215c78 -C extra-filename=-549ff89639b7c5be --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-d38b4d3ed92ef448.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5adf7cd0144a2a55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-09-11T20:12:26.005Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=31e1cd2096b33006 -C extra-filename=-0130089cfadeb675 --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-9359d755b6e446b3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-09-11T20:12:26.145Z Compiling olpc-cjson v0.1.4
35802026-09-11T20:12:26.257Z Compiling phf_shared v0.13.1
35812026-09-11T20:12:26.261Z Compiling peg-runtime v0.8.5
35822026-09-11T20:12:26.261Z Compiling buf-list v1.1.2
35832026-09-11T20:12:26.261Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96f599c57bcc2361 -C extra-filename=-dffbf6b21a1d747e --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842026-09-11T20:12:26.363Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35852026-09-11T20:12:26.368Z Compiling predicates v3.1.4
35862026-09-11T20:12:26.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=d8bae750126aba80 -C extra-filename=-ea6fc87ab2989f76 --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-09-11T20:12:26.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=031326cb02476a10 -C extra-filename=-c7927cdb9847c108 --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-47cd8f8dc9e7b1a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-09-11T20:12:26.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=786f6ceca4eddeea -C extra-filename=-7e77bbb16c35318e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-09-11T20:12:26.444Z Compiling whoami v2.1.0
35902026-09-11T20:12:26.478Z Compiling is-terminal v0.4.17
35912026-09-11T20:12:26.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=7c0f2ee2d7ad9de9 -C extra-filename=-410dfba099023d61 --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-a85bc2f7a054eda7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-38df1fc9f326a20e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a44900a9e3136ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922026-09-11T20:12:26.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=9f56d555a095454a -C extra-filename=-eba8521e88a666db --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-665243e242fcd7e8.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-afaa06b411bb7b98.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-89c75ebec9463905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-70bcc33a7412a737.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-09-11T20:12:26.555Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464/build-script-build`
35942026-09-11T20:12:26.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=7826b2e15cd3bf3a -C extra-filename=-2470766db2a88262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-09-11T20:12:26.558Z Compiling postgres-protocol v0.6.12
35962026-09-11T20:12:26.558Z Compiling crossbeam-channel v0.5.15
35972026-09-11T20:12:26.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba08b2e49dd6290 -C extra-filename=-b3006f7ed630068b --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-09-11T20:12:26.631Z Compiling phf v0.13.1
35992026-09-11T20:12:26.635Z Compiling thread_local v1.1.9
36002026-09-11T20:12:26.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=70ed0a72d5eeaac7 -C extra-filename=-93073cde2f269d7e --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-a99736055d4f315d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2a5dfeb02e3a12a3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-549ff89639b7c5be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-09-11T20:12:26.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ae73d8542771562 -C extra-filename=-3ac8cce29e469e73 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-09-11T20:12:26.707Z Compiling slog-async v2.8.0
36032026-09-11T20:12:26.711Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=e2a19c7289d02317 -C extra-filename=-305a802588653b83 --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-ea6fc87ab2989f76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-09-11T20:12:26.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8ac2e971259601bf -C extra-filename=-aafa4677b5f79a63 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-09-11T20:12:26.758Z Compiling term v1.2.1
36062026-09-11T20:12:26.759Z Compiling take_mut v0.2.2
36072026-09-11T20:12:26.759Z Compiling newtype-uuid-macros v0.1.0
36082026-09-11T20:12:26.759Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=c78619f1f13085a4 -C extra-filename=-ab6d974370c756f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-09-11T20:12:26.760Z Compiling snafu v0.8.9
36102026-09-11T20:12:26.760Z Compiling zip v8.6.0
36112026-09-11T20:12:26.789Z Compiling match_cfg v0.1.0
36122026-09-11T20:12:26.865Z Compiling slog-json v2.6.1
36132026-09-11T20:12:26.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b135d9e0e1b984ba -C extra-filename=-63b25f2e825259f8 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0c56258846f261b6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-09-11T20:12:26.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=df8cfe1e4c3b5f0b -C extra-filename=-945a748c455c944a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-09-11T20:12:26.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99cc9cb0906e3bb6 -C extra-filename=-bb31f29497925026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-09-11T20:12:26.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f5007566b713521 -C extra-filename=-de6a7696c5ed2084 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-09-11T20:12:26.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-8.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="_bzip2_any"' --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_arbitrary", "_bzip2_any", "_deflate-any", "aes-crypto", "bitstream-io", "bzip2", "bzip2-rs", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-ng", "deflate-flate2-zlib-ng-compat", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "deprecated-time", "getrandom", "jiff-02", "legacy-zip", "lzma", "nt-time", "ppmd", "time", "unreserved", "xz", "zstd"))' -C metadata=40998a996c1b001b -C extra-filename=-2403599ae9553380 --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-e7fb1e55b3cb2059.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-732cb0573133c419.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-533df23fbebc93d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-09-11T20:12:26.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --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,test)' --check-cfg 'cfg(feature, values("alloc", "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=cf61287cf1adc5bc -C extra-filename=-edbd0ef5556767f5 --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-f57b0cec2750c1f6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-79b5bbc978b98ab1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-09-11T20:12:26.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=67e8056f57b5bc79 -C extra-filename=-880685be2356f598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-09-11T20:12:26.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=df2929dd105595d2 -C extra-filename=-a5f9179d2f1eff47 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-09-11T20:12:26.929Z Compiling debug-ignore v1.0.5
36222026-09-11T20:12:26.933Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0c3761237f052789 -C extra-filename=-071196465dd7522c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-09-11T20:12:27.018Z Compiling hostname v0.3.1
36242026-09-11T20:12:27.135Z Compiling toml_datetime v1.1.1+spec-1.1.0
36252026-09-11T20:12:27.139Z Compiling serde_spanned v1.1.1
36262026-09-11T20:12:27.139Z Compiling toml_writer v1.1.1+spec-1.1.0
36272026-09-11T20:12:27.139Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5e717101c69b4739 -C extra-filename=-0878ac844fcf78ce --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-f36ac586621dabce.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-880685be2356f598.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-09-11T20:12:27.178Z Compiling postgres-types v0.2.14
36292026-09-11T20:12:27.208Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --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=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=03fc3822056fd25b -C extra-filename=-8b219f4aa3207b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-09-11T20:12:27.212Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=127d6a0bff3e3d78 -C extra-filename=-3bb6920e23c910b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-09-11T20:12:27.212Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aed99fd69ca72ff4 -C extra-filename=-4f65a077fab68d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-09-11T20:12:27.249Z Compiling slog-bunyan v2.5.0
36332026-09-11T20:12:27.253Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "bit-vec-09", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "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-bit-vec-0_7", "with-bit-vec-0_8", "with-bit-vec-0_9", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "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=5080046de4c9e87f -C extra-filename=-7b27b356e1f929a1 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-93073cde2f269d7e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-09-11T20:12:27.336Z Compiling sha1 v0.11.0
36352026-09-11T20:12:27.340Z Compiling serde_path_to_error v0.1.20
36362026-09-11T20:12:27.372Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b60a3193256c1854 -C extra-filename=-b669c6075079eafe --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-0878ac844fcf78ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-09-11T20:12:27.457Z Compiling multer v3.1.0
36382026-09-11T20:12:27.457Z Compiling compression-core v0.4.31
36392026-09-11T20:12:27.460Z Compiling async-stream-impl v0.3.6
36402026-09-11T20:12:27.461Z Compiling dropshot v0.17.1
36412026-09-11T20:12:27.461Z Compiling rustls-pemfile v2.2.0
36422026-09-11T20:12:27.461Z Compiling dropshot_endpoint v0.17.1
36432026-09-11T20:12:27.461Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7/build-script-build`
36442026-09-11T20:12:27.462Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-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 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=4c7c09e4bdb97b49 -C extra-filename=-46c657d18701ce00 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-09-11T20:12:27.462Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e76c338fc750ad -C extra-filename=-16d7d7f100d91e5b --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-eb0a4b29e4e8f5ee.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-09-11T20:12:27.535Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=41e2e0a856170f55 -C extra-filename=-53aa41d17e2a58ff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472026-09-11T20:12:27.539Z Compiling slog-term v2.9.2
36482026-09-11T20:12:27.539Z Compiling toml v1.1.2+spec-1.1.0
36492026-09-11T20:12:27.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03950196a749d91d -C extra-filename=-360c1c16699326b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-09-11T20:12:27.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ced727731c710a63 -C extra-filename=-e3b68c69b7e194e5 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-09-11T20:12:27.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed23b6799d044af4 -C extra-filename=-1e957d1a383cbde0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-09-11T20:12:27.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=579fb26f225a54d4 -C extra-filename=-eabd85006e96ac2b --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-09-11T20:12:27.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1d7e8864688177e -C extra-filename=-3c4c38c24af6348d --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-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-09-11T20:12:27.607Z Compiling hyper v1.10.1
36552026-09-11T20:12:27.611Z Compiling waitgroup v0.1.2
36562026-09-11T20:12:27.611Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=21637c21cca9dbe6 -C extra-filename=-6a506355d13e7db4 --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-1e0124cd6fc62769.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-945a748c455c944a.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-09-11T20:12:27.611Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=484d3199a16b2424 -C extra-filename=-f6b86edc8e4de159 --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-3ac8cce29e469e73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-bb31f29497925026.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
36582026-09-11T20:12:27.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=78f1c848b7e4596b -C extra-filename=-e143e7aacf77bb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8b219f4aa3207b10.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3bb6920e23c910b1.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-4f65a077fab68d2a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-09-11T20:12:27.651Z Compiling hostname v0.4.2
36602026-09-11T20:12:27.651Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=c25222717f21fe35 -C extra-filename=-11326159470257f9 --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-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-7b97fdc37ca84041.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-09-11T20:12:27.651Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0c7e330390b9e8f -C extra-filename=-d40647f6ba22a5cc --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-36761043cea7cc10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-09-11T20:12:27.756Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
36632026-09-11T20:12:27.760Z Compiling derive_more v2.1.1
36642026-09-11T20:12:27.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=6f7ea797d213ea1b -C extra-filename=-e48d4bf7ecfc3ef8 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-09-11T20:12:27.904Z Compiling tokio-postgres v0.7.18
36662026-09-11T20:12:27.908Z Compiling compression-codecs v0.4.37
36672026-09-11T20:12:27.908Z Compiling atomicwrites v0.4.4
36682026-09-11T20:12:27.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36692026-09-11T20:12:27.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5892f7cd22d6cb26 -C extra-filename=-794de493e17f410b --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-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-410dfba099023d61.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-eac7599807efe826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
36702026-09-11T20:12:27.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=8bc33f4b9431f6cc -C extra-filename=-8ad9980a0f203a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-0130089cfadeb675.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712026-09-11T20:12:28.099Z Compiling serde_tokenstream v0.3.0
36722026-09-11T20:12:28.103Z Compiling macaddr v1.0.1
36732026-09-11T20:12:28.103Z Compiling regress v0.10.5
36742026-09-11T20:12:28.103Z Compiling instant v0.1.13
36752026-09-11T20:12:28.103Z Compiling parse-display-derive v0.10.0
36762026-09-11T20:12:28.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-bit-vec-0_9", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "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=d329d2f0eb020141 -C extra-filename=-8abc38b4608f96b7 --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-e5ce56e8506f5b30.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-305a802588653b83.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-93073cde2f269d7e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-2470766db2a88262.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-09-11T20:12:28.139Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=9d83d4ac640d092c -C extra-filename=-0b2cc801ff39dc1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-09-11T20:12:28.152Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c87c962939b85e0 -C extra-filename=-30d6cf26f3e64a88 --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-43e5ccdc1ddefd3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-09-11T20:12:28.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2714c5cff659f9f9 -C extra-filename=-a8d1cd8906920083 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-09-11T20:12:28.220Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
36812026-09-11T20:12:28.224Z Compiling itertools v0.14.0
36822026-09-11T20:12:28.224Z Compiling oxide-generation v0.1.3
36832026-09-11T20:12:28.224Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a085d4f4e24275 -C extra-filename=-c0a2ca1178b3b11b --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-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-09-11T20:12:28.225Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=7346af9af17ed034 -C extra-filename=-b04cdc1baddd9a91 --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-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-09-11T20:12:28.225Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=9f70446b2ace4773 -C extra-filename=-fe81d81eca53d050 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-09-11T20:12:28.251Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e792d5db86460413 -C extra-filename=-afc5c529a7b5a28a --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-09-11T20:12:28.255Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=eba546eec9d45bc1 -C extra-filename=-72ece0250bd0035a --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882026-09-11T20:12:28.443Z Compiling strum v0.27.2
36892026-09-11T20:12:28.446Z Compiling async-compression v0.4.41
36902026-09-11T20:12:28.447Z Compiling backon v1.6.0
36912026-09-11T20:12:28.447Z Compiling humantime v2.3.0
36922026-09-11T20:12:28.447Z Compiling convert_case v0.4.0
36932026-09-11T20:12:28.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=81bb4c15470b0fb6 -C extra-filename=-e254ffe159eabbde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-09-11T20:12:28.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=034cbb6483027ab5 -C extra-filename=-992338228558eaf8 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-09-11T20:12:28.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=908d5f3d7822ba05 -C extra-filename=-97406f1daba247f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-09-11T20:12:28.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=78a75357435ab0ea -C extra-filename=-f19578883888b03c --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-cf24493dd78e4688.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-09-11T20:12:28.561Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff/build-script-build`
36982026-09-11T20:12:28.561Z Compiling half v2.7.1
36992026-09-11T20:12:28.562Z Compiling ciborium-io v0.2.2
37002026-09-11T20:12:28.562Z Compiling secrecy v0.10.3
37012026-09-11T20:12:28.562Z Compiling indent_write v2.2.0
37022026-09-11T20:12:28.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=4befeaf8a53c1051 -C extra-filename=-bba67040a6645465 --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-34d1a9f7e69a4e38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-09-11T20:12:28.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=97e661f411848b2b -C extra-filename=-8d22a73afb78cdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-09-11T20:12:28.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=706463b9985a6a43 -C extra-filename=-6fc6252abfa2e55a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-0b2cc801ff39dc1d.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-09-11T20:12:28.596Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0/build-script-build`
37062026-09-11T20:12:28.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=9dbb087fd3ac4c82 -C extra-filename=-fd773f1aaff6b9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-09-11T20:12:28.630Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=590585e92f4d6bed -C extra-filename=-5a009ad2811b19b2 --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-c8afeb56cacd505f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-09-11T20:12:28.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d16b7eb157cdb567 -C extra-filename=-a8f9954c45614da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-09-11T20:12:28.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=c596d6a3fa516108 -C extra-filename=-d36d8fa1e5e410b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102026-09-11T20:12:28.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b2034f3a8952ff16 -C extra-filename=-605610ac2edb8b90 --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-09-11T20:12:28.810Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37122026-09-11T20:12:28.814Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
37132026-09-11T20:12:28.814Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37142026-09-11T20:12:28.966Z Compiling hyper-util v0.1.20
37152026-09-11T20:12:28.971Z Compiling async-stream v0.3.6
37162026-09-11T20:12:28.971Z Compiling oxide-generation-macros v0.2.0
37172026-09-11T20:12:28.971Z Compiling backoff v0.4.0
37182026-09-11T20:12:28.972Z Compiling camino-tempfile v1.4.1
37192026-09-11T20:12:28.972Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/artifact/src/lib.rs --error-format=json --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' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=17f34507fe0d5d3b -C extra-filename=-e8e1ec7701451782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-794de493e17f410b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
37202026-09-11T20:12:29.081Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/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,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=9f32d8f03812b1af -C extra-filename=-ee2e4ac302948d5f --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-3948ba2719554b61.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-63b25f2e825259f8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cf24493dd78e4688.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-09-11T20:12:29.091Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=e266be82cce63cfc -C extra-filename=-12ca92232ccbac47 --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-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a8d1cd8906920083.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-09-11T20:12:29.155Z Compiling derive_more v0.99.20
37232026-09-11T20:12:29.173Z Compiling ciborium-ll v0.2.2
37242026-09-11T20:12:29.173Z Compiling crucible-workspace-hack v0.1.0
37252026-09-11T20:12:29.173Z Compiling inout v0.1.4
37262026-09-11T20:12:29.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=f6061e44351ebbd5 -C extra-filename=-6f6d2d54db09521f --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-09-11T20:12:29.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-macros-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddb1328e35fa34f8 -C extra-filename=-c5b55efb85d92178 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0a2ca1178b3b11b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-09-11T20:12:29.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=93ed0ed996dacf95 -C extra-filename=-8a995efda59a0b80 --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-f57b0cec2750c1f6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-09-11T20:12:29.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db0a1aba0aec501e -C extra-filename=-3c4fd5e7a376dd48 --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-369847ab087cf11d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-09-11T20:12:29.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82bcaab4039799c8 -C extra-filename=-55e04cd135c1297c --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-e3b68c69b7e194e5.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-09-11T20:12:29.339Z Compiling regress v0.11.1
37322026-09-11T20:12:29.344Z Compiling universal-hash v0.5.1
37332026-09-11T20:12:29.344Z Compiling thiserror-impl-no-std v2.0.2
37342026-09-11T20:12:29.344Z Compiling opaque-debug v0.3.1
37352026-09-11T20:12:29.344Z Compiling aead v0.5.2
37362026-09-11T20:12:29.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=56c98816f1f1987c -C extra-filename=-68dae086988655aa --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-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-09-11T20:12:29.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=97aa6be2e63e1174 -C extra-filename=-4d8336ecaf92709f --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-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-09-11T20:12:29.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=377861f1f9a450bb -C extra-filename=-ac55dd1fa1be0133 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-09-11T20:12:29.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d03a1f507338275f -C extra-filename=-0241039e4448ef40 --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-d36d8fa1e5e410b5.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-5a009ad2811b19b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-09-11T20:12:29.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/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,test)' --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=0ed463f96fbf5f56 -C extra-filename=-1cfbac00e1744e07 --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-8d22a73afb78cdb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-09-11T20:12:29.416Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37422026-09-11T20:12:29.420Z Compiling blake2 v0.10.6
37432026-09-11T20:12:29.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=01435e8ddc8c446c -C extra-filename=-d341089c6d4d580b --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-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-09-11T20:12:29.565Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9d76276c23e5cd25 -C extra-filename=-2dacaf912060bdd6 --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-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-09-11T20:12:29.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=227b072ba558206f -C extra-filename=-267b1c971771e65b --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-09-11T20:12:29.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5db6d9e4f4ef52c -C extra-filename=-ca5850d89599ee41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-09-11T20:12:29.567Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=eb92d76fe284d5df -C extra-filename=-68137692f8431a35 --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-2485650c47585fb6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-09-11T20:12:29.592Z Compiling password-hash v0.5.0
37492026-09-11T20:12:29.596Z Compiling unsafe-libyaml v0.2.11
37502026-09-11T20:12:29.596Z Compiling swrite v0.1.0
37512026-09-11T20:12:29.596Z Compiling crossbeam-deque v0.8.6
37522026-09-11T20:12:29.596Z Compiling itertools v0.15.0
37532026-09-11T20:12:29.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b859792a52c8169b -C extra-filename=-1daa2bbcf4e3cf84 --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-09-11T20:12:29.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=1df77823d7b85a5b -C extra-filename=-ba28847056dc7a3d --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-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-09-11T20:12:29.781Z Compiling ciborium v0.2.2
37562026-09-11T20:12:29.785Z Compiling cipher v0.4.4
37572026-09-11T20:12:29.785Z Compiling poly1305 v0.8.0
37582026-09-11T20:12:29.785Z Compiling rayon-core v1.13.0
37592026-09-11T20:12:29.785Z Compiling num-derive v0.4.2
37602026-09-11T20:12:29.785Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=fe303b44dca32e4b -C extra-filename=-f7b8c7be85efc0ca --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-4641a7d020b1e261.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-09-11T20:12:29.786Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=428700a022b5b8e6 -C extra-filename=-fac5edfd7a1b28fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-09-11T20:12:29.816Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=e9645997dbe6f603 -C extra-filename=-2c98d7798085936d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-09-11T20:12:29.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=8e8a5ef0e0f61fca -C extra-filename=-af208bc9d100447a --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-09-11T20:12:29.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6def1cbfc353e579 -C extra-filename=-30a1da2db0dd111b --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-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-09-11T20:12:29.925Z Compiling glob v0.3.3
37662026-09-11T20:12:29.930Z Compiling toml_datetime v0.7.5+spec-1.1.0
37672026-09-11T20:12:29.930Z Compiling proc-macro-error-attr v1.0.4
37682026-09-11T20:12:29.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f14761f4b2f0f16 -C extra-filename=-ddef13110ccf1ec1 --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-d36d8fa1e5e410b5.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0241039e4448ef40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-09-11T20:12:29.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c1d3635e1b0e6410 -C extra-filename=-7103965e71045a3f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-09-11T20:12:29.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae18abc08fb3b622 -C extra-filename=-8a8724bec2baea40 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-09-11T20:12:29.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=777192a051a301ef -C extra-filename=-746fb077122efe62 --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-603d68126913dae5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ca5850d89599ee41.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-2dacaf912060bdd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-09-11T20:12:29.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=a10ff7a2947f5054 -C extra-filename=-6daee57debadb2fd --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-2485650c47585fb6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d8336ecaf92709f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-09-11T20:12:29.931Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133/build-script-build`
37742026-09-11T20:12:30.027Z Compiling argon2 v0.5.3
37752026-09-11T20:12:30.043Z Compiling proc-macro-error v1.0.4
37762026-09-11T20:12:30.134Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=06e2b291ff2de8c0 -C extra-filename=-32e11cbbb0cbd818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-09-11T20:12:30.138Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6819b5271d7d6084 -C extra-filename=-2721e08d8f4a4ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-09-11T20:12:30.138Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=c570b868129eb888 -C extra-filename=-cd21f5438e09fa0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-09-11T20:12:30.172Z Compiling tabwriter v1.4.1
37802026-09-11T20:12:30.181Z Compiling illumos-nvpair-sys v0.2.0
37812026-09-11T20:12:30.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=11f921ad3a80b8dd -C extra-filename=-f6bb609b3f550cef --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-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ba28847056dc7a3d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-f7b8c7be85efc0ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-09-11T20:12:30.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ffd25717a487a5bd -C extra-filename=-a823a2c175fb117b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-09-11T20:12:30.244Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
37842026-09-11T20:12:30.248Z Compiling heapless v0.8.0
37852026-09-11T20:12:30.316Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e480f4f08336b15 -C extra-filename=-8928a1ebdb4f3415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-09-11T20:12:30.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=17daabed630b096b -C extra-filename=-8b45795018347949 --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-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-09-11T20:12:30.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9e98e3db3eb2c04 -C extra-filename=-9e5bbcb8344911d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-09-11T20:12:30.348Z Compiling toml_edit v0.23.10+spec-1.0.0
37892026-09-11T20:12:30.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=99a525d1c471d666 -C extra-filename=-21b149b783800958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-97406f1daba247f9.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-09-11T20:12:30.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4b13f803e09f32a9 -C extra-filename=-0ea51ee9a85fb591 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-09-11T20:12:30.425Z Compiling parse-display v0.10.0
37922026-09-11T20:12:30.501Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f/build-script-build`
37932026-09-11T20:12:30.505Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=e7a7b3b2c1c8e909 -C extra-filename=-cfa73a3f78d519ae --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-df56548816dd36a4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd21f5438e09fa0c.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-09-11T20:12:30.505Z Compiling hyper-tls v0.6.0
37952026-09-11T20:12:30.508Z Compiling chacha20 v0.9.1
37962026-09-11T20:12:30.508Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=809c635508d163c5 -C extra-filename=-c9efdcc507723cfe --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-afc5c529a7b5a28a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-09-11T20:12:30.652Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37982026-09-11T20:12:30.656Z Compiling serde_yaml v0.9.34+deprecated
37992026-09-11T20:12:30.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=d0379f93bcf255e9 -C extra-filename=-e82e864ff8c7935d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -l static=zstd`
38002026-09-11T20:12:30.771Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87/build-script-build`
38012026-09-11T20:12:30.771Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=df8f59d11058cded -C extra-filename=-67c85659b80ce174 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-09-11T20:12:30.772Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=fa767af7730254a6 -C extra-filename=-4824dcfc30498d8a --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-47cd8f8dc9e7b1a0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1b801c0f2a3527d7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38032026-09-11T20:12:30.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f428bdb255f635 -C extra-filename=-a0d7bce1927ddf41 --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-a99736055d4f315d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-09-11T20:12:30.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7474b81a0075898b -C extra-filename=-880c138e94e08aa6 --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-df56548816dd36a4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-fac5edfd7a1b28fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-09-11T20:12:30.847Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b9e3bf1497b0a233 -C extra-filename=-9037290892bc41dc --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-30a1da2db0dd111b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-09-11T20:12:30.847Z Compiling hash32 v0.3.1
38072026-09-11T20:12:30.848Z Compiling colored v3.1.1
38082026-09-11T20:12:30.848Z Compiling smoltcp v0.11.0
38092026-09-11T20:12:30.848Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
38102026-09-11T20:12:30.848Z Compiling cobs v0.3.0
38112026-09-11T20:12:30.848Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
38122026-09-11T20:12:30.848Z Compiling proc-macro-crate v1.3.1
38132026-09-11T20:12:30.848Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b/build-script-build`
38142026-09-11T20:12:30.848Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6/build-script-build`
38152026-09-11T20:12:31.056Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6/build-script-build`
38162026-09-11T20:12:31.061Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a320a2dd6d56de42 -C extra-filename=-c51999a49be44886 --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-09-11T20:12:31.061Z Compiling reqwest v0.12.28
38182026-09-11T20:12:31.061Z Compiling chacha20poly1305 v0.10.1
38192026-09-11T20:12:31.061Z Compiling foreign-types-macros v0.2.3
38202026-09-11T20:12:31.089Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38212026-09-11T20:12:31.093Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=bd3f3088a91bd529 -C extra-filename=-c5d868ae71f3670a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-09-11T20:12:31.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=834e816f9eaace37 -C extra-filename=-cc7c0de1c6e2b8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-09-11T20:12:31.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a6ec4020d1eff95 -C extra-filename=-979756aeaf6052b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-09-11T20:12:31.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87020c2f57eff21 -C extra-filename=-7dcb5e340840f5f4 --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-0875c71ea664a892.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-09-11T20:12:31.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=93f3d21067333c56 -C extra-filename=-b6e1482266941a20 --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-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-09-11T20:12:31.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb22c0faeb803704 -C extra-filename=-41899cc7a527c4ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-09-11T20:12:31.269Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f2216a0f28f333d6 -C extra-filename=-a442506b7524b373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-e82e864ff8c7935d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
38282026-09-11T20:12:31.273Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591/build-script-build`
38292026-09-11T20:12:31.273Z Compiling typify-impl v0.6.2
38302026-09-11T20:12:31.303Z Compiling thiserror-no-std v2.0.2
38312026-09-11T20:12:31.307Z Compiling proc-macro-crate v3.4.0
38322026-09-11T20:12:31.307Z Compiling postcard v1.1.3
38332026-09-11T20:12:31.307Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=7d662f93c46ab7f4 -C extra-filename=-4d1f8800798d0067 --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-4824dcfc30498d8a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1b801c0f2a3527d7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6cc2557fadd24736.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38342026-09-11T20:12:31.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec94ac09a6c46241 -C extra-filename=-f3d4d08f7b516c06 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-09-11T20:12:31.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=649d0482110336f5 -C extra-filename=-7b61c795d35e6013 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-09-11T20:12:31.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=b3f53103fd23c07d -C extra-filename=-c2444028eba3d1d1 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-09-11T20:12:31.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=abb81018329ac621 -C extra-filename=-272df1a36bbcb959 --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-68137692f8431a35.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-67c85659b80ce174.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-746fb077122efe62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-09-11T20:12:31.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=106bfd7616dd3f98 -C extra-filename=-906d99990c5eb820 --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-b4d67f07919ede1e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-09-11T20:12:31.459Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3ecb9dd2b79f3e01 -C extra-filename=-d20613ae41c8cf08 --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-267b1c971771e65b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-09-11T20:12:31.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a11dcc6b389d9695 -C extra-filename=-178e6fef099d8d4d --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-cfa73a3f78d519ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-09-11T20:12:31.463Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38422026-09-11T20:12:31.463Z Compiling rayon v1.11.0
38432026-09-11T20:12:31.463Z Compiling ingot-macros v0.2.0
38442026-09-11T20:12:31.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=97a6bcd2a75b5e56 -C extra-filename=-a2e293dc48886e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair`
38452026-09-11T20:12:31.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=6615b3fcddd353c0 -C extra-filename=-d8cdc101683a150c --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-b6e1482266941a20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-09-11T20:12:31.633Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38472026-09-11T20:12:31.637Z Compiling foreign-types-shared v0.3.1
38482026-09-11T20:12:31.667Z Compiling num_enum_derive v0.5.11
38492026-09-11T20:12:31.731Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=909af9fc4277ebd1 -C extra-filename=-c85745a29d1a7cd6 --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-a0d7bce1927ddf41.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1daa2bbcf4e3cf84.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-09-11T20:12:31.735Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=037ca7cf12addd13 -C extra-filename=-f0699dad52f1dbd8 --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-7a1835c470d020cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-09-11T20:12:31.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=1799b0447cbb9f1c -C extra-filename=-263f7112b196b016 --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-2f892cc0986a716b.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-09-11T20:12:31.846Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1/build-script-build`
38532026-09-11T20:12:31.846Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff/build-script-build`
38542026-09-11T20:12:31.850Z Compiling zstd v0.13.3
38552026-09-11T20:12:31.850Z Compiling illumos-nvpair v0.3.0
38562026-09-11T20:12:31.850Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38572026-09-11T20:12:31.850Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38582026-09-11T20:12:31.850Z Compiling sigpipe v0.1.3
38592026-09-11T20:12:31.850Z Compiling cstr-argument v0.1.2
38602026-09-11T20:12:31.850Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
38612026-09-11T20:12:31.850Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
38622026-09-11T20:12:31.850Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=da027cc9e8b5c2cc -C extra-filename=-0f85acb4b240c4be --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-09-11T20:12:31.850Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6a1c4509f856f58 -C extra-filename=-146e617de31717b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-09-11T20:12:31.850Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=7f0674b1b7db5831 -C extra-filename=-07da41e1bfdd74d9 --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-7dcb5e340840f5f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-09-11T20:12:31.989Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=f8c4b488cf6784c0 -C extra-filename=-5363eb8c9c393e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-a442506b7524b373.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
38662026-09-11T20:12:31.989Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a/build-script-build`
38672026-09-11T20:12:31.993Z Compiling vsss-rs v3.3.4
38682026-09-11T20:12:31.993Z Compiling itertools v0.12.1
38692026-09-11T20:12:32.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab0863650f5777e -C extra-filename=-d606a0b54b273f78 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a8d485eaa64f210 -C extra-filename=-3e756e2dae68da92 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fa53f566f196fe38 -C extra-filename=-23bf56a2a1f77886 --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-c8afeb56cacd505f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=baab32d52a2959f3 -C extra-filename=-4be05bc59d56a084 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=42a83a88bde2fe0e -C extra-filename=-fef5f9bf309f0a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f8e950d60fe3cc -C extra-filename=-6f2eafd4503b8ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6b2fb40d31f2c485 -C extra-filename=-99c03dfaa89385d3 --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-c51999a49be44886.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-09-11T20:12:32.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce65e3caf5b0921c -C extra-filename=-b4966587c50d39a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-09-11T20:12:32.099Z Compiling toml v0.8.23
38782026-09-11T20:12:32.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c9740e3c0bf65ea3 -C extra-filename=-e0ed419d817544b0 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-09-11T20:12:32.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=01326c7b5c107146 -C extra-filename=-b00da713d20c8fa5 --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-f3d4d08f7b516c06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
38802026-09-11T20:12:32.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f3e8f6976dae1beb -C extra-filename=-5fed6632ad9b44c0 --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-d3b13ba2ae292ea3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-d20613ae41c8cf08.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-09-11T20:12:32.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=349b351e22e38347 -C extra-filename=-384995a6f0cf8558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
38822026-09-11T20:12:32.137Z Compiling zip v4.6.1
38832026-09-11T20:12:32.210Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa466dec5fcdc502 -C extra-filename=-fcfd71c267e3b139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
38842026-09-11T20:12:32.214Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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 --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=8260f57961fb0e0d -C extra-filename=-5bfb7a43fc104ff9 --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-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-09-11T20:12:32.247Z Compiling num_enum_derive v0.7.6
38862026-09-11T20:12:32.252Z Compiling foreign-types v0.5.0
38872026-09-11T20:12:32.320Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=90d4cd9187dadadd -C extra-filename=-904d443341801caf --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-e7fb1e55b3cb2059.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-533df23fbebc93d2.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-5363eb8c9c393e07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
38882026-09-11T20:12:32.399Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38892026-09-11T20:12:32.402Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38902026-09-11T20:12:32.402Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=b4ebceac1d07be49 -C extra-filename=-00ddfb27d70d690e --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-178e6fef099d8d4d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-09-11T20:12:32.402Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=db180da25fba655b -C extra-filename=-0e64f5a4c5d9292a --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-7b61c795d35e6013.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-146e617de31717b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-09-11T20:12:32.539Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38932026-09-11T20:12:32.543Z Compiling smf v0.2.3
38942026-09-11T20:12:32.543Z Compiling whoami v1.6.1
38952026-09-11T20:12:32.543Z Compiling usdt-macro v0.5.0
38962026-09-11T20:12:32.543Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be/build-script-build`
38972026-09-11T20:12:32.543Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d7784a1e8e6e05c -C extra-filename=-9f3f0a3f468be551 --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-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-09-11T20:12:32.543Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ec470d22a3c70ff4 -C extra-filename=-ba8abc135dd3a6a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-09-11T20:12:32.758Z Compiling usdt-attr-macro v0.5.0
39002026-09-11T20:12:32.763Z Compiling derive-where v1.6.0
39012026-09-11T20:12:32.763Z Compiling memmap v0.7.0
39022026-09-11T20:12:32.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c46311dcfe4c35c0 -C extra-filename=-c95b470fa7fe6268 --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-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-09-11T20:12:32.795Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=bfc5c49b7d4da9f5 -C extra-filename=-a3b889cd96e179f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-09-11T20:12:32.799Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dba89a223f97708f -C extra-filename=-359b22f7a1198f24 --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-8928a1ebdb4f3415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-09-11T20:12:32.800Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=abe4bb362369f498 -C extra-filename=-85ae77d0c1087839 --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-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-09-11T20:12:32.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9a5dd82fc5d9ee9e -C extra-filename=-c8b2973020a66097 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-99c03dfaa89385d3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-09-11T20:12:32.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39082026-09-11T20:12:32.910Z Compiling console v0.15.11
39092026-09-11T20:12:32.910Z Compiling newline-converter v0.3.0
39102026-09-11T20:12:32.910Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3/build-script-build`
39112026-09-11T20:12:32.910Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c20a949d561050 -C extra-filename=-6cf863394335e8e0 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-09-11T20:12:32.911Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e/build-script-build`
39132026-09-11T20:12:32.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=7feb82353dcd79d7 -C extra-filename=-42a7ddd070b228a3 --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-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-09-11T20:12:32.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=9b4d2a07ceba3cbb -C extra-filename=-b204df21dbd8d7dd --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-09-11T20:12:33.127Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
39162026-09-11T20:12:33.131Z Compiling bytecount v0.6.9
39172026-09-11T20:12:33.131Z Compiling num-rational v0.4.2
39182026-09-11T20:12:33.131Z Compiling num-complex v0.4.6
39192026-09-11T20:12:33.131Z Compiling cancel-safe-futures v0.1.5
39202026-09-11T20:12:33.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf8e4dbdb44b0113 -C extra-filename=-a2996251908661b8 --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-23bf56a2a1f77886.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-0e64f5a4c5d9292a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-09-11T20:12:33.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289b4c7258b36389 -C extra-filename=-b4c33df7475abd56 --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-09-11T20:12:33.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ccd519f935fc4e24 -C extra-filename=-6866355d09e8c508 --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-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-09-11T20:12:33.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=100f41b9f5c220b3 -C extra-filename=-2cb1d881adec7f48 --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-f36ac586621dabce.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d606a0b54b273f78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-09-11T20:12:33.345Z Compiling num_enum v0.5.11
39252026-09-11T20:12:33.346Z Compiling zone_cfg_derive v0.3.1
39262026-09-11T20:12:33.346Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39272026-09-11T20:12:33.346Z Compiling float-ord v0.3.2
39282026-09-11T20:12:33.346Z Compiling gethostname v0.5.0
39292026-09-11T20:12:33.346Z Compiling linear-map v1.2.0
39302026-09-11T20:12:33.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=3c71da18b00447d4 -C extra-filename=-55d6061bdd57c253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-09-11T20:12:33.372Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4/build-script-build`
39322026-09-11T20:12:33.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=b5c84a42a10c1d05 -C extra-filename=-2339a847ce10c133 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-09-11T20:12:33.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=bff6bf0697e41e65 -C extra-filename=-dcd161db7c5de29d --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-09-11T20:12:33.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=5d14f78cde86f36f -C extra-filename=-8cb31b5c6183c15f --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-09-11T20:12:33.465Z Compiling prettyplease v0.2.37
39362026-09-11T20:12:33.469Z Compiling resolv-conf v0.7.6
39372026-09-11T20:12:33.469Z Compiling tabled_derive v0.7.0
39382026-09-11T20:12:33.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9298554ab3bec446 -C extra-filename=-3ffbaa29020449ac --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-09-11T20:12:33.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=91f257f83859ec9b -C extra-filename=-b5d65c20dcef55c0 --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-07da41e1bfdd74d9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-09-11T20:12:33.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=22889bef5bddc97a -C extra-filename=-a1106d2116afdb76 --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-9f3f0a3f468be551.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-09-11T20:12:33.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb26610ebfa9a007 -C extra-filename=-c1ab1668e3c766a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-09-11T20:12:33.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=4a9d4b17ba9fc5d3 -C extra-filename=-563b5ebce1d66c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-09-11T20:12:33.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c56710582d45a93 -C extra-filename=-4d70db72340caa1d --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-43e5ccdc1ddefd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-09-11T20:12:33.655Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39452026-09-11T20:12:33.661Z Compiling expectorate v1.2.0
39462026-09-11T20:12:33.662Z Compiling papergrid v0.11.0
39472026-09-11T20:12:33.662Z Compiling slog-dtrace v0.3.0
39482026-09-11T20:12:33.662Z Compiling crossterm v0.29.0
39492026-09-11T20:12:33.689Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9669f40939797ffd -C extra-filename=-cead4fefc1c280d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-09-11T20:12:33.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=f5f57a096206150b -C extra-filename=-20f6e0de4defe2af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-09-11T20:12:33.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=d1718d47b92ea8ba -C extra-filename=-707ac34ddea2926e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-09-11T20:12:33.694Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b24a11c84cfa8065 -C extra-filename=-319b07b66083c5c6 --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532026-09-11T20:12:33.876Z Compiling num_enum v0.7.6
39542026-09-11T20:12:33.879Z Compiling num v0.4.3
39552026-09-11T20:12:33.907Z Compiling termtree v0.5.1
39562026-09-11T20:12:33.910Z Compiling fd-lock v4.0.4
39572026-09-11T20:12:33.942Z Compiling vte v0.14.1
39582026-09-11T20:12:33.945Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=353049d4af51ecd3 -C extra-filename=-740acee8f401a47e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6866355d09e8c508.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-b4c33df7475abd56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-09-11T20:12:33.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=41238c2b20bc8379 -C extra-filename=-2e595825c25c952b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-09-11T20:12:33.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=6ede7db961c65c30 -C extra-filename=-61e47cdc915178e8 --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-3948ba2719554b61.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-09-11T20:12:33.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=be7f00af09337e45 -C extra-filename=-1567a279bb0de6af --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-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-09-11T20:12:33.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=61475f5180cd6667 -C extra-filename=-66a99f903956db63 --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-a0d7bce1927ddf41.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-09-11T20:12:34.090Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=55cf1481fb7dc2c2 -C extra-filename=-5b8422b77bcbad1d --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-00ddfb27d70d690e.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642026-09-11T20:12:34.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=c95ffe438368c8b7 -C extra-filename=-b3150182fe3bc4ee --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-2339a847ce10c133.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-dcd161db7c5de29d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652026-09-11T20:12:34.096Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f/build-script-build`
39662026-09-11T20:12:34.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03f32f01e82635db -C extra-filename=-1b7c5f56218e24e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-09-11T20:12:34.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2782e4775a09441 -C extra-filename=-64c7de151bc881a9 --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-c8afeb56cacd505f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-09-11T20:12:34.096Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39692026-09-11T20:12:34.096Z Compiling linked-hash-map v0.5.6
39702026-09-11T20:12:34.096Z Compiling minimal-lexical v0.2.1
39712026-09-11T20:12:34.096Z Compiling hickory-proto v0.24.4
39722026-09-11T20:12:34.096Z Compiling nu-ansi-term v0.50.3
39732026-09-11T20:12:34.164Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=d246ca281e380aaf -C extra-filename=-1177e82593d4ad0a --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742026-09-11T20:12:34.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=937585c827831967 -C extra-filename=-800dbaf245339529 --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-ec93dfa18e4d1a6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5d65c20dcef55c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-09-11T20:12:34.351Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5/build-script-build`
39762026-09-11T20:12:34.351Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=0ec1d677b78225fb -C extra-filename=-ebb85595ca446631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772026-09-11T20:12:34.351Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=9b1bb7db9fc1f4e0 -C extra-filename=-0334b12b2f545292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-09-11T20:12:34.351Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=c7637ace5eaf8494 -C extra-filename=-7805e911d8b9b437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-707ac34ddea2926e.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-09-11T20:12:34.352Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
39802026-09-11T20:12:34.352Z Compiling usdt v0.5.0
39812026-09-11T20:12:34.380Z Compiling unicode-xid v0.2.6
39822026-09-11T20:12:34.384Z Compiling ar_archive_writer v0.5.1
39832026-09-11T20:12:34.384Z Compiling display-error-chain v0.2.2
39842026-09-11T20:12:34.384Z Compiling stacker v0.1.23
39852026-09-11T20:12:34.414Z Compiling csv-core v0.1.13
39862026-09-11T20:12:34.447Z Compiling semver v0.1.20
39872026-09-11T20:12:34.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.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(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --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=f7ce670815be64d8 -C extra-filename=-beeecaa252b7cd2c --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-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-ff8952e671ab4d4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-09-11T20:12:34.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=fc70757b0b527e9d -C extra-filename=-1bcaab57820d928d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-09-11T20:12:34.621Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=af2c2e285b8a79a2 -C extra-filename=-97bc4d48de295174 --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-f36ac586621dabce.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fcfd71c267e3b139.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-09-11T20:12:34.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=523216996aa2ac72 -C extra-filename=-3d28bc88537118e1 --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-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-d40e0f10fdbd1b25.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6cf863394335e8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-42a7ddd070b228a3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-85ae77d0c1087839.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-09-11T20:12:34.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=778bc34b0fbb9e00 -C extra-filename=-cbbac3a7e9f53198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-09-11T20:12:34.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-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 --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953c1bdde814accf -C extra-filename=-9757ada6649e8b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-09-11T20:12:34.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c146998a90c40eaf -C extra-filename=-5ec1cd83469ea280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-09-11T20:12:34.628Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59486c9b28d0c490 -C extra-filename=-f2b96817014b904b --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-09-11T20:12:34.628Z Compiling zone v0.3.1
39962026-09-11T20:12:34.628Z Compiling nom v7.1.3
39972026-09-11T20:12:34.628Z Compiling strip-ansi-escapes v0.2.1
39982026-09-11T20:12:34.628Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=01824df5e8cef064 -C extra-filename=-fad755b3db2190e2 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-09-11T20:12:34.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d616a097523120e -C extra-filename=-e6c078440dac6de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-09-11T20:12:34.812Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-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="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=edf2aa7faf16af84 -C extra-filename=-8eae445cf48844a4 --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-e0ed419d817544b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3ffbaa29020449ac.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-09-11T20:12:34.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=23d888f5098e9f2d -C extra-filename=-5b93e87315b42afc --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-09-11T20:12:34.815Z Compiling tokio-dtrace v0.1.1
40032026-09-11T20:12:34.816Z Compiling oxide-update-engine-types v0.1.2
40042026-09-11T20:12:34.816Z Compiling lru-cache v0.1.2
40052026-09-11T20:12:34.816Z Compiling cfg_aliases v0.1.1
40062026-09-11T20:12:34.816Z Compiling highway v1.3.0
40072026-09-11T20:12:34.816Z Compiling nibble_vec v0.1.0
40082026-09-11T20:12:34.816Z Compiling endian-type v0.1.2
40092026-09-11T20:12:34.847Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b/build-script-build`
40102026-09-11T20:12:34.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=89231491a25e3039 -C extra-filename=-31ca6af593560390 --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-054bf847d36a6b9e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ebb85595ca446631.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-09-11T20:12:34.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c85400e3d17405 -C extra-filename=-a5eb8fc2faf9ccae --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-1177e82593d4ad0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-09-11T20:12:34.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cf006172ed23afa -C extra-filename=-c7896ef16e4748f0 --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-e22f03653f92d3a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
40132026-09-11T20:12:34.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=54b10f9d22b81ad7 -C extra-filename=-b800997bcfce769b --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-ec93dfa18e4d1a6d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -l static=pci`
40142026-09-11T20:12:35.108Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1634f1e252af0bef -C extra-filename=-1b77a764ab8acbe5 --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-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-97bc4d48de295174.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a2996251908661b8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-2cb1d881adec7f48.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
40152026-09-11T20:12:35.111Z Compiling ingot-types v0.2.0
40162026-09-11T20:12:35.111Z Compiling tabled v0.15.0
40172026-09-11T20:12:35.111Z Compiling rustc_version v0.1.7
40182026-09-11T20:12:35.112Z Compiling csv v1.4.0
40192026-09-11T20:12:35.143Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
40202026-09-11T20:12:35.147Z Compiling phf_shared v0.12.1
40212026-09-11T20:12:35.147Z Compiling recursive-proc-macro-impl v0.1.1
40222026-09-11T20:12:35.147Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fec4e2e665d983a -C extra-filename=-658572f76e1ddc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7229c32f3f0437d -C extra-filename=-d29bc17f9f4dd114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-types-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="schemars08"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=56608b708cb0f609 -C extra-filename=-dc0a97fda5ff008b --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-ec93dfa18e4d1a6d.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=de17876f545878ba -C extra-filename=-2ce8b50de9ee1f0e --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-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=2dbe356ce6ffe2f7 -C extra-filename=-a6e6dda2918cca1a --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-0334b12b2f545292.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c04fb1da259c3528 -C extra-filename=-b006cf31448827a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-09-11T20:12:35.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-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 --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=867216a9647a06e4 -C extra-filename=-d60e658dd7c74b35 --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-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-09-11T20:12:35.464Z Compiling reedline v0.40.0
40302026-09-11T20:12:35.464Z Compiling nix v0.28.0
40312026-09-11T20:12:35.468Z Compiling chrono-tz v0.10.4
40322026-09-11T20:12:35.468Z Compiling const_format_proc_macros v0.2.34
40332026-09-11T20:12:35.468Z Compiling peg-macros v0.8.5
40342026-09-11T20:12:35.468Z Compiling sqlparser_derive v0.5.0
40352026-09-11T20:12:35.468Z Compiling winnow v0.6.26
40362026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2597cbe816fc1d35 -C extra-filename=-07cc05d5b22fa82c --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-f0699dad52f1dbd8.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22dac6bafcbed3c -C extra-filename=-db5342acb6fe432a --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f81404d8c5e31f2 -C extra-filename=-9f2ff1acfcfd0869 --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-fad755b3db2190e2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=168a247fc1a5bcdf -C extra-filename=-ffb315459a2ad208 --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-1567a279bb0de6af.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-319b07b66083c5c6.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d96bc1c3f5f8890 -C extra-filename=-f59db9cab90f7886 --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-e6c078440dac6de9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=cba232b02767b9e6 -C extra-filename=-eba6d60e9f3bef3a --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-09-11T20:12:35.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c35302c77ab31bc -C extra-filename=-8144b83e42ecba98 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-09-11T20:12:35.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5347f08b1a080d7 -C extra-filename=-5d05010ee1bc9be8 --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-1e0124cd6fc62769.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-09-11T20:12:35.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=1ab2b82e1f35ecc8 -C extra-filename=-4b2d53e65fcfcc61 --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-1e0124cd6fc62769.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-64c7de151bc881a9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-1bcaab57820d928d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-a5eb8fc2faf9ccae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f1cefca1df0fdd9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-09-11T20:12:35.752Z Compiling oxide-tokio-rt v0.1.4
40462026-09-11T20:12:35.752Z Compiling psm v0.1.30
40472026-09-11T20:12:35.752Z Compiling radix_trie v0.2.1
40482026-09-11T20:12:35.752Z Compiling phf v0.12.1
40492026-09-11T20:12:35.753Z Compiling home v0.5.12
40502026-09-11T20:12:35.778Z Compiling unicode_categories v0.1.1
40512026-09-11T20:12:35.781Z Compiling bcs v0.1.6
40522026-09-11T20:12:35.781Z Compiling nom v8.0.0
40532026-09-11T20:12:35.814Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b/build-script-build`
40542026-09-11T20:12:35.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/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,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=e3daffa7b338386c -C extra-filename=-c3ac92009745cb0d --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-09-11T20:12:35.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/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,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=52e31bc866294ede -C extra-filename=-d26939c5248d7893 --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-7e77bbb16c35318e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-09-11T20:12:35.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=c0251b1da51df687 -C extra-filename=-1df074c816636430 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-09-11T20:12:35.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea61c2713d1914b -C extra-filename=-baf92191a70b053a --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-09-11T20:12:35.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=ddddeb4c30948e27 -C extra-filename=-905107277f001d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b006cf31448827a8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-09-11T20:12:35.819Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=384f526d605a4e60 -C extra-filename=-012bba4a8c0b8ae1 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602026-09-11T20:12:35.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=1aedc682769818bf -C extra-filename=-d0f1547ca88e27b6 --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-ec93dfa18e4d1a6d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-d60e658dd7c74b35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-09-11T20:12:35.957Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8fcc9707cbfff05b -C extra-filename=-39a54d192704f90b --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-eba6d60e9f3bef3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-09-11T20:12:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=abffcb88cfd2ff34 -C extra-filename=-0b56bab8a18b41e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-9757ada6649e8b7b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-09-11T20:12:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84caf97e0bf8703b -C extra-filename=-2218b67b6da09a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-09-11T20:12:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fe42d5d479509093 -C extra-filename=-5368fdbcc8d15a21 --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-d29bc17f9f4dd114.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2ce8b50de9ee1f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-09-11T20:12:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=687ecc459e0e199d -C extra-filename=-8bb0e18f831379ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-09-11T20:12:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d23bc42da5f5df18 -C extra-filename=-d556d7463a7a2410 --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-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-09-11T20:12:35.958Z Compiling ingot v0.2.1
40682026-09-11T20:12:35.958Z Compiling newtype_derive v0.1.6
40692026-09-11T20:12:35.958Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40702026-09-11T20:12:36.046Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
40712026-09-11T20:12:36.046Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=22494871513ea974 -C extra-filename=-2a8ed7b23aa47b69 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-09-11T20:12:36.091Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9042cd68938f5227 -C extra-filename=-1fa4c9c542188ad8 --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-ec93dfa18e4d1a6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-09-11T20:12:36.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=123cf4ee1477f9d3 -C extra-filename=-4996fa4ae825710e --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-3948ba2719554b61.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f0699dad52f1dbd8.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-07cc05d5b22fa82c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-09-11T20:12:36.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=1017a8fd35e74431 -C extra-filename=-d3d2d49952f2c9a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f59db9cab90f7886.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-09-11T20:12:36.095Z Compiling oxide-update-engine v0.1.2
40762026-09-11T20:12:36.096Z Compiling sha1 v0.10.6
40772026-09-11T20:12:36.124Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a944f193996bb19 -C extra-filename=-aa60e9a2fa6df98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-09-11T20:12:36.204Z Compiling filetime v0.2.27
40792026-09-11T20:12:36.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=b8119efca5207f5e -C extra-filename=-2e33ca5688288ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-563b5ebce1d66c1c.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-09-11T20:12:36.208Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430/build-script-build`
40812026-09-11T20:12:36.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=fb409c466c9634bf -C extra-filename=-35fb0b5687fedf25 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-09-11T20:12:36.316Z Compiling typify-macro v0.6.2
40832026-09-11T20:12:36.320Z Compiling xattr v1.6.1
40842026-09-11T20:12:36.320Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
40852026-09-11T20:12:36.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=191c17f8bea8b54a -C extra-filename=-642f432538a6b2f9 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-09-11T20:12:36.490Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b/build-script-build`
40872026-09-11T20:12:36.490Z Compiling hickory-resolver v0.24.4
40882026-09-11T20:12:36.490Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40892026-09-11T20:12:36.491Z Compiling subprocess v0.2.15
40902026-09-11T20:12:36.491Z Compiling headers-core v0.3.0
40912026-09-11T20:12:36.491Z Compiling yasna v0.5.2
40922026-09-11T20:12:36.491Z Compiling port-file v0.1.0
40932026-09-11T20:12:36.491Z Compiling dropshot-api-manager-types v0.8.0
40942026-09-11T20:12:36.491Z Compiling tagptr v0.2.0
40952026-09-11T20:12:36.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3d9c88221503b98 -C extra-filename=-30b4eae1a7c2058d --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-906d99990c5eb820.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-09-11T20:12:36.492Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=13381cf4bade804e -C extra-filename=-e92b170078c81b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-09-11T20:12:36.492Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_debug_dropbox --edition=2024 /home/build/.cargo/git/checkouts/omicron-debug-dropbox-70fea570d4f944f9/eb13fc7/src/lib.rs --error-format=json --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::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae950efbe2f79b9d -C extra-filename=-decbc3119b08a51b --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-369847ab087cf11d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-09-11T20:12:36.523Z Compiling libefi-sys v0.1.0
40992026-09-11T20:12:36.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.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(nightly)' --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,test)' --check-cfg 'cfg(feature, values("backtrace", "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=0b157619bb2f4635 -C extra-filename=-a1a8bb85b231affa --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-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-beeecaa252b7cd2c.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-09-11T20:12:36.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d6201e385336a3e -C extra-filename=-3c178cc649fd640e --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-09-11T20:12:36.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=a616c2ffdb88211d -C extra-filename=-9a396bbdc6bbac50 --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-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-09-11T20:12:36.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f5e8b10879830b -C extra-filename=-34e761c9cdad863d --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-09-11T20:12:36.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=d9382913b704e404 -C extra-filename=-ee72e95af4dd1c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042026-09-11T20:12:36.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80812b7cf78e2bc0 -C extra-filename=-f0e10c3e492850f0 --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-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-09-11T20:12:36.530Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8/build-script-build`
41062026-09-11T20:12:36.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a2253261bfcce9 -C extra-filename=-409371149b266c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-09-11T20:12:36.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d3f611570a8aa1df -C extra-filename=-5b782ae8db9b09fc --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082026-09-11T20:12:36.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ae4a33dc4dc1dcb -C extra-filename=-a307f06f8c3025ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-09-11T20:12:36.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=fb8d2d02f5b6cada -C extra-filename=-707cf7ae1ceaebe2 --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-1e0124cd6fc62769.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-39a54d192704f90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-09-11T20:12:36.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=171fdfd91d9a80f7 -C extra-filename=-6ae63aabf74927f9 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
41112026-09-11T20:12:36.729Z Compiling tar v0.4.46
41122026-09-11T20:12:36.732Z Compiling bitfield-struct v0.6.2
41132026-09-11T20:12:36.733Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41142026-09-11T20:12:36.766Z Compiling utf-8 v0.7.6
41152026-09-11T20:12:36.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.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 --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=5250ee7d1fe65fa3 -C extra-filename=-bb0402933484d4f9 --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-642f432538a6b2f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e92b170078c81b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-09-11T20:12:36.841Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d41f43f41d6840e1 -C extra-filename=-77f79f2271098b8c --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-09-11T20:12:36.946Z Compiling const_format v0.2.35
41182026-09-11T20:12:36.946Z Compiling xshell-macros v0.2.7
41192026-09-11T20:12:36.950Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
41202026-09-11T20:12:36.950Z Compiling object v0.39.1
41212026-09-11T20:12:36.950Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=884f6bf4bf7e93da -C extra-filename=-2d1124504d166608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-09-11T20:12:36.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9afa693401b8f2a5 -C extra-filename=-5a0329b9b47e3712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-09-11T20:12:37.128Z Compiling sqlformat v0.3.5
41242026-09-11T20:12:37.128Z Compiling headers v0.4.1
41252026-09-11T20:12:37.132Z Compiling moka v0.12.13
41262026-09-11T20:12:37.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__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", "rust_1_83"))' -C metadata=4d156b2b06adf9ad -C extra-filename=-5d1b38cab6734332 --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-c3ac92009745cb0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-09-11T20:12:37.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f6463c9fd1ba054 -C extra-filename=-75999072192c0cc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-09-11T20:12:37.132Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2/build-script-build`
41292026-09-11T20:12:37.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.39.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::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "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=8a820cb38a917d10 -C extra-filename=-39e57a8cbb2975d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-39e57a8cbb2975d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-09-11T20:12:37.163Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=51ab026c89990779 -C extra-filename=-dc6511bea564ce9d --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-09-11T20:12:37.270Z Compiling tungstenite v0.21.0
41322026-09-11T20:12:37.273Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
41332026-09-11T20:12:37.273Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
41342026-09-11T20:12:37.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a164e9dc3673f3f1 -C extra-filename=-8a4ad75520c58904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
41352026-09-11T20:12:37.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974d741e5542e631 -C extra-filename=-dc21c1405a9aeacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-8bb0e18f831379ab.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-012bba4a8c0b8ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-09-11T20:12:37.274Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff/build-script-build`
41372026-09-11T20:12:37.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=b3cc9ba9e2d00951 -C extra-filename=-b9e3260a27ce5d1a --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-3ac8cce29e469e73.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-409371149b266c6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-09-11T20:12:37.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=21040f1473ad0ffa -C extra-filename=-f7a1adc56f8899f4 --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f0e10c3e492850f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-09-11T20:12:37.413Z Compiling peg v0.8.5
41402026-09-11T20:12:37.418Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41412026-09-11T20:12:37.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef6132c83c0953f4 -C extra-filename=-665451fe828037ea --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-0838bba19a0ab684.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-09-11T20:12:37.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=e733a57354ec2e04 -C extra-filename=-06f6d32e1efda4ca --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-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-09-11T20:12:37.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=317dc029da177e55 -C extra-filename=-019cf7a4c4e0c570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442026-09-11T20:12:37.555Z Compiling path-slash v0.2.1
41452026-09-11T20:12:37.559Z Compiling half v1.8.3
41462026-09-11T20:12:37.559Z Compiling predicates-tree v1.0.13
41472026-09-11T20:12:37.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db179e88a6f93b9 -C extra-filename=-4cabe1985db41858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
41482026-09-11T20:12:37.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff514d8a88d899be -C extra-filename=-43cdb69346d16b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
41492026-09-11T20:12:37.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-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,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=c8308e4a24740764 -C extra-filename=-4bb85d1c428edf33 --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-d26939c5248d7893.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-09-11T20:12:37.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=386a14cd95a75ae7 -C extra-filename=-8ff358c500d61f15 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-09-11T20:12:37.628Z Compiling rustyline v14.0.0
41522026-09-11T20:12:37.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eff0af0daa04d1d3 -C extra-filename=-2a5d9289d475e777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-09-11T20:12:37.632Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc/build-script-build`
41542026-09-11T20:12:37.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=3c9f0f0ffba6e0ae -C extra-filename=-817ac139d9dde85e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-09-11T20:12:37.657Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6847b856aedf5d46 -C extra-filename=-0ae7c89332947f4d --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-1b991c95fd524a7a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-09-11T20:12:37.728Z Compiling steno v0.4.1
41572026-09-11T20:12:37.758Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b4863c5e4fc2a7fa -C extra-filename=-1ea6cc65d5ea8f9f --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-64c7de151bc881a9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2218b67b6da09a23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6ae63aabf74927f9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5368fdbcc8d15a21.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-09-11T20:12:37.797Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
41592026-09-11T20:12:37.801Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
41602026-09-11T20:12:37.801Z Compiling anstyle-parse v0.2.7
41612026-09-11T20:12:37.801Z Compiling ignore v0.4.25
41622026-09-11T20:12:37.829Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a391336691170cf -C extra-filename=-157f651173c250bf --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-09-11T20:12:37.833Z Running `/work/oxidecomputer/omicron/target/debug/build/object-39e57a8cbb2975d4/build-script-build`
41642026-09-11T20:12:37.862Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d/build-script-build`
41652026-09-11T20:12:37.867Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41662026-09-11T20:12:37.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbd9cd811a21a08d -C extra-filename=-904063bdd925bd01 --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-3288b4da69667601.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-019cf7a4c4e0c570.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-09-11T20:12:37.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/brand-metadata/src/lib.rs --error-format=json --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' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62a9bef238dc109c -C extra-filename=-55633ce249dc36ab --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
41682026-09-11T20:12:37.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=59bb74c566852c69 -C extra-filename=-924f3604cbf3a0ce --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-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-09-11T20:12:37.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=920f7dd55d2b286c -C extra-filename=-da193d292518555c --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-30a1da2db0dd111b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-15f2f478d7e48606.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-09-11T20:12:37.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=63744ef3e9884ac3 -C extra-filename=-eab7affe9d80dded --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-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c8b2973020a66097.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-09-11T20:12:37.935Z Compiling qorb v0.4.1
41722026-09-11T20:12:38.037Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41732026-09-11T20:12:38.041Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
41742026-09-11T20:12:38.041Z Compiling xshell v0.2.7
41752026-09-11T20:12:38.041Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=57ae6e2091444e75 -C extra-filename=-e08130b483600558 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a1a8bb85b231affa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-09-11T20:12:38.293Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41772026-09-11T20:12:38.296Z Compiling tokio-tungstenite v0.21.0
41782026-09-11T20:12:38.296Z Compiling serde_cbor v0.11.2
41792026-09-11T20:12:38.296Z Compiling maplit v1.0.2
41802026-09-11T20:12:38.297Z Compiling libscf-sys v1.2.0
41812026-09-11T20:12:38.297Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91e82848c4397a49 -C extra-filename=-8cafa81c60b02d8f --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-4cabe1985db41858.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
41822026-09-11T20:12:38.297Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=091e428f64ca8a7b -C extra-filename=-16b5f4ce8f06c9a4 --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-77f79f2271098b8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-09-11T20:12:38.297Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cd74fa524c5bf3c -C extra-filename=-4258e337c74cb5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-75999072192c0cc0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-09-11T20:12:38.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=489d8468f204f8b6 -C extra-filename=-a15732fa89f05de0 --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-f36ac586621dabce.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-43cdb69346d16b54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-09-11T20:12:38.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=861606ceddcb6d04 -C extra-filename=-c3d5761c2c903403 --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-1e0124cd6fc62769.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-2a8ed7b23aa47b69.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-09-11T20:12:38.515Z Compiling hickory-resolver v0.25.2
41872026-09-11T20:12:38.515Z Compiling anstream v0.6.21
41882026-09-11T20:12:38.515Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
41892026-09-11T20:12:38.515Z Compiling papergrid v0.18.0
41902026-09-11T20:12:38.515Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
41912026-09-11T20:12:38.515Z Compiling digest-io v0.1.0
41922026-09-11T20:12:38.544Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b3b5b928318758ae -C extra-filename=-4fec990254285bf7 --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-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-06f6d32e1efda4ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-09-11T20:12:38.579Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15/build-script-build`
41942026-09-11T20:12:38.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.39.1/src/lib.rs --error-format=json --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::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "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=355155c4684e8304 -C extra-filename=-5c17d176841e6ce1 --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-0d1d74eea2047571.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
41952026-09-11T20:12:38.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2046de28b956e55d -C extra-filename=-3a90c563f18a5063 --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-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-09-11T20:12:38.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=910b9cd0a400d7ad -C extra-filename=-48770e0d4bd83061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-817ac139d9dde85e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-09-11T20:12:38.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e72407741be918e -C extra-filename=-a07bfbf502fff96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-09-11T20:12:38.643Z Compiling recursive v0.1.1
41992026-09-11T20:12:38.646Z Compiling unicase v2.9.0
42002026-09-11T20:12:38.647Z Compiling rawzip v0.4.4
42012026-09-11T20:12:38.647Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42022026-09-11T20:12:38.677Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=38e4a188193739f9 -C extra-filename=-0d93342012a54531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
42032026-09-11T20:12:38.711Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.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(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=155be9888a4f365b -C extra-filename=-e435e3425619f276 --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-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-b9e3260a27ce5d1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-09-11T20:12:38.748Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f800d34cc607fed8 -C extra-filename=-167c1e974015d22e --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-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-09-11T20:12:38.752Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=315fc97e55480dd2 -C extra-filename=-49d04fafdd7efe4e --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-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-09-11T20:12:38.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=c8e7bbe1a3528213 -C extra-filename=-e6706d798b9df8c1 --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-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-924f3604cbf3a0ce.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-09-11T20:12:38.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34bc76c66f6d15e8 -C extra-filename=-88f40dba69b3f6bf --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-09-11T20:12:38.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e75a9d752e3039 -C extra-filename=-9c93a289614b30ce --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-09-11T20:12:38.814Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42102026-09-11T20:12:38.818Z Compiling globwalk v0.9.1
42112026-09-11T20:12:38.818Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
42122026-09-11T20:12:38.818Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42132026-09-11T20:12:38.818Z Compiling fxhash v0.2.1
42142026-09-11T20:12:38.819Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e5f128dca776dfe -C extra-filename=-7ff11750483280e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-8144b83e42ecba98.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-8cafa81c60b02d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
42152026-09-11T20:12:38.847Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3fc3fc10bb30c46d -C extra-filename=-8160050710f6ec0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-09-11T20:12:38.852Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=dfb258ce1dfbf8e6 -C extra-filename=-70636d460b077ee1 --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-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-09-11T20:12:38.852Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=047e89638827b9cf -C extra-filename=-c2e0a73e22538d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182026-09-11T20:12:38.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef8073aadbccf37 -C extra-filename=-8f87a7eb0c105161 --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-16b5f4ce8f06c9a4.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-2d1124504d166608.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-09-11T20:12:38.987Z Compiling typify v0.6.2
42202026-09-11T20:12:38.987Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42212026-09-11T20:12:38.987Z Compiling crc8 v0.1.1
42222026-09-11T20:12:38.987Z Compiling darling_core v0.21.3
42232026-09-11T20:12:39.017Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=79fe54594ae67c3a -C extra-filename=-ad80cecb0ea7b65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64 -l fmd_adm`
42242026-09-11T20:12:39.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=b02b05937b585161 -C extra-filename=-d2fcf59db7fe553f --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-09-11T20:12:39.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6789f9d286055e3c -C extra-filename=-55ed2b3fe1385bf9 --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-3948ba2719554b61.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-da193d292518555c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-09-11T20:12:39.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=315b0edfd5a399a0 -C extra-filename=-6e48850a9b670edf --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-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-09-11T20:12:39.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a69040525ada389 -C extra-filename=-ee0cee2fe990753d --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-09-11T20:12:39.054Z Compiling rand_seeder v0.4.0
42292026-09-11T20:12:39.058Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=86c0d6000e96cd3d -C extra-filename=-917444d7bf461a49 --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-906d99990c5eb820.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-30b4eae1a7c2058d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-09-11T20:12:39.058Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=72c2f470d0142b01 -C extra-filename=-87d05f1f8f2d2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-09-11T20:12:39.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=063ffbcb8404720e -C extra-filename=-05c044b00e454915 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-09-11T20:12:39.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2239263356406ae5 -C extra-filename=-8d920e93dbc2c487 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-09-11T20:12:39.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f98b2166e60e2085 -C extra-filename=-ebb533b121a784e8 --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-3948ba2719554b61.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4be05bc59d56a084.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-eab7affe9d80dded.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
42342026-09-11T20:12:39.090Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-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 '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c871f5c64fe097 -C extra-filename=-a4fdcfcf69207d50 --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-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-09-11T20:12:39.128Z Compiling sqlparser v0.61.0
42362026-09-11T20:12:39.194Z Compiling camino-tempfile-ext v0.3.3
42372026-09-11T20:12:39.198Z Compiling vergen-lib v0.1.6
42382026-09-11T20:12:39.198Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-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="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=bc49a62a8e00d6d7 -C extra-filename=-3e02eeda53569a7d --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-a96344eae1a3d1f9.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-7ff11750483280e3.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-baf92191a70b053a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
42392026-09-11T20:12:39.229Z Compiling diesel_derives v2.3.7
42402026-09-11T20:12:39.233Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=befbc11866b5d5cc -C extra-filename=-67a3b3045f1afe78 --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-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-55ed2b3fe1385bf9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-09-11T20:12:39.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=7cf3a11202a15fe0 -C extra-filename=-7c8743a367367657 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-09-11T20:12:39.309Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42432026-09-11T20:12:39.339Z Compiling diesel_table_macro_syntax v0.3.0
42442026-09-11T20:12:39.343Z Compiling vergen-gitcl v1.0.8
42452026-09-11T20:12:39.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/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(diesel_docsrs)' --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,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=7fe63364de927088 -C extra-filename=-6b58f3709ec7f532 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-09-11T20:12:39.376Z Compiling scheduled-thread-pool v0.2.7
42472026-09-11T20:12:39.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6b442f22aa08598a -C extra-filename=-128ae65ef1c468da --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-09-11T20:12:39.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf28a52e605cb626 -C extra-filename=-2485eca617ad1cc0 --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-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-09-11T20:12:39.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=221f7fb3ec46377a -C extra-filename=-39cad49661efeacb --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-09-11T20:12:39.450Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbb5962bde2dad38 -C extra-filename=-08c82c539e7b7447 --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-5953e829bf18ad36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-09-11T20:12:39.453Z Compiling diff v0.1.13
42522026-09-11T20:12:39.486Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f/build-script-build`
42532026-09-11T20:12:39.557Z Compiling downcast-rs v2.0.2
42542026-09-11T20:12:39.561Z Compiling hashbrown v0.14.5
42552026-09-11T20:12:39.562Z Compiling dirs-sys-next v0.1.2
42562026-09-11T20:12:39.562Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ba60f454bb22d6 -C extra-filename=-b49d5af721eb25a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-09-11T20:12:39.600Z Compiling crunchy v0.2.4
42582026-09-11T20:12:39.604Z Compiling clang-sys v1.8.1
42592026-09-11T20:12:39.604Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-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"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=38724e51fb24ce55 -C extra-filename=-1393300248e80af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602026-09-11T20:12:39.604Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0d4b337534559d68 -C extra-filename=-a764ef419381a297 --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-002d1b10f06c31e0.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612026-09-11T20:12:39.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=566d214d4cf5ec85 -C extra-filename=-48c995a543171cca --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-09-11T20:12:39.685Z Compiling tabled v0.21.0
42632026-09-11T20:12:39.718Z Compiling git-stub v1.0.0
42642026-09-11T20:12:39.722Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.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="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=0ce278e185a7683e -C extra-filename=-f8fb007e3b2b4a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-09-11T20:12:39.722Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --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=ad5566e5a4953239 -C extra-filename=-31708bc2002c99b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-09-11T20:12:39.789Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42672026-09-11T20:12:39.793Z Compiling r2d2 v0.8.10
42682026-09-11T20:12:39.793Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=cffa26f63dcf5783 -C extra-filename=-72dd8c778c15f0a7 --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-49d04fafdd7efe4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-09-11T20:12:39.793Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657/build-script-build`
42702026-09-11T20:12:39.793Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532/build-script-build`
42712026-09-11T20:12:39.793Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9e13e0f57a038f -C extra-filename=-5bb63e4479276332 --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-369847ab087cf11d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722026-09-11T20:12:39.823Z Compiling progenitor-impl v0.14.0
42732026-09-11T20:12:39.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=208c269fd8f40155 -C extra-filename=-c4d4b8dc3c04ad3a --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-70636d460b077ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-09-11T20:12:39.827Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bca6ca75fa087a3 -C extra-filename=-8159aa1418ffd67e --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-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-08c82c539e7b7447.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-09-11T20:12:39.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42762026-09-11T20:12:39.859Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8fb751ecb36ea99 -C extra-filename=-e9e59cb6bb390986 --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-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-917444d7bf461a49.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772026-09-11T20:12:39.859Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=de2c0c1151284d8c -C extra-filename=-fd395ee56dd2bb3a --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-c8afeb56cacd505f.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ebb533b121a784e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-09-11T20:12:39.895Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487/build-script-build`
42792026-09-11T20:12:39.927Z Compiling kstat-rs v0.2.5
42802026-09-11T20:12:39.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e692550abcb1f87 -C extra-filename=-02a128e804310cf7 --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-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-09-11T20:12:39.958Z Compiling dirs-next v2.0.0
42822026-09-11T20:12:39.962Z Compiling proc-macro-error-attr2 v2.0.0
42832026-09-11T20:12:39.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a198100f1ac34bb -C extra-filename=-af4d5f7e48a2d613 --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-c8afeb56cacd505f.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-48c995a543171cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-09-11T20:12:39.999Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.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=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a95cac62f7bb9b2 -C extra-filename=-00d8a25da3af13a3 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-09-11T20:12:40.031Z Compiling tiny-keccak v2.0.2
42862026-09-11T20:12:40.035Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d652f43c96df94ec -C extra-filename=-7d80d74148993b14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-09-11T20:12:40.068Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49a5b76a8b188723 -C extra-filename=-17af6e71604b9409 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -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/`
42882026-09-11T20:12:40.103Z Compiling rfc6979 v0.4.0
42892026-09-11T20:12:40.141Z Compiling parking_lot_core v0.8.6
42902026-09-11T20:12:40.145Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=abc1afc0a69c603e -C extra-filename=-549de6888512a606 --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-656a16477c3e4dd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-09-11T20:12:40.177Z Compiling bit-vec v0.6.3
42922026-09-11T20:12:40.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9db30707275c7570 -C extra-filename=-00378ae9e9b73dd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-09-11T20:12:40.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1e1373a13ff291ef -C extra-filename=-8e4d7242a80799f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-09-11T20:12:40.213Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84/build-script-build`
42952026-09-11T20:12:40.248Z Compiling chumsky v0.9.3
42962026-09-11T20:12:40.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=b88ac8d51d3287f8 -C extra-filename=-33a612e01df7a250 --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-a764ef419381a297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-09-11T20:12:40.337Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2/build-script-build`
42982026-09-11T20:12:40.359Z Compiling salty v0.3.0
42992026-09-11T20:12:40.454Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=903261755bcca4ff -C extra-filename=-2ff74c92ddb7e788 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-09-11T20:12:40.492Z Compiling ecdsa v0.16.9
43012026-09-11T20:12:40.497Z Compiling primeorder v0.13.6
43022026-09-11T20:12:40.498Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=4a1d79dec805f3d0 -C extra-filename=-42f9e16fad44815f --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-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
43032026-09-11T20:12:40.498Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb/build-script-build`
43042026-09-11T20:12:40.520Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14/build-script-build`
43052026-09-11T20:12:40.537Z Compiling itertools v0.10.5
43062026-09-11T20:12:40.537Z Compiling ena v0.14.4
43072026-09-11T20:12:40.560Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="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,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=3497db57c2458485 -C extra-filename=-162d87b033f16ff8 --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-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-549de6888512a606.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-09-11T20:12:40.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=61ca473ee5942534 -C extra-filename=-5a95ac67dfa4b749 --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-543ecd076fef1908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-09-11T20:12:40.566Z Compiling libloading v0.8.9
43102026-09-11T20:12:40.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=53a170363250d10f -C extra-filename=-10d3672ee9505bf0 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-09-11T20:12:40.568Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.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,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=a4559a133c214753 -C extra-filename=-84d8ab8badbae957 --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-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-09-11T20:12:40.594Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea33f368f8ffb9f6 -C extra-filename=-cea422d8415488ca --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-09-11T20:12:40.631Z Compiling git-stub-vcs v0.1.0
43142026-09-11T20:12:40.666Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
43152026-09-11T20:12:40.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2df01d161e474f9 -C extra-filename=-547b26885305ff20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-09-11T20:12:40.701Z Compiling proc-macro-error2 v2.0.1
43172026-09-11T20:12:40.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=ebe09d88af198c6a -C extra-filename=-257c27a782d5c9b8 --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-a85bc2f7a054eda7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-38df1fc9f326a20e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-665451fe828037ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a44900a9e3136ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182026-09-11T20:12:40.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=180efbae85f6b90a -C extra-filename=-4d9390a364a21ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-00d8a25da3af13a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-09-11T20:12:40.732Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9/build-script-build`
43202026-09-11T20:12:40.833Z Compiling regex-syntax v0.6.29
43212026-09-11T20:12:40.900Z Compiling bindgen v0.71.1
43222026-09-11T20:12:40.904Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=53f7ac18f9020dd0 -C extra-filename=-fac2c100925d9001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-09-11T20:12:40.939Z Compiling term v0.7.0
43242026-09-11T20:12:40.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fd1017e2881b7ac9 -C extra-filename=-d9d8f919e1b49468 --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-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-42f9e16fad44815f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
43252026-09-11T20:12:41.014Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/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"' --check-cfg 'cfg(docsrs,test)' --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=8259ba18bdfa7313 -C extra-filename=-2e15f287c393f212 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-09-11T20:12:41.018Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788/build-script-build`
43272026-09-11T20:12:41.050Z Compiling cexpr v0.6.0
43282026-09-11T20:12:41.054Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
43292026-09-11T20:12:41.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d9863a34bc58754b -C extra-filename=-a61a9cb9599feb37 --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-af4d5f7e48a2d613.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-09-11T20:12:41.123Z Compiling p384 v0.13.1
43312026-09-11T20:12:41.127Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43322026-09-11T20:12:41.127Z Compiling rustc-hash v2.1.1
43332026-09-11T20:12:41.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --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=5aede37d10600a94 -C extra-filename=-4a875ddf2a4348f3 --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-32e11cbbb0cbd818.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-cea422d8415488ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-09-11T20:12:41.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7a5b21e7c21c911 -C extra-filename=-27868cc1a358ea74 --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-31ca6af593560390.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-09-11T20:12:41.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d61943eb6fe9b992 -C extra-filename=-3a66ccb98869e71f --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-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-09-11T20:12:41.190Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43372026-09-11T20:12:41.194Z Compiling bit-set v0.5.3
43382026-09-11T20:12:41.194Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-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="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=ea0f7711d298ba30 -C extra-filename=-f06e86fde69d83b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-09-11T20:12:41.231Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a759e07204c3b825 -C extra-filename=-b585afafffdebfcd --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-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-09-11T20:12:41.235Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=024de42acaed9f66 -C extra-filename=-b8cdcb31c1c8b8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412026-09-11T20:12:41.235Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-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="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,test)' --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=1547341759d4ef58 -C extra-filename=-ad57b9d727cb25d6 --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-162d87b033f16ff8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5a95ac67dfa4b749.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-09-11T20:12:41.267Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43432026-09-11T20:12:41.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3349985009d773 -C extra-filename=-f7bbc109a87a1012 --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-f36ac586621dabce.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1b77a764ab8acbe5.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ebb533b121a784e8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442026-09-11T20:12:41.306Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f03ba4f79daded62 -C extra-filename=-a71d93490a825a64 --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-8e4d7242a80799f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-09-11T20:12:41.333Z Compiling prefix-trie v0.7.0
43462026-09-11T20:12:41.337Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=bc9f6a5b3245d05c -C extra-filename=-c01526fc8ca6ad63 --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-c8afeb56cacd505f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-09-11T20:12:41.337Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c80f302a045e9c0b -C extra-filename=-da57a1da362262c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-da57a1da362262c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-547b26885305ff20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-09-11T20:12:41.370Z Compiling ascii-canvas v3.0.0
43492026-09-11T20:12:41.374Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=ccdf14f8977faa9e -C extra-filename=-77840e6b6e2d2bdd --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-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
43502026-09-11T20:12:41.374Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-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"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=1409d859b7e1fdfa -C extra-filename=-d60e14a908a820c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-09-11T20:12:41.407Z Compiling libxml v0.3.3
43522026-09-11T20:12:41.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=222416528d289139 -C extra-filename=-b8e6c9300f207736 --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-a61a9cb9599feb37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-09-11T20:12:41.442Z Compiling strum_macros v0.24.3
43542026-09-11T20:12:41.445Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e2831fd1145967b -C extra-filename=-c62c203ccf0d0176 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-09-11T20:12:41.445Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1151b682e199747d -C extra-filename=-5ae813a9bb19abd8 --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-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562026-09-11T20:12:41.547Z Compiling knus-derive v3.4.0
43572026-09-11T20:12:41.551Z Compiling nanorand v0.7.0
43582026-09-11T20:12:41.551Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=11bc68540d8a7315 -C extra-filename=-10c4617782afbc15 --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-f06e86fde69d83b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-09-11T20:12:41.551Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-derive-3.4.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=unused_assignments --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adb0f296d85d4ade -C extra-filename=-0937861cf4ba085d --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-b4d67f07919ede1e.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-4d9390a364a21ca3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-09-11T20:12:41.551Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1571cbe97819e6d7 -C extra-filename=-447867a2e23962eb --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-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-09-11T20:12:41.648Z Compiling indoc v1.0.9
43622026-09-11T20:12:41.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f53de1a73a4aac6f -C extra-filename=-7e032ea0c0df3de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-09-11T20:12:41.914Z Compiling darling_macro v0.21.3
43642026-09-11T20:12:41.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71076bdb9820bef7 -C extra-filename=-3a297eeb89731cb3 --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-05c044b00e454915.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-09-11T20:12:41.991Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212/build-script-build`
43662026-09-11T20:12:42.030Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43672026-09-11T20:12:42.035Z Compiling flume v0.11.1
43682026-09-11T20:12:42.035Z Compiling quick-xml v0.37.5
43692026-09-11T20:12:42.035Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=641bb6a6ad4680ce -C extra-filename=-731cfe6148305b80 --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-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c4d4b8dc3c04ad3a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-70636d460b077ee1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43702026-09-11T20:12:42.067Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a8ee731ff728c31 -C extra-filename=-adc572987ca5a608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-b585afafffdebfcd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-09-11T20:12:42.071Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.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="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --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=0181d89d883b93dc -C extra-filename=-4f1b0a5e40e5f916 --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-054bf847d36a6b9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722026-09-11T20:12:42.071Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=008eccb1f9c117fb -C extra-filename=-039c0a5661b362fd --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-447867a2e23962eb.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-09-11T20:12:42.172Z Compiling impl-trait-for-tuples v0.2.3
43742026-09-11T20:12:42.212Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43752026-09-11T20:12:42.216Z Compiling parking_lot v0.11.2
43762026-09-11T20:12:42.216Z Compiling oso-derive v0.27.3
43772026-09-11T20:12:42.216Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
43782026-09-11T20:12:42.216Z Compiling openssl-probe v0.1.6
43792026-09-11T20:12:42.216Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dfee1d05d923936 -C extra-filename=-c87fe0193aeff696 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-09-11T20:12:42.217Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd4643f679734cf5 -C extra-filename=-e8e2c0f01adf4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-d9d8f919e1b49468.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-09-11T20:12:42.217Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=639fbc3ec80aa7b1 -C extra-filename=-a462071880d483a4 --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-fe81d81eca53d050.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-c01526fc8ca6ad63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-09-11T20:12:42.217Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9da774a0b5915c50 -C extra-filename=-2814e1293aa99f04 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-09-11T20:12:42.249Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=37bf81c0a7344ef0 -C extra-filename=-2c565afa591740ee --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-09-11T20:12:42.253Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e80f091c7aa75fc -C extra-filename=-ba548cb97a05fd57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852026-09-11T20:12:42.253Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176/build-script-build`
43862026-09-11T20:12:42.324Z Compiling hickory-server v0.25.2
43872026-09-11T20:12:42.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.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(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=762d4abe7346d9d5 -C extra-filename=-e33e4b6bdcfe4e2c --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-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-d60e14a908a820c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-09-11T20:12:42.356Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
43892026-09-11T20:12:42.360Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2024 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/87881bd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=590dfe29298d1c92 -C extra-filename=-bea3e5c996983297 --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-93a1365be822cb8b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-665451fe828037ea.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-257c27a782d5c9b8.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-5c17d176841e6ce1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2a5d9289d475e777.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-019cf7a4c4e0c570.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-904063bdd925bd01.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-09-11T20:12:42.392Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43912026-09-11T20:12:42.396Z Compiling trait-variant v0.1.2
43922026-09-11T20:12:42.462Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=1e33f7bd9e82c375 -C extra-filename=-962294e41d4a3717 --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-09-11T20:12:42.497Z Compiling assert_matches v1.5.0
43942026-09-11T20:12:42.503Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43952026-09-11T20:12:42.503Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
43962026-09-11T20:12:42.503Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0aef1ec10526fe3 -C extra-filename=-b241f29d84da5786 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-09-11T20:12:42.536Z Compiling sled v0.34.7
43982026-09-11T20:12:42.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae703480b670c13 -C extra-filename=-111dcf7fcda33dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-09-11T20:12:42.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=f06aeff9d6b08eb9 -C extra-filename=-93280b6cb057298d --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-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-09-11T20:12:42.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/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,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=b6b74c5330f2f520 -C extra-filename=-df571a7f5bdc525b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-df571a7f5bdc525b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-09-11T20:12:42.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a4c4a2061c69670f -C extra-filename=-a6be62d9bf577b0a --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-0d1d74eea2047571.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a462071880d483a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44022026-09-11T20:12:42.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=285d070997c9bf74 -C extra-filename=-9be4d5052de6b0da --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
44032026-09-11T20:12:42.646Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee/build-script-build`
44042026-09-11T20:12:42.683Z Compiling progenitor-macro v0.14.0
44052026-09-11T20:12:42.719Z Compiling corncobs v0.1.4
44062026-09-11T20:12:42.759Z Compiling bb8 v0.8.6
44072026-09-11T20:12:42.763Z Compiling secrecy v0.8.0
44082026-09-11T20:12:42.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5977fd92d4f6603f -C extra-filename=-3ad3e6f9a1ff60a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-09-11T20:12:42.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43903ee98101a05 -C extra-filename=-a8a95409af18e5d4 --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-43c55b0f49f9feb6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9e59cb6bb390986.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-880c138e94e08aa6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-09-11T20:12:42.793Z Compiling nonempty v0.12.0
44112026-09-11T20:12:42.827Z Compiling mime_guess v2.0.5
44122026-09-11T20:12:42.831Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-da57a1da362262c0/build-script-build`
44132026-09-11T20:12:42.864Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=4ac43a432fb6bd72 -C extra-filename=-7bdc5321b80fbd35 --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-e5ce56e8506f5b30.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-09-11T20:12:42.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=2502b02e32e67787 -C extra-filename=-b10789da333cdd33 --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-09-11T20:12:42.899Z Compiling darling v0.21.3
44162026-09-11T20:12:42.903Z Compiling lalrpop v0.19.12
44172026-09-11T20:12:42.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=f51c7a0233c0c503 -C extra-filename=-ae867e9d6d10901d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-09-11T20:12:42.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=825c5a1bf232ad9b -C extra-filename=-d66b892e1d68d780 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-09-11T20:12:42.932Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=c03604599e4ebd4e -C extra-filename=-fc36845d5b80885f --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-05c044b00e454915.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-3a297eeb89731cb3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-09-11T20:12:42.936Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=8b6cdbb2aecda8c1 -C extra-filename=-43e025a4611d358c --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-b8e6c9300f207736.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-a71d93490a825a64.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b49d5af721eb25a7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-84d8ab8badbae957.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-10d3672ee9505bf0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-fac2c100925d9001.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-10c4617782afbc15.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-09-11T20:12:42.936Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a7f90a55244bf0 -C extra-filename=-814f4c615715e0fa --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -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/`
44222026-09-11T20:12:43.136Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44232026-09-11T20:12:43.139Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=66d819fceb28bf69 -C extra-filename=-89741af91b86b4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-c3d5761c2c903403.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242026-09-11T20:12:43.173Z Compiling dsl_auto_type v0.2.0
44252026-09-11T20:12:43.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc57f012fab0b176 -C extra-filename=-aecf68ad16c30d4b --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-fc36845d5b80885f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-09-11T20:12:43.213Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-df571a7f5bdc525b/build-script-build`
44272026-09-11T20:12:43.218Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/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"' --check-cfg 'cfg(docsrs,test)' --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=60749ad1153ebfd3 -C extra-filename=-08b197286f56bd97 --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-3948ba2719554b61.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-27868cc1a358ea74.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-4a875ddf2a4348f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-b8cdcb31c1c8b8c9.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282026-09-11T20:12:43.245Z Compiling http-range v0.1.5
44292026-09-11T20:12:43.284Z Compiling signal-hook-tokio v0.3.1
44302026-09-11T20:12:43.288Z Compiling scuffle v0.1.0
44312026-09-11T20:12:43.288Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd4c7bc84f061886 -C extra-filename=-54ea2634f4c28de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-09-11T20:12:43.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=ee413fb1b20cf8c6 -C extra-filename=-b508a3ff452e0310 --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-f57b0cec2750c1f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-09-11T20:12:43.326Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-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="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=87020e810e78070c -C extra-filename=-0632c0403103b89c --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-3948ba2719554b61.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-09-11T20:12:43.396Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
44352026-09-11T20:12:43.437Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
44362026-09-11T20:12:43.443Z Compiling tungstenite v0.23.0
44372026-09-11T20:12:43.443Z Compiling void v1.0.2
44382026-09-11T20:12:43.472Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-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-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=c6c87c50c47e11e2 -C extra-filename=-82c6871faafbe01c --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-ba57704941fdbd49.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-3ad3e6f9a1ff60a1.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-93280b6cb057298d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-09-11T20:12:43.505Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44402026-09-11T20:12:43.509Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
44412026-09-11T20:12:43.509Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc/build-script-build`
44422026-09-11T20:12:43.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=b7ddd88a81e5a3b3 -C extra-filename=-284c0e829aa3cff3 --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-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-09-11T20:12:43.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/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="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=66a16d98bba72c71 -C extra-filename=-58795d5e6a3e8eef --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442026-09-11T20:12:43.580Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d9048d87a56c62f -C extra-filename=-1294022430ceeb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-09-11T20:12:43.614Z Compiling knus v3.4.0
44462026-09-11T20:12:43.647Z Compiling nix v0.27.1
44472026-09-11T20:12:43.651Z Compiling serde_bytes v0.11.19
44482026-09-11T20:12:43.651Z Compiling yansi v1.0.1
44492026-09-11T20:12:43.652Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fe667b5ecbb8f6b5 -C extra-filename=-e9a6d503c9d96bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-09-11T20:12:43.652Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb3e6199446c267 -C extra-filename=-d246b2e056ea92c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
44512026-09-11T20:12:43.722Z Compiling lzss v0.8.2
44522026-09-11T20:12:43.727Z Compiling cpubits v0.1.1
44532026-09-11T20:12:43.727Z Compiling libz-sys v1.1.24
44542026-09-11T20:12:43.727Z Compiling pem-rfc7468 v1.0.0
44552026-09-11T20:12:43.727Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-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 --allow=unused_assignments --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knus-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knus-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=a1d7ffd4ec49bcc7 -C extra-filename=-f6a3f708de06c876 --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-a99736055d4f315d.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-0937861cf4ba085d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-09-11T20:12:43.757Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=27f23df972abf2c8 -C extra-filename=-f11b73dea6e981e4 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-09-11T20:12:43.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b7c500429f3d084f -C extra-filename=-d9e0eddf025cef2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-09-11T20:12:43.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=92fd3e1026ff0cbb -C extra-filename=-591fce1346449b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-09-11T20:12:43.762Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
44602026-09-11T20:12:43.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=1f645aabbffe9880 -C extra-filename=-3963c08eb1f4ac99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-1294022430ceeb16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-09-11T20:12:43.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-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 --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e293ec228aeaf -C extra-filename=-83bff7d0c39af0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-09-11T20:12:43.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=08597ec840bed048 -C extra-filename=-83d374143dcffd3f --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-09-11T20:12:43.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1e82e1d7b74c55a5 -C extra-filename=-28962bfad6c4e6c1 --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-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-09-11T20:12:43.762Z Compiling universal-hash v0.6.1
44652026-09-11T20:12:43.793Z Compiling libgit2-sys v0.18.3+1.9.2
44662026-09-11T20:12:43.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
44672026-09-11T20:12:43.797Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780/build-script-build`
44682026-09-11T20:12:43.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=b5beda07666e7348 -C extra-filename=-3f7728d84f8cb82b --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-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692026-09-11T20:12:43.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2342d7f89a4b8d -C extra-filename=-8f9eaef02c635b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-09-11T20:12:43.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6b5168f81e48cb08 -C extra-filename=-2d6effba9317c720 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-09-11T20:12:43.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/controller/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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=19d6521aba97e394 -C extra-filename=-c7e48c664f59db6c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-09-11T20:12:43.936Z Compiling instability v0.3.11
44732026-09-11T20:12:44.002Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=785a5de2f486d9a4 -C extra-filename=-22e02ea1d2d421da --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-09-11T20:12:44.039Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
44752026-09-11T20:12:44.044Z Compiling pretty_assertions v1.4.1
44762026-09-11T20:12:44.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --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,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=cf387c0a3aa250af -C extra-filename=-df559507bfa870cd --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-2485eca617ad1cc0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-aecf68ad16c30d4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-09-11T20:12:44.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/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 --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=73b127a60d6e081d -C extra-filename=-82589cfa58309ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-58795d5e6a3e8eef.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44782026-09-11T20:12:44.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=5fcfa6284ac2a39d -C extra-filename=-b1fab63ab540fe54 --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-b49d5af721eb25a7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-591fce1346449b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-09-11T20:12:44.073Z Compiling tokio-tungstenite v0.23.1
44802026-09-11T20:12:44.109Z Compiling colored v2.2.0
44812026-09-11T20:12:44.113Z Compiling castaway v0.2.4
44822026-09-11T20:12:44.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=3db4f2b50dbe8d30 -C extra-filename=-d7104470457fdb4a --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-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-284c0e829aa3cff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-09-11T20:12:44.149Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cc56fd8e24db099e -C extra-filename=-f1187bf1a109a946 --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-f2541ba6c8c9160c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-09-11T20:12:44.182Z Compiling indoc v2.0.7
44852026-09-11T20:12:44.186Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=02349eed7faf66f2 -C extra-filename=-3e7670847c878f1d --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-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-09-11T20:12:44.217Z Compiling der v0.8.0
44872026-09-11T20:12:44.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e377676fa82f1c3 -C extra-filename=-e2e6f37ae88463a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-09-11T20:12:44.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=a2f6ace072b03be2 -C extra-filename=-d9671cfddb9bd917 --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-11ea691932e08d12.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44892026-09-11T20:12:44.253Z Compiling progenitor-impl v0.13.0
44902026-09-11T20:12:44.287Z Compiling lru v0.12.5
44912026-09-11T20:12:44.291Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4091b6e9f638374a -C extra-filename=-cef26526b6048d63 --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-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-917444d7bf461a49.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-09-11T20:12:44.291Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=1265cb7d57e5d3f6 -C extra-filename=-efcf4be9732349e6 --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-24e9546b5dd3595e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-09-11T20:12:44.326Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=09b7ee1134afe0e7 -C extra-filename=-a6a60f74ea507334 --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-b757ef982f295bb7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-09-11T20:12:44.360Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
44952026-09-11T20:12:44.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12c9b5f90fdbf204 -C extra-filename=-1558fb88833fdf6b --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-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-3963c08eb1f4ac99.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f11b73dea6e981e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-d9e0eddf025cef2e.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-e9a6d503c9d96bac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-09-11T20:12:44.435Z Compiling polyval v0.7.1
44972026-09-11T20:12:44.440Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c/build-script-build`
44982026-09-11T20:12:44.440Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da/build-script-build`
44992026-09-11T20:12:44.440Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=15ae3c92cb4cdccc -C extra-filename=-27d4e991cd1a551a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-09-11T20:12:44.594Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f/build-script-build`
45012026-09-11T20:12:44.598Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
45022026-09-11T20:12:44.598Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
45032026-09-11T20:12:44.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/bcd3bf2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16dc4e7d2370266c -C extra-filename=-4d40045835525639 --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-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a3f708de06c876.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-09-11T20:12:44.613Z Compiling unicode-truncate v1.1.0
45052026-09-11T20:12:44.644Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=667c003b46b970c0 -C extra-filename=-19bb5731071ccc1e --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-b4d67f07919ede1e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-09-11T20:12:44.648Z Compiling petname v2.0.2
45072026-09-11T20:12:44.676Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2a3a4734f330107e -C extra-filename=-a04e8da4a3432204 --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-daa2bccd3b7a4092.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-09-11T20:12:44.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=5acfb566487388c6 -C extra-filename=-d869bded6fa39153 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-09-11T20:12:44.709Z Compiling compact_str v0.8.1
45102026-09-11T20:12:44.713Z Compiling arc-swap v1.8.2
45112026-09-11T20:12:44.713Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=d8d9f2efdee09180 -C extra-filename=-cd40a2561ccf746d --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-3e7670847c878f1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-09-11T20:12:44.713Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=d23db51d088df105 -C extra-filename=-cef002d5e498e368 --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-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-09-11T20:12:44.813Z Compiling hyper-staticfile v0.10.1
45142026-09-11T20:12:44.849Z Compiling vergen-git2 v9.1.0
45152026-09-11T20:12:44.853Z Compiling cassowary v0.3.0
45162026-09-11T20:12:44.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9d3ac5f009cca52 -C extra-filename=-4fa200b3d02032b8 --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-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-a6a60f74ea507334.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-09-11T20:12:44.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=39a4f0e217697497 -C extra-filename=-8d8e5de7f821da59 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-09-11T20:12:44.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=811aaa2123d86dbf -C extra-filename=-34f7daa4bb120699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-09-11T20:12:44.914Z Compiling crypto-bigint v0.7.5
45202026-09-11T20:12:44.917Z Compiling aes v0.9.1
45212026-09-11T20:12:44.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=46884acd5886114d -C extra-filename=-5773599649301bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-09-11T20:12:44.945Z Compiling ctr v0.10.1
45232026-09-11T20:12:44.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-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 --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=e5f61820e308827f -C extra-filename=-102b6e12f2c7ee1c --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-b3b8a042fb99e0b6.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-09-11T20:12:44.950Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=9f46c0bd0015e4f8 -C extra-filename=-e06f317cb2460a44 --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-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-09-11T20:12:45.090Z Compiling slog-scope v4.4.1
45262026-09-11T20:12:45.125Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3984d62603e1b9aa -C extra-filename=-24c828f81c8bae74 --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-7a1835c470d020cf.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45272026-09-11T20:12:45.160Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=302ff7f018e6d916 -C extra-filename=-554fe98cfef295d0 --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-cef002d5e498e368.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-09-11T20:12:45.198Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
45292026-09-11T20:12:45.202Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=55dc2fd97a0379a4 -C extra-filename=-07ea87da42f42885 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
45302026-09-11T20:12:45.233Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720/build-script-build`
45312026-09-11T20:12:45.271Z Compiling ghash v0.6.0
45322026-09-11T20:12:45.275Z Compiling pbkdf2 v0.13.0
45332026-09-11T20:12:45.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=95ad5f33fa8a8673 -C extra-filename=-9476e8137ddf3c9b --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3f7728d84f8cb82b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-09-11T20:12:45.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-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,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=5919e84b47c76f2d -C extra-filename=-a3dceae665cd418d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-09-11T20:12:45.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=df246df85b0e5122 -C extra-filename=-69eed7f776e6d8e4 --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-93a1365be822cb8b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-09-11T20:12:45.338Z Compiling aead v0.6.1
45372026-09-11T20:12:45.341Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=08ad79a8dd4a81cc -C extra-filename=-74574cd80db77641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-09-11T20:12:45.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45392026-09-11T20:12:45.381Z Compiling slog-stdlog v4.1.1
45402026-09-11T20:12:45.425Z Compiling salsa20 v0.11.0
45412026-09-11T20:12:45.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e195bb162b3c4121 -C extra-filename=-63b8a98c737378f1 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-09-11T20:12:45.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-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,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=2010002b031db08f -C extra-filename=-59548de6cbc7cf36 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-09-11T20:12:45.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=8dc30c1880d19656 -C extra-filename=-a7aaaf773d289eee --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-a96344eae1a3d1f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-09-11T20:12:45.463Z Compiling spki v0.8.0
45452026-09-11T20:12:45.477Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153/build-script-build`
45462026-09-11T20:12:45.497Z Compiling console v0.16.2
45472026-09-11T20:12:45.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=7de49d048ac888bb -C extra-filename=-3059f5ab82c7c7ba --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-d9671cfddb9bd917.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-09-11T20:12:45.536Z Compiling sapling-renderdag v0.1.0
45492026-09-11T20:12:45.540Z Compiling unit-prefix v0.5.2
45502026-09-11T20:12:45.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=9f67c18a4e40654f -C extra-filename=-dec0849c2c7ac360 --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-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-09-11T20:12:45.568Z Compiling aes-gcm v0.11.0
45522026-09-11T20:12:45.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=339663eed81463cd -C extra-filename=-f173005ec0208e29 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-09-11T20:12:45.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92a2ae0a1fcdfdf6 -C extra-filename=-5f678e80419a2587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-09-11T20:12:45.572Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59/build-script-build`
45552026-09-11T20:12:45.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=d3022a6484ccf6de -C extra-filename=-687510da3b584913 --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-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562026-09-11T20:12:45.606Z Compiling sync-ptr v0.1.4
45572026-09-11T20:12:45.641Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad8db908d9504493 -C extra-filename=-2e2b03c0efad02e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582026-09-11T20:12:45.645Z Compiling tokio-test v0.4.5
45592026-09-11T20:12:45.677Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.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(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04ddf7db63f5f5c7 -C extra-filename=-ebcd68a53c09770e --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-f57b0cec2750c1f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602026-09-11T20:12:45.718Z Compiling libsw-core v0.3.2
45612026-09-11T20:12:45.721Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=b20031e6c272ea74 -C extra-filename=-8f58feeaf26c417d --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-e0ed419d817544b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-09-11T20:12:45.722Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=1ed1c732c715a664 -C extra-filename=-7e01a0be547a6590 --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-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-09-11T20:12:45.785Z Compiling cbc v0.2.1
45642026-09-11T20:12:45.789Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45652026-09-11T20:12:45.789Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "zeroize"))' -C metadata=974c426ea051423e -C extra-filename=-bcdb5ae72dbcff0e --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-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-09-11T20:12:45.819Z Compiling twox-hash v2.1.2
45672026-09-11T20:12:45.824Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad9470e85cb11ff -C extra-filename=-101fe6e7c8f01ea1 --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-1e0124cd6fc62769.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-09-11T20:12:45.854Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=74f69124cde71ec3 -C extra-filename=-a99bfd033ac37355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-09-11T20:12:45.888Z Compiling atty v0.2.14
45702026-09-11T20:12:45.892Z Compiling fatfs v0.3.6
45712026-09-11T20:12:45.925Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45722026-09-11T20:12:45.929Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d652966f12ed8baa -C extra-filename=-9a370f76601575f4 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-09-11T20:12:45.929Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=716971467eab4cba -C extra-filename=-c6ad66728a1f7c05 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-09-11T20:12:45.929Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=097931cf7746e097 -C extra-filename=-5da5b880462cda97 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-09-11T20:12:45.929Z Compiling libsw v3.5.0
45762026-09-11T20:12:45.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=eb7854d7764ec4ce -C extra-filename=-b2f5e880023eedd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-7e01a0be547a6590.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772026-09-11T20:12:45.993Z Compiling ff v0.14.0
45782026-09-11T20:12:46.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=e7ce35e10d63f276 -C extra-filename=-909861595e1f2257 --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-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792026-09-11T20:12:46.057Z Compiling shell-words v1.1.1
45802026-09-11T20:12:46.063Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8d18fefad8fb80fd -C extra-filename=-41deb9e6efae2e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-09-11T20:12:46.192Z Compiling scrypt v0.12.0
45822026-09-11T20:12:46.227Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=4cf54c15c6944c8f -C extra-filename=-c71150440adb55dd --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-c8afeb56cacd505f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-09-11T20:12:46.232Z Compiling indicatif v0.18.4
45842026-09-11T20:12:46.264Z Compiling slog-envlogger v2.2.0
45852026-09-11T20:12:46.267Z Compiling seq-macro v0.3.6
45862026-09-11T20:12:46.268Z Compiling concurrent-queue v2.5.0
45872026-09-11T20:12:46.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=9b7ff98693a0bfc6 -C extra-filename=-2103a7c365bf290e --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-dec0849c2c7ac360.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-5f678e80419a2587.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-09-11T20:12:46.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=fa7f28cd9bbd9b29 -C extra-filename=-67863f9306e58aa0 --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-a96344eae1a3d1f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a7aaaf773d289eee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892026-09-11T20:12:46.302Z Compiling parking v2.2.1
45902026-09-11T20:12:46.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=050301dc172bfdc1 -C extra-filename=-40b0ae1304dff841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-09-11T20:12:46.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ec117f9abc4fa5a9 -C extra-filename=-ae6a00492f3ca6c3 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-09-11T20:12:46.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8657b7b93e419e70 -C extra-filename=-8d721ba4f2444947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-09-11T20:12:46.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4defd3e4ae939e4b -C extra-filename=-4381840504f9de7e --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-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-9476e8137ddf3c9b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3f7728d84f8cb82b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
45942026-09-11T20:12:46.400Z Compiling group v0.14.0
45952026-09-11T20:12:46.405Z Compiling oxide-update-engine-display v0.1.2
45962026-09-11T20:12:46.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=2bb7e4db4154d840 -C extra-filename=-5bbf9e2bd751607f --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-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45972026-09-11T20:12:46.406Z Compiling ratatui v0.29.0
45982026-09-11T20:12:46.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_display --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-display-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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=5abd36ebb7846198 -C extra-filename=-e01802dea79c318f --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-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2f5e880023eedd7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-09-11T20:12:46.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=dc94a2b911a49c81 -C extra-filename=-a1bb2c688165151e --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-3948ba2719554b61.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-34f7daa4bb120699.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-cd40a2561ccf746d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-24c828f81c8bae74.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-efcf4be9732349e6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a04e8da4a3432204.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-09-11T20:12:46.471Z Compiling signature v3.0.0
46012026-09-11T20:12:46.475Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=009bb466eae4f3f4 -C extra-filename=-6e36f509b749aa76 --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-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-09-11T20:12:46.532Z Compiling pkcs5 v0.8.1
46032026-09-11T20:12:46.537Z Compiling constant_time_eq v0.4.2
46042026-09-11T20:12:46.537Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=7f1b65aea49e147d -C extra-filename=-a66affc94c68e93b --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-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-09-11T20:12:46.569Z Compiling arrayvec v0.7.6
46062026-09-11T20:12:46.572Z Compiling arrayref v0.3.9
46072026-09-11T20:12:46.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=66d0100793e5ee25 -C extra-filename=-51a3b6ea9f09faea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082026-09-11T20:12:46.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=fc977d1dd8308f15 -C extra-filename=-b641eb45e77125e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-09-11T20:12:46.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e776ac4e5fde2af -C extra-filename=-fd2fe092f597efe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102026-09-11T20:12:46.681Z Compiling plotters-backend v0.3.7
46112026-09-11T20:12:46.685Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=797e2885f4798544 -C extra-filename=-f43db9616866cad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-09-11T20:12:46.718Z Compiling base16ct v1.0.0
46132026-09-11T20:12:46.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-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,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=82ddfc2e57c63886 -C extra-filename=-5d4c85a42c43613d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-09-11T20:12:46.789Z Compiling hkdf v0.13.0
46152026-09-11T20:12:46.824Z Compiling rtoolbox v0.0.3
46162026-09-11T20:12:46.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=dddc9debeb95a2fb -C extra-filename=-ced864b09500c594 --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-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-09-11T20:12:46.828Z Compiling futures-timer v3.0.3
46182026-09-11T20:12:46.862Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5055aee2cad5c776 -C extra-filename=-89d2a315fb8c324c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-09-11T20:12:46.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=566f67a75b9665e2 -C extra-filename=-445cb2bade420633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-09-11T20:12:46.930Z Compiling cast v0.3.0
46212026-09-11T20:12:46.934Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1da1504da09ee332 -C extra-filename=-3f38067fd8fd5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-09-11T20:12:46.967Z Compiling sec1 v0.8.1
46232026-09-11T20:12:46.972Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-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="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=f4c9da58156e0da4 -C extra-filename=-8a04af48251e3c77 --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-5d4c85a42c43613d.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-09-11T20:12:47.005Z Compiling event-listener v5.4.1
46252026-09-11T20:12:47.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=779ce6dd0287eb25 -C extra-filename=-752746e04a359016 --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-ae6a00492f3ca6c3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8d721ba4f2444947.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-09-11T20:12:47.010Z Compiling pkcs8 v0.11.0
46272026-09-11T20:12:47.044Z Compiling tinytemplate v1.2.1
46282026-09-11T20:12:47.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=68f3c719c57dccbb -C extra-filename=-e0344b733aced629 --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-d9671cfddb9bd917.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-09-11T20:12:47.079Z Compiling plotters-svg v0.3.7
46302026-09-11T20:12:47.079Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e53c84624cfce90 -C extra-filename=-6008bfd210db38a3 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-09-11T20:12:47.079Z Compiling blake3 v1.8.5
46322026-09-11T20:12:47.079Z Compiling oorandom v11.1.5
46332026-09-11T20:12:47.112Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=3f089f55ccb503a1 -C extra-filename=-59bbef1895dcca2c --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-f43db9616866cad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-09-11T20:12:47.112Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=ff6741e72b5cd953 -C extra-filename=-04676f7424b905a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-09-11T20:12:47.116Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95e88f5e0d47179d -C extra-filename=-b7131366fad6ff96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-09-11T20:12:47.184Z Compiling rpassword v7.5.4
46372026-09-11T20:12:47.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e6432ba24518416 -C extra-filename=-861635f841a91ff3 --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-f36ac586621dabce.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-89d2a315fb8c324c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-09-11T20:12:47.188Z Compiling anes v0.1.6
46392026-09-11T20:12:47.221Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=3682c87d2445ff6c -C extra-filename=-6b4239e083db6dde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-09-11T20:12:47.225Z Compiling strsim v0.10.0
46412026-09-11T20:12:47.253Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb2a6b9dde113a0c -C extra-filename=-3716f771c24eb7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-09-11T20:12:47.289Z Compiling event-listener-strategy v0.5.4
46432026-09-11T20:12:47.321Z Compiling progenitor-macro v0.13.0
46442026-09-11T20:12:47.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=04083ba703ff9b13 -C extra-filename=-cf0f4295f89731ce --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-752746e04a359016.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-09-11T20:12:47.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1deb24fa833af224 -C extra-filename=-7ac98629efeda460 --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-43c55b0f49f9feb6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-cef26526b6048d63.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-880c138e94e08aa6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-09-11T20:12:47.357Z Compiling plotters v0.3.7
46472026-09-11T20:12:47.387Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=342048e7bcf2c8d6 -C extra-filename=-fe7e4189f87c9934 --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-6c9795a397cfc660.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f43db9616866cad8.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-59bbef1895dcca2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-09-11T20:12:47.391Z Compiling wnaf v0.14.0
46492026-09-11T20:12:47.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=240e30aab52d081c -C extra-filename=-8616bd990660e953 --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-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-09-11T20:12:47.425Z Compiling criterion-plot v0.6.0
46512026-09-11T20:12:47.425Z Compiling serde_regex v1.1.0
46522026-09-11T20:12:47.457Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3cdae2976628aec -C extra-filename=-381401eb6c66099c --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-3f38067fd8fd5d87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-09-11T20:12:47.461Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eb2c81271d1572d -C extra-filename=-800173a6e970cf6c --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-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-09-11T20:12:47.491Z Compiling async-lock v3.4.2
46552026-09-11T20:12:47.494Z Compiling assert-json-diff v2.0.2
46562026-09-11T20:12:47.495Z Compiling path-tree v0.8.3
46572026-09-11T20:12:47.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e85ebe8a1aed0a3 -C extra-filename=-6836bee782f5e58d --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-09-11T20:12:47.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=91dc28a06d9ac843 -C extra-filename=-2961c0bca8e5f2c9 --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-752746e04a359016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cf0f4295f89731ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-09-11T20:12:47.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad4b10f96dd596e -C extra-filename=-82c1fa7eba195118 --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-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-09-11T20:12:47.534Z Compiling darling_core v0.13.4
46612026-09-11T20:12:47.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=e7c681a94cc2ebfa -C extra-filename=-0631de70acbc3a55 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3716f771c24eb7da.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-09-11T20:12:47.600Z Compiling stringmetrics v2.2.2
46632026-09-11T20:12:47.603Z Compiling target-lexicon v0.13.3
46642026-09-11T20:12:47.604Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=84fe1d6485e73059 -C extra-filename=-a2d00ef2dba0af0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-09-11T20:12:47.604Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4172d7bdc49283b0 -C extra-filename=-0570a74c6ef9ffe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-09-11T20:12:47.604Z Compiling curve25519-dalek v5.0.0
46672026-09-11T20:12:47.638Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/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 --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=7c8716f894dc50a0 -C extra-filename=-023beff5209a70bc --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46682026-09-11T20:12:47.711Z Compiling elliptic-curve v0.14.1
46692026-09-11T20:12:47.715Z Compiling primefield v0.14.0
46702026-09-11T20:12:47.715Z Compiling rfc6979 v0.6.0
46712026-09-11T20:12:47.715Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=1c7038672a1d0144 -C extra-filename=-b7478f5e66b2aba5 --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-5d4c85a42c43613d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ced864b09500c594.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-09-11T20:12:47.715Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05e045106ac4383 -C extra-filename=-e68fc8c43ea3d469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-09-11T20:12:47.715Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee4bbdf0ef06af47 -C extra-filename=-6d2201d6fe4d4618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-09-11T20:12:47.715Z Compiling hex-literal v0.4.1
46752026-09-11T20:12:47.784Z Compiling topological-sort v0.2.2
46762026-09-11T20:12:47.788Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=640be75a57b56510 -C extra-filename=-666be0b46fcb67b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-09-11T20:12:47.788Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f847a2c776e58a81 -C extra-filename=-0d79a4a4b554b691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-09-11T20:12:47.789Z Compiling guppy-workspace-hack v0.1.0
46792026-09-11T20:12:47.822Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9/build-script-build`
46802026-09-11T20:12:47.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f118d5c2eb32ca14 -C extra-filename=-0bfbab22aab5684d --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-09-11T20:12:47.960Z Compiling ssh-encoding v0.3.0
46822026-09-11T20:12:47.965Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=46a3c41367ef7fac -C extra-filename=-b7362aaeab16622b --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-4641a7d020b1e261.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-09-11T20:12:48.037Z Compiling keccak v0.2.0
46842026-09-11T20:12:48.044Z Compiling async-object-pool v0.2.0
46852026-09-11T20:12:48.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=c3267dd7854c359c -C extra-filename=-a2fed14bc3370874 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-09-11T20:12:48.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=703c9ea504032361 -C extra-filename=-5757c949ad003f8f --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-2961c0bca8e5f2c9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-752746e04a359016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-09-11T20:12:48.138Z Compiling target-spec v3.5.7
46882026-09-11T20:12:48.141Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/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(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=169ab7756b260069 -C extra-filename=-d9465ef384ba0377 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892026-09-11T20:12:48.213Z Compiling tui-tree-widget v0.23.1
46902026-09-11T20:12:48.216Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-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 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1719fc63a43f5bee -C extra-filename=-674b2067a95aac83 --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-a1bb2c688165151e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-09-11T20:12:48.216Z Compiling crypto-primes v0.7.2
46922026-09-11T20:12:48.220Z Compiling ed25519 v3.0.0
46932026-09-11T20:12:48.254Z Compiling pkcs1 v0.8.0-rc.4
46942026-09-11T20:12:48.258Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-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::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=c8ba6923c4010509 -C extra-filename=-087de505308bb037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-09-11T20:12:48.259Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.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="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=6f523a4d9bf31ea2 -C extra-filename=-73ba43c7010e14e8 --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-d9671cfddb9bd917.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962026-09-11T20:12:48.259Z Compiling httpmock v0.8.3
46972026-09-11T20:12:48.259Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=6e5d6de2f0a29f43 -C extra-filename=-7c677c60ee4d5d97 --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-e0344b733aced629.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-09-11T20:12:48.331Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc/build-script-build`
46992026-09-11T20:12:48.331Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d/build-script-build`
47002026-09-11T20:12:48.331Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=6cd48738acef36e7 -C extra-filename=-6b965b52841a5d7f --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-6836bee782f5e58d.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-5757c949ad003f8f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-82c1fa7eba195118.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-800173a6e970cf6c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-a2d00ef2dba0af0e.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012026-09-11T20:12:48.331Z Compiling criterion v0.7.0
47022026-09-11T20:12:48.331Z Compiling ecdsa v0.17.0
47032026-09-11T20:12:48.335Z Compiling poly1305 v0.9.0
47042026-09-11T20:12:48.336Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=c13751bec7d37fa5 -C extra-filename=-f81d20c51639d8b4 --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-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6d2201d6fe4d4618.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-09-11T20:12:48.336Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=4c81a55fb7aed876 -C extra-filename=-7c377b1087dd1298 --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-6b4239e083db6dde.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3f38067fd8fd5d87.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-381401eb6c66099c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-b7131366fad6ff96.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-fe7e4189f87c9934.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6008bfd210db38a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062026-09-11T20:12:48.336Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=1a9a79e488841f3f -C extra-filename=-2745d4fa532538f5 --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-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-09-11T20:12:48.400Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4/build-script-build`
47082026-09-11T20:12:48.437Z Compiling primeorder v0.14.0
47092026-09-11T20:12:48.470Z Compiling blowfish v0.10.0
47102026-09-11T20:12:48.474Z Compiling blake2 v0.11.0-rc.6
47112026-09-11T20:12:48.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=c2e9a584fd7901e5 -C extra-filename=-4f3313b7ac2ca9b4 --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-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-8616bd990660e953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-09-11T20:12:48.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=b0780c2d5dd326cb -C extra-filename=-26a62f9b3935a3a8 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
47132026-09-11T20:12:48.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-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="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=07370233153d3ff3 -C extra-filename=-8f76b5345b97dca7 --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-a85bc2f7a054eda7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142026-09-11T20:12:48.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=c4b14eebacdbf13a -C extra-filename=-b71c62b61230be2c --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152026-09-11T20:12:48.474Z Compiling sha3 v0.11.0
47162026-09-11T20:12:48.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=a9254b46823adf3c -C extra-filename=-c491932d2ae43fca --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-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-09-11T20:12:48.542Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=4d3e94d50c3b4f58 -C extra-filename=-8b9ea06fdb9fe7db --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-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/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()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
47182026-09-11T20:12:48.579Z Compiling kem v0.3.0
47192026-09-11T20:12:48.584Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9c12fe910d138c46 -C extra-filename=-1558432607f23e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
47202026-09-11T20:12:48.584Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-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,test)' --check-cfg 'cfg(feature, values("getrandom"))' -C metadata=dde5942d170a7faa -C extra-filename=-341876f496f5c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-09-11T20:12:48.612Z Compiling module-lattice v0.2.3
47222026-09-11T20:12:48.616Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=260f9add2a4a1463 -C extra-filename=-cc08096643008372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232026-09-11T20:12:48.649Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377/build-script-build`
47242026-09-11T20:12:48.723Z Compiling bcrypt-pbkdf v0.11.0
47252026-09-11T20:12:48.758Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=32e779abc205e146 -C extra-filename=-c8970437e26838fa --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-8f76b5345b97dca7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262026-09-11T20:12:48.790Z Compiling ssh-cipher v0.3.0
47272026-09-11T20:12:48.894Z Compiling cfg-expr v0.20.6
47282026-09-11T20:12:48.926Z Compiling pathdiff v0.2.3
47292026-09-11T20:12:49.027Z Compiling nested v0.1.1
47302026-09-11T20:12:49.041Z Compiling sponge-cursor v0.1.0
47312026-09-11T20:12:49.064Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91079b4791c20d3 -C extra-filename=-130c40b5db20b7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-09-11T20:12:49.080Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.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="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=af12bb0cf5d1753b -C extra-filename=-c6282f2ec62bb4ff --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-88db28b097ca3987.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332026-09-11T20:12:49.080Z Compiling ml-kem v0.3.2
47342026-09-11T20:12:49.080Z Compiling russh-cryptovec v0.62.0
47352026-09-11T20:12:49.081Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=0953bc9949c806ac -C extra-filename=-fdc3ab4d393d2b7f --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-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2745d4fa532538f5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-09-11T20:12:49.081Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=1b2cb0a6891be132 -C extra-filename=-f35d5551bae952e8 --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-369847ab087cf11d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-09-11T20:12:49.093Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=c3446264e3914fea -C extra-filename=-47124a1f3fbe6b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382026-09-11T20:12:49.097Z Compiling httptest v0.16.4
47392026-09-11T20:12:49.097Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=b8714a293c33ff84 -C extra-filename=-e4e758a81a819e76 --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-a96344eae1a3d1f9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-09-11T20:12:49.128Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=6c11fd240909f22a -C extra-filename=-54ae57d94e4e0076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-341876f496f5c24f.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c491932d2ae43fca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412026-09-11T20:12:49.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eb173a63c206d7d -C extra-filename=-49f5d8277ca84cd5 --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-61dca3a0d5526e42.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ac8cce29e469e73.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422026-09-11T20:12:49.164Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d977d2e2d66e1abd -C extra-filename=-f0408a0a2fd1122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432026-09-11T20:12:49.200Z Compiling internal-russh-num-bigint v0.5.0
47442026-09-11T20:12:49.225Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-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="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=c306dd8972a2c3eb -C extra-filename=-a7d47f2e36968974 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452026-09-11T20:12:49.274Z Compiling p256 v0.14.0
47462026-09-11T20:12:49.278Z Compiling p384 v0.14.0
47472026-09-11T20:12:49.278Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=1fff8fda3b3a91cf -C extra-filename=-a6349626e2681ab2 --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-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482026-09-11T20:12:49.278Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=3a36cd4c72d17b06 -C extra-filename=-cecca2f37f2c0d72 --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-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492026-09-11T20:12:49.312Z Compiling argon2 v0.6.0-rc.8
47502026-09-11T20:12:49.347Z Compiling p521 v0.14.0
47512026-09-11T20:12:49.408Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=68172c1bc49bb7fb -C extra-filename=-b81a939678c1b985 --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-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b71c62b61230be2c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522026-09-11T20:12:49.408Z Compiling russh-util v0.52.0
47532026-09-11T20:12:49.408Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=51db40a86e656b48 -C extra-filename=-768a1d8875545216 --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-5d4c85a42c43613d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542026-09-11T20:12:49.426Z Compiling generic-array v1.4.3
47552026-09-11T20:12:49.426Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23ffe3c00427350 -C extra-filename=-2f964ddae8cde4e1 --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-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562026-09-11T20:12:49.426Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.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="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=52a11d1b5867df47 -C extra-filename=-d5b42535719d3a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572026-09-11T20:12:49.426Z Compiling delegate v0.13.5
47582026-09-11T20:12:49.427Z Compiling enum_dispatch v0.3.13
47592026-09-11T20:12:49.427Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f62b0c00f77be1b4 -C extra-filename=-7c735c0a2580e119 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602026-09-11T20:12:49.427Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d10ebf67a8bfa15 -C extra-filename=-49a50d7a00233098 --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-0875c71ea664a892.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612026-09-11T20:12:49.427Z Compiling ed25519-dalek v3.0.0
47622026-09-11T20:12:49.450Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=9e0af0d6b2126656 -C extra-filename=-ba6e760819d1c274 --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-26a62f9b3935a3a8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7c677c60ee4d5d97.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632026-09-11T20:12:49.517Z Compiling sha3 v0.12.0
47642026-09-11T20:12:49.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=3c837695ec31e89b -C extra-filename=-1db11176a1c0822f --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-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-47124a1f3fbe6b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47652026-09-11T20:12:49.722Z Compiling num-bigint v0.4.6
47662026-09-11T20:12:49.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=52a73df6645dbdaf -C extra-filename=-997c749ebeaa3595 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672026-09-11T20:12:49.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=ceeb1abb6fb4be4b -C extra-filename=-30cd3315a231950f --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-c6282f2ec62bb4ff.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47682026-09-11T20:12:49.817Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47692026-09-11T20:12:49.860Z Compiling darling_macro v0.13.4
47702026-09-11T20:12:49.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/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="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=9dcdbd156af13ff5 -C extra-filename=-d9ae81c660b8abe1 --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-d9ae81c660b8abe1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-4d40045835525639.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712026-09-11T20:12:49.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d02678502ac6cd7 -C extra-filename=-2be3d940c575b20f --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-0631de70acbc3a55.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-09-11T20:12:49.872Z Compiling diesel v2.3.7
47732026-09-11T20:12:49.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --check-cfg 'cfg(diesel_docsrs)' --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,test)' --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=699cea3feea7e330 -C extra-filename=-ce52d0252545829b --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-3948ba2719554b61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-df559507bfa870cd.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-1393300248e80af8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8159aa1418ffd67e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
47742026-09-11T20:12:49.912Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47752026-09-11T20:12:49.947Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7623ee7e42a345f9 -C extra-filename=-143dc2dd89f02ae2 --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-e22f03653f92d3a5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47762026-09-11T20:12:49.959Z Compiling rsa v0.10.0-rc.18
47772026-09-11T20:12:49.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/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="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=9e4d96f72c5bbaf2 -C extra-filename=-279a423fefe03efc --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-11ea691932e08d12.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-087de505308bb037.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782026-09-11T20:12:50.006Z Compiling hex-literal v1.1.0
47792026-09-11T20:12:50.011Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8fad385e78ec9ca -C extra-filename=-f66c1bd7382a55e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47802026-09-11T20:12:50.055Z Compiling guppy v0.17.25
47812026-09-11T20:12:50.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=3102ec2990eb79ab -C extra-filename=-2e8048fc49df56ba --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-002d1b10f06c31e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-495c4a330cb2088e.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-130c40b5db20b7bf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-f35d5551bae952e8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-30cd3315a231950f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822026-09-11T20:12:50.091Z Compiling md5 v0.8.0
47832026-09-11T20:12:50.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28e5b0df9bc20861 -C extra-filename=-bf3e756e2122f0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-09-11T20:12:50.127Z Compiling hickory-client v0.25.2
47852026-09-11T20:12:50.167Z Compiling similar-asserts v1.7.0
47862026-09-11T20:12:50.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.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(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=6a99cb128697beda -C extra-filename=-c0e46548126dbb6f --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-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5368fdbcc8d15a21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872026-09-11T20:12:50.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.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="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=c4f0ebd3e00dc1be -C extra-filename=-bb371b07d28f574c --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-6866355d09e8c508.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-09-11T20:12:50.204Z Compiling supports-hyperlinks v2.1.0
47892026-09-11T20:12:50.208Z Compiling supports-color v2.1.0
47902026-09-11T20:12:50.208Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3601701d8a05dbf9 -C extra-filename=-61306e5284e2e39b --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-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47912026-09-11T20:12:50.208Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5da22d007e3b656b -C extra-filename=-802ed0cb2c3408c7 --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-b3006f7ed630068b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922026-09-11T20:12:50.277Z Compiling supports-unicode v2.1.0
47932026-09-11T20:12:50.281Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47942026-09-11T20:12:50.282Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=525543818de907ad -C extra-filename=-fc73019b569b740e --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-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47952026-09-11T20:12:50.282Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce5115e470227295 -C extra-filename=-25b39e70368fcdc4 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-09-11T20:12:50.477Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47972026-09-11T20:12:50.486Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34793a529cda7805 -C extra-filename=-ae6ec4353b440d0b --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-369847ab087cf11d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982026-09-11T20:12:50.511Z Compiling textwrap v0.15.2
47992026-09-11T20:12:50.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=bd9c7e0bf7345a37 -C extra-filename=-8df8fab9e24be3f6 --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-2f1ac1795b4a6054.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002026-09-11T20:12:50.544Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48012026-09-11T20:12:50.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=aad0be480a108a10 -C extra-filename=-daa031385552c8b6 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022026-09-11T20:12:50.582Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48032026-09-11T20:12:50.582Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=4dffc51599b4fc93 -C extra-filename=-82e5da628c97b1bf --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-143dc2dd89f02ae2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-beeecaa252b7cd2c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-09-11T20:12:50.620Z Compiling miette-derive v5.10.0
48052026-09-11T20:12:50.624Z Compiling terminal_size v0.1.17
48062026-09-11T20:12:50.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=39ddd03933d0096d -C extra-filename=-16a0db0bf2b0190d --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072026-09-11T20:12:50.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=18351837e246cb55 -C extra-filename=-306b8c2d54bcb6a5 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48082026-09-11T20:12:50.689Z Compiling darling v0.13.4
48092026-09-11T20:12:50.694Z Compiling assert_cmd v2.1.2
48102026-09-11T20:12:50.694Z Compiling target-triple v1.0.0
48112026-09-11T20:12:50.694Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.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="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=6521df70c360f1e8 -C extra-filename=-c5cd5988e29e4700 --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-0631de70acbc3a55.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2be3d940c575b20f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48122026-09-11T20:12:50.694Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=f84006d57cce6aeb -C extra-filename=-b7272764fea5c815 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-09-11T20:12:50.695Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5930650ddd23b5e7 -C extra-filename=-7465962ad4c71a0d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48142026-09-11T20:12:50.798Z Compiling internet-checksum v0.2.1
48152026-09-11T20:12:50.802Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=15b515457a4961cb -C extra-filename=-d065927fe990533b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162026-09-11T20:12:50.802Z Compiling owo-colors v3.5.0
48172026-09-11T20:12:50.802Z Compiling escape8259 v0.5.3
48182026-09-11T20:12:50.833Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a940a717a6346f -C extra-filename=-990bc44997d0a8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48192026-09-11T20:12:50.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=b9982bbe8854ada3 -C extra-filename=-5902446001cd9512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-09-11T20:12:50.867Z Compiling knuffel-derive v3.2.0
48212026-09-11T20:12:50.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b12ab6ce86e96e2 -C extra-filename=-fd05d3912d2d8b51 --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-09-11T20:12:50.907Z Compiling serde_with_macros v1.5.2
48232026-09-11T20:12:50.907Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48242026-09-11T20:12:50.939Z Compiling fancy-regex v0.14.0
48252026-09-11T20:12:50.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=dc00c48cd80a2fef -C extra-filename=-2756f5c197c5b571 --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-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262026-09-11T20:12:50.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6006a28551aceaee -C extra-filename=-5f377bdb28638a72 --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-c5cd5988e29e4700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272026-09-11T20:12:50.970Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-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 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=11f99dd1713fa1f5 -C extra-filename=-515e3ec884795c4b --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-cbc2b3f9eeb20f18.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282026-09-11T20:12:51.037Z Compiling rstest_macros v0.25.0
48292026-09-11T20:12:51.041Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=f0897bf32b46bd8e -C extra-filename=-c7f2f35b24da6635 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48302026-09-11T20:12:51.074Z Compiling libtest-mimic v0.8.1
48312026-09-11T20:12:51.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6caaca32f1672839 -C extra-filename=-0ca9dfc172b19f66 --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-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-990bc44997d0a8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322026-09-11T20:12:51.078Z Compiling fs-err v2.11.0
48332026-09-11T20:12:51.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=0b959028373c8f35 -C extra-filename=-150f03a00684a2af --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-09-11T20:12:51.150Z Compiling linkme-impl v0.3.35
48352026-09-11T20:12:51.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/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,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=ac15218cdf0f8497 -C extra-filename=-481233e8b7049972 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362026-09-11T20:12:51.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48372026-09-11T20:12:51.191Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d/build-script-build`
48382026-09-11T20:12:51.191Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=006c60ef42262cfd -C extra-filename=-58213a9c7e7073a2 --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-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-daa031385552c8b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48392026-09-11T20:12:51.191Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815/build-script-build`
48402026-09-11T20:12:51.292Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=69556f3c21f334a2 -C extra-filename=-db593f08a950ef9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48412026-09-11T20:12:51.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48422026-09-11T20:12:51.359Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=2f2a3fcb04d0a0ce -C extra-filename=-66667db8e5a21f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2756f5c197c5b571.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48432026-09-11T20:12:51.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=273267e00ecb568c -C extra-filename=-5fed5a6df06ab157 --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-665243e242fcd7e8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48442026-09-11T20:12:51.406Z Compiling support-bundle-viewer v0.1.2
48452026-09-11T20:12:51.411Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f6577bc09753360 -C extra-filename=-70db9ec5b1ce133b --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
48462026-09-11T20:12:51.436Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48472026-09-11T20:12:51.440Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e658002d047ca00a -C extra-filename=-1d642684dee12cfe --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-ec93dfa18e4d1a6d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-962294e41d4a3717.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a3f708de06c876.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-58213a9c7e7073a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482026-09-11T20:12:51.474Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af/build-script-build`
48492026-09-11T20:12:51.478Z Compiling multimap v0.10.1
48502026-09-11T20:12:51.478Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-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="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=046fca18ea37ccda -C extra-filename=-c1e5be9fb6586715 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48512026-09-11T20:12:51.543Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635/build-script-build`
48522026-09-11T20:12:51.594Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-d9ae81c660b8abe1/build-script-build`
48532026-09-11T20:12:51.628Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972/build-script-build`
48542026-09-11T20:12:51.632Z Compiling datatest-stable v0.3.3
48552026-09-11T20:12:51.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=37c0a2a73de6875b -C extra-filename=-4abb3ca6fb30ba71 --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-369847ab087cf11d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-515e3ec884795c4b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-0ca9dfc172b19f66.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48562026-09-11T20:12:51.728Z Compiling approx v0.5.1
48572026-09-11T20:12:51.732Z Compiling uzers v0.12.2
48582026-09-11T20:12:51.732Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=6ebdabac061f5a98 -C extra-filename=-3691007ff0584b58 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592026-09-11T20:12:51.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-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="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9cdeb55848d003be -C extra-filename=-47665ca5bde56653 --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-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48602026-09-11T20:12:51.759Z Compiling termcolor v1.4.1
48612026-09-11T20:12:51.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b93e77de710789 -C extra-filename=-8acb90536a7e7fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48622026-09-11T20:12:51.831Z Compiling relative-path v1.9.3
48632026-09-11T20:12:51.835Z Compiling linkme v0.3.35
48642026-09-11T20:12:51.835Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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 --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=50794c96f3d27adb -C extra-filename=-4b1c3ff8d7c7e87c --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-e5ce56e8506f5b30.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-962294e41d4a3717.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48652026-09-11T20:12:51.835Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=babc4dfd36e84ab6 -C extra-filename=-4a00f12b36d7b81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662026-09-11T20:12:51.836Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/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,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=c74b5daf99e9e757 -C extra-filename=-eb2b17b87192fa1e --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48672026-09-11T20:12:51.939Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48682026-09-11T20:12:51.947Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48e17de3283b92a9 -C extra-filename=-e93efea3770fcaca --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-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-09-11T20:12:51.947Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=e676193ebae4e00b -C extra-filename=-089a7f45201fabb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
48702026-09-11T20:12:51.947Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.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,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=c8e5234e546fff39 -C extra-filename=-c7311b77d27a8684 --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-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
48712026-09-11T20:12:52.049Z Compiling blake2b_simd v1.0.4
48722026-09-11T20:12:52.053Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48732026-09-11T20:12:52.053Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-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 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,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=4feddecb47e330a7 -C extra-filename=-994c226a7d8a3468 --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-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742026-09-11T20:12:52.053Z Compiling partial-io v0.5.4
48752026-09-11T20:12:52.053Z Compiling rand_distr v0.5.1
48762026-09-11T20:12:52.053Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d34691e6d7ee482 -C extra-filename=-c1c510ec62c97f94 --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-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-410dfba099023d61.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-eac7599807efe826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
48772026-09-11T20:12:52.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=159be219532bb30a -C extra-filename=-f80380f9fdb11466 --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-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782026-09-11T20:12:52.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=25cb73f570cf3fa2 -C extra-filename=-bfbccd347f884efa --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-ee0df92789a44cc2.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48792026-09-11T20:12:52.156Z Compiling miette v5.10.0
48802026-09-11T20:12:52.160Z Compiling serde_with v1.14.0
48812026-09-11T20:12:52.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.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="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=3da6ef5ad867fe1d -C extra-filename=-5bb6f395d8173dd9 --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-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-16a0db0bf2b0190d.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-5902446001cd9512.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-802ed0cb2c3408c7.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-61306e5284e2e39b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-fc73019b569b740e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-306b8c2d54bcb6a5.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8df8fab9e24be3f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822026-09-11T20:12:52.193Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=d2c611db03964d5a -C extra-filename=-64309b8b657c7bed --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-d54ce1c3939a9e89.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5f377bdb28638a72.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48832026-09-11T20:12:52.225Z Compiling trybuild v1.0.116
48842026-09-11T20:12:52.228Z Compiling drift v0.2.0
48852026-09-11T20:12:52.229Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=b64e31f30ed69077 -C extra-filename=-280fa11ba239171a --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-32e11cbbb0cbd818.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-db593f08a950ef9c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8acb90536a7e7fe9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48862026-09-11T20:12:52.229Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58731e69c3ff6e5 -C extra-filename=-a3fd76431410f7d2 --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-ec93dfa18e4d1a6d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48872026-09-11T20:12:52.329Z Compiling constant_time_eq v0.3.1
48882026-09-11T20:12:52.333Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=0138ef61613b48f7 -C extra-filename=-6f7131820d3b2aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48892026-09-11T20:12:52.333Z Compiling parse-size v1.1.0
48902026-09-11T20:12:52.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0fe6a567d5243b46 -C extra-filename=-415ede010cc26114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-09-11T20:12:52.372Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=6af85dfadaa7ec91 -C extra-filename=-dd923dbe0b7d56ed --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-c8afeb56cacd505f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-178e6fef099d8d4d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-4a00f12b36d7b81b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48922026-09-11T20:12:52.373Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e/build-script-build`
48932026-09-11T20:12:52.442Z Compiling cargo_toml v0.21.0
48942026-09-11T20:12:52.442Z Compiling termios v0.3.3
48952026-09-11T20:12:52.442Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/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,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=0d634ef833c179c9 -C extra-filename=-1687765aa0132809 --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-d54ce1c3939a9e89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48962026-09-11T20:12:52.442Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20017b746edee3e -C extra-filename=-6dcf76f1cfb3077c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972026-09-11T20:12:52.501Z Compiling rust-argon2 v2.1.0
48982026-09-11T20:12:52.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1f921cf302c05382 -C extra-filename=-41ac2d17202de6c2 --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-70747a5d8c73dcfb.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-994c226a7d8a3468.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f7131820d3b2aa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48992026-09-11T20:12:52.567Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=ff0d67d56e9cde75 -C extra-filename=-09b57b8925b0bdce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49002026-09-11T20:12:52.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=0e649ba356ef7b78 -C extra-filename=-e327d06de12515ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-97406f1daba247f9.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49012026-09-11T20:12:52.656Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a50c5a94241af7f -C extra-filename=-7561f25f3c332a8d --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-369847ab087cf11d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49022026-09-11T20:12:53.037Z Compiling ssh-key v0.7.0-rc.11
49032026-09-11T20:12:53.043Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=edab5aa8a3c3ef3f -C extra-filename=-fc6346b896371d28 --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-b81a939678c1b985.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c8970437e26838fa.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-fdc3ab4d393d2b7f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49042026-09-11T20:12:53.150Z Compiling knuffel v3.2.0
49052026-09-11T20:12:53.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-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 --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=23b77ba2968a69eb -C extra-filename=-3c719aa9c64938ae --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-70747a5d8c73dcfb.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fd05d3912d2d8b51.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49062026-09-11T20:12:53.186Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=2b51f4a7cad04b4b -C extra-filename=-cec354afcaee4de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-c7311b77d27a8684.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49072026-09-11T20:12:53.478Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
49082026-09-11T20:12:53.481Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cb7bc7bd105e38e -C extra-filename=-f86a847c1554f69e --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-8d22a73afb78cdb5.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-3288b4da69667601.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-64309b8b657c7bed.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49092026-09-11T20:12:54.074Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
49102026-09-11T20:12:54.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b74f66745d6ba04e -C extra-filename=-1b349c2cc10e2475 --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-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-3c719aa9c64938ae.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49112026-09-11T20:12:54.894Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49122026-09-11T20:12:54.898Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=35d40e70ac4e94a9 -C extra-filename=-dbe084e73836635d --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-1687765aa0132809.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49132026-09-11T20:12:55.159Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e/build-script-build`
49142026-09-11T20:12:55.254Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e23dd555221b26c -C extra-filename=-d4bf4324b474abda --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-9e37edfd50945af7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49152026-09-11T20:12:55.996Z Compiling rstest v0.25.0
49162026-09-11T20:12:55.999Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=dffa5d07bfd1c7e9 -C extra-filename=-3b24bf69782c43bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-dd923dbe0b7d56ed.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49172026-09-11T20:12:56.196Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
49182026-09-11T20:12:56.200Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dba498c6e8d7c29d -C extra-filename=-c4fddf357656e3c1 --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-369847ab087cf11d.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1b349c2cc10e2475.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49192026-09-11T20:12:58.560Z Compiling samael v0.0.19
49202026-09-11T20:12:58.564Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=fc2be55f361bf2bb -C extra-filename=-72e7fae1224068aa --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-08b197286f56bd97.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49212026-09-11T20:13:00.117Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa/build-script-bindings`
49222026-09-11T20:13:00.241Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=8b78ada929206598 -C extra-filename=-9014a7d3504185fb --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-f36ac586621dabce.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-07ea87da42f42885.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
49232026-09-11T20:13:00.550Z Compiling git2 v0.20.4
49242026-09-11T20:13:00.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=2a1cfefce7b3f100 -C extra-filename=-d404645846ff45bd --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-3948ba2719554b61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9014a7d3504185fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
49252026-09-11T20:13:01.302Z Compiling polar-core v0.27.3
49262026-09-11T20:13:01.306Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=55f291e875c7a617 -C extra-filename=-26e5d5bf3d03aae5 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-26e5d5bf3d03aae5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-43e025a4611d358c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-09-11T20:13:01.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=67ea2f573addd52c -C extra-filename=-73faca2b25abd4c5 --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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9be4d5052de6b0da.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ba548cb97a05fd57.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-4f1b0a5e40e5f916.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
49282026-09-11T20:13:02.221Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-26e5d5bf3d03aae5/build-script-build`
49292026-09-11T20:13:02.569Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=708ae516a30b5921 -C extra-filename=-d326cfa75a9b62ab --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-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-d404645846ff45bd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
49302026-09-11T20:13:02.995Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49312026-09-11T20:13:03.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=580ca7f43a2b7d75 -C extra-filename=-1fcd2031e2ee36b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-1fcd2031e2ee36b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-d326cfa75a9b62ab.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
49322026-09-11T20:13:03.197Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1/build-script-build`
49332026-09-11T20:13:03.201Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.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,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=32fa4f6b350c0846 -C extra-filename=-479e5536fbc197c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -l static=aws_lc_0_40_0_crypto --cfg universal`
49342026-09-11T20:13:03.275Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f/build-script-build`
49352026-09-11T20:13:03.403Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dd9bca38055e6c23 -C extra-filename=-75be4ee6c54497b5 --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-7e032ea0c0df3de5.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5ae813a9bb19abd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49362026-09-11T20:13:03.675Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=27a5f2328aed05dc -C extra-filename=-216bfd816f8ebcfb --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-479e5536fbc197c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
49372026-09-11T20:13:04.055Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-1fcd2031e2ee36b1/build-script-build`
49382026-09-11T20:13:04.500Z Compiling rustls-webpki v0.103.13
49392026-09-11T20:13:04.500Z Compiling rcgen v0.12.1
49402026-09-11T20:13:04.505Z Compiling russh v0.62.4
49412026-09-11T20:13:04.505Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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 --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=938e378b16cdb1ba -C extra-filename=-04af00d720d91488 --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-216bfd816f8ebcfb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-aa4831acdc29ad27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49422026-09-11T20:13:04.506Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=cfb28bd02064f38e -C extra-filename=-2a5a4d2fbeb7e66b --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-216bfd816f8ebcfb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9a396bbdc6bbac50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49432026-09-11T20:13:04.506Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=badc6d30cf7ae843 -C extra-filename=-fda599c0f2adf537 --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-102b6e12f2c7ee1c.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-37daa10e1f3ebda5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-26a62f9b3935a3a8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-7c735c0a2580e119.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-49a50d7a00233098.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d5b42535719d3a5d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f66c1bd7382a55e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-a7d47f2e36968974.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-bf3e756e2122f0b9.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-54ae57d94e4e0076.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-997c749ebeaa3595.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4e758a81a819e76.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-2f964ddae8cde4e1.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1db11176a1c0822f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc6346b896371d28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49442026-09-11T20:13:04.684Z Compiling diesel-dtrace v0.5.0
49452026-09-11T20:13:04.684Z Compiling async-bb8-diesel v0.2.1
49462026-09-11T20:13:04.687Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03675f64af9d80fe -C extra-filename=-4ea8ecee3ceb19a6 --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-ce52d0252545829b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49472026-09-11T20:13:04.687Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=6e61bde09abcb67d -C extra-filename=-274bf28b24d0a9db --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-e5ce56e8506f5b30.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7bdc5321b80fbd35.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49482026-09-11T20:13:05.004Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c5df600fb136b866 -C extra-filename=-a00b12ef41f33166 --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-216bfd816f8ebcfb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49492026-09-11T20:13:07.009Z Compiling oso v0.27.3
49502026-09-11T20:13:07.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=855c0ae947c30450 -C extra-filename=-b4a52e8733931033 --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-c87fe0193aeff696.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-2814e1293aa99f04.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-75be4ee6c54497b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49512026-09-11T20:13:07.434Z Compiling tokio-rustls v0.26.4
49522026-09-11T20:13:07.434Z Compiling rustls-platform-verifier v0.6.2
49532026-09-11T20:13:07.439Z Compiling tough v0.22.0
49542026-09-11T20:13:07.439Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49552026-09-11T20:13:07.439Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=a01694911be436ea -C extra-filename=-ec266f134b30ab63 --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-a00b12ef41f33166.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49562026-09-11T20:13:07.439Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=e35b11ef8f065ae6 -C extra-filename=-68080a5ace8adf59 --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-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49572026-09-11T20:13:07.439Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-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 --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=b5c4745786264286 -C extra-filename=-213efebf5ce581a0 --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-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-dffbf6b21a1d747e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/usr/lib/amd64`
49582026-09-11T20:13:07.439Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=7bf183f663e6fe5f -C extra-filename=-a533cb9eea71552d --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-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9c93a289614b30ce.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49592026-09-11T20:13:07.765Z Compiling hyper-rustls v0.27.7
49602026-09-11T20:13:07.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=d05182dd5d84ffe2 -C extra-filename=-b1d92761482d9115 --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-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49612026-09-11T20:13:07.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1404e64995cdf6e0 -C extra-filename=-b17bf89810c1c282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-6fc6252abfa2e55a.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-55e04cd135c1297c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-eabd85006e96ac2b.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e48d4bf7ecfc3ef8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-68dae086988655aa.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d40647f6ba22a5cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49622026-09-11T20:13:07.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/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,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=cb8234506236e510 -C extra-filename=-6db62e69810c44c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-962294e41d4a3717.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-82c6871faafbe01c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4b1c3ff8d7c7e87c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b10789da333cdd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
49632026-09-11T20:13:08.020Z Compiling reqwest v0.13.2
49642026-09-11T20:13:08.025Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=bb5e76a8612a9d5c -C extra-filename=-634800329a65c50c --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-f7a2f8373cc179df.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-68080a5ace8adf59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6cc2557fadd24736.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49652026-09-11T20:13:09.505Z Compiling progenitor-client v0.14.0
49662026-09-11T20:13:09.505Z Compiling progenitor-client v0.13.0
49672026-09-11T20:13:09.512Z Compiling omicron-zone-package v0.12.3
49682026-09-11T20:13:09.513Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b5193ddf4053b31 -C extra-filename=-f33b5e798654e53b --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49692026-09-11T20:13:09.513Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d36b7383de3591 -C extra-filename=-dc0eade14fdda8a6 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49702026-09-11T20:13:09.513Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188fa7a9dd2ebc42 -C extra-filename=-9ac9a28f78b327de --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-0d79a4a4b554b691.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49712026-09-11T20:13:09.690Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49722026-09-11T20:13:09.694Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/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 '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fb72c0e71954934 -C extra-filename=-6ab79d5f5b3744f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-88f40dba69b3f6bf.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-794de493e17f410b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-167c1e974015d22e.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-c2e0a73e22538d73.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a533cb9eea71552d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
49732026-09-11T20:13:09.778Z Compiling progenitor-extras v0.2.0
49742026-09-11T20:13:09.778Z Compiling progenitor v0.14.0
49752026-09-11T20:13:09.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab22166927b5dd35 -C extra-filename=-bc56cc3da71baa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49762026-09-11T20:13:09.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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 --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=dfdb8a0365674e0d -C extra-filename=-b5f9f6295f6a9272 --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-f33b5e798654e53b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9e59cb6bb390986.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-a8a95409af18e5d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49772026-09-11T20:13:09.840Z Compiling progenitor v0.13.0
49782026-09-11T20:13:09.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=51475ba5a937f8e2 -C extra-filename=-679d31aae5228db0 --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-dc0eade14fdda8a6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-cef26526b6048d63.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7ac98629efeda460.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49792026-09-11T20:13:09.877Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49802026-09-11T20:13:09.881Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2368756726a8bf51 -C extra-filename=-c84605154096923b --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-089a7f45201fabb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1c510ec62c97f94.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-415ede010cc26114.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e93efea3770fcaca.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
49812026-09-11T20:13:09.971Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49822026-09-11T20:13:09.971Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49832026-09-11T20:13:09.972Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49842026-09-11T20:13:09.976Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49852026-09-11T20:13:09.976Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c20b429740d55ad -C extra-filename=-e3a326d06017962d --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-1e0124cd6fc62769.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-aa60e9a2fa6df98b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-c3d5761c2c903403.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49862026-09-11T20:13:09.976Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d646e6ea6641605d -C extra-filename=-bb89a29abdaf9acb --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-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fec990254285bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49872026-09-11T20:13:09.976Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=4779f727463d2cf0 -C extra-filename=-95ea99b300116b1f --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-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-128ae65ef1c468da.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-731cfe6148305b80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49882026-09-11T20:13:09.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4082cbfb4779a89a -C extra-filename=-d29db20ca5b408a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-adc572987ca5a608.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49892026-09-11T20:13:10.032Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49902026-09-11T20:13:10.036Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49912026-09-11T20:13:10.036Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=62780148e6097763 -C extra-filename=-65f701cd80f5eac1 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49922026-09-11T20:13:10.037Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c66b0bbd395571bc -C extra-filename=-27840ab51e5d0e43 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49932026-09-11T20:13:10.100Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49942026-09-11T20:13:10.138Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=e214cb10081b326c -C extra-filename=-2cede7e05ec1b418 --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-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-63b8a98c737378f1.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-679d31aae5228db0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-731cfe6148305b80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49952026-09-11T20:13:10.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49962026-09-11T20:13:10.577Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a56eaa0bb49191e -C extra-filename=-2d919651303525c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2d919651303525c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-0130089cfadeb675.so --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
49972026-09-11T20:13:10.641Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49982026-09-11T20:13:10.646Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49992026-09-11T20:13:10.646Z Compiling dropshot-api-manager v0.8.0
50002026-09-11T20:13:10.646Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a92ba6690ef991 -C extra-filename=-bac9ed1fab7e3a17 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-b241f29d84da5786.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50012026-09-11T20:13:10.646Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb80d7d21b31b1bd -C extra-filename=-6a8c9a146d75aba6 --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-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1daa2bbcf4e3cf84.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fec990254285bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50022026-09-11T20:13:10.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1afe9a409d31b667 -C extra-filename=-0150e7a894b22183 --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-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-a3fd76431410f7d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-547b26885305ff20.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50032026-09-11T20:13:10.648Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=078de44774beecb6 -C extra-filename=-94ce42e3c2556011 --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-ec93dfa18e4d1a6d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-9a370f76601575f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-a99bfd033ac37355.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50042026-09-11T20:13:10.891Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2d919651303525c2/build-script-build`
50052026-09-11T20:13:10.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=877cfa53b5a5ba1b -C extra-filename=-1ee8fc9c7a7171a4 --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-002d1b10f06c31e0.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50062026-09-11T20:13:10.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f39f52c67ab69c -C extra-filename=-9f6a0ebccb7d8f56 --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-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50072026-09-11T20:13:11.036Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
50082026-09-11T20:13:11.036Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
50092026-09-11T20:13:11.040Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50102026-09-11T20:13:11.040Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50112026-09-11T20:13:11.040Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
50122026-09-11T20:13:11.040Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
50132026-09-11T20:13:11.040Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
50142026-09-11T20:13:11.040Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
50152026-09-11T20:13:11.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bac1874a40c980c -C extra-filename=-40be45cc1061c5ce --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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50162026-09-11T20:13:11.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e01c00a02f1277af -C extra-filename=-8de1dcacef4d9a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50172026-09-11T20:13:11.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5209841960b7eae -C extra-filename=-308f0204c87e6f29 --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-f6bb609b3f550cef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50182026-09-11T20:13:11.041Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b31062cbba240f54 -C extra-filename=-672d7e8e575f5769 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50192026-09-11T20:13:11.068Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50202026-09-11T20:13:11.072Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
50212026-09-11T20:13:11.072Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
50222026-09-11T20:13:11.072Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d639a807f691ddc -C extra-filename=-1d01c9bc16f9b741 --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-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50232026-09-11T20:13:11.073Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=49bc8ba70946503e -C extra-filename=-093510bda85b835d --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-bb74a95d46416a86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50242026-09-11T20:13:11.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2678dcc16fa0a599 -C extra-filename=-8a3ae8e67452c024 --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-b17bf89810c1c282.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50252026-09-11T20:13:11.109Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=16bb6df8e9904d29 -C extra-filename=-513f19cf4ca03115 --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-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50262026-09-11T20:13:11.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd9124ffe395673b -C extra-filename=-0888a51597437a49 --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-1e0124cd6fc62769.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50272026-09-11T20:13:11.168Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4c7e08e7705b195 -C extra-filename=-b826120dac283883 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50282026-09-11T20:13:11.172Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7db6e5459180fa2 -C extra-filename=-a8dc07033505663f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50292026-09-11T20:13:11.233Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
50302026-09-11T20:13:11.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7c6c409656f0a03 -C extra-filename=-06f54a0c0ab204df --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-1ee8fc9c7a7171a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50312026-09-11T20:13:11.408Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50322026-09-11T20:13:11.440Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50332026-09-11T20:13:11.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=410c61644391281f -C extra-filename=-e00ed5c798a2111b --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-1e0124cd6fc62769.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50342026-09-11T20:13:11.474Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e737f075c16c955 -C extra-filename=-bbf2979e7369be72 --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-1e0124cd6fc62769.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50352026-09-11T20:13:11.517Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50362026-09-11T20:13:11.521Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
50372026-09-11T20:13:11.521Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50382026-09-11T20:13:11.521Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50392026-09-11T20:13:11.553Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50402026-09-11T20:13:11.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d325701cf6540b42 -C extra-filename=-91044710874df499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50412026-09-11T20:13:11.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6a899fae38b047d -C extra-filename=-53b778a716c90e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50422026-09-11T20:13:11.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9f4c4fe0285ddad -C extra-filename=-c9d5b4c6c8a4a186 --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-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50432026-09-11T20:13:11.623Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bbde08cd4b1a98a -C extra-filename=-ca4fd7d34de77f0d --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-0971dfdbc3426724.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50442026-09-11T20:13:11.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=881b0ab4552fd6c1 -C extra-filename=-12af7b15bdc0758c --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-1ee8fc9c7a7171a4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50452026-09-11T20:13:11.701Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50462026-09-11T20:13:11.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
50472026-09-11T20:13:11.705Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50482026-09-11T20:13:11.705Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50492026-09-11T20:13:11.705Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=931c6780b1d1792d -C extra-filename=-18828d6033a378fd --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50502026-09-11T20:13:11.749Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=70d68bf0b2841ac3 -C extra-filename=-44c0fadb440b6ad0 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50512026-09-11T20:13:11.791Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dcee7b84d4297a9 -C extra-filename=-812d098753590260 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-812d098753590260 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50522026-09-11T20:13:11.795Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3612682234f33809 -C extra-filename=-d1bb368e219482b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-d1bb368e219482b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50532026-09-11T20:13:11.869Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50542026-09-11T20:13:11.873Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c8d4f64fc901888 -C extra-filename=-3258c8f25334bd1d --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-1e0124cd6fc62769.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50552026-09-11T20:13:11.910Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
50562026-09-11T20:13:11.920Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50572026-09-11T20:13:11.920Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50582026-09-11T20:13:11.920Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c17df67f3a4543fb -C extra-filename=-77736f3c35d4a4b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50592026-09-11T20:13:11.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f665fedd0754a13 -C extra-filename=-a31477a8ae5bdd2f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a31477a8ae5bdd2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50602026-09-11T20:13:11.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=39add0810090d1df -C extra-filename=-5b2cf2f904c73b41 --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-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50612026-09-11T20:13:11.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8706961918b17308 -C extra-filename=-a219aaceba12a206 --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-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50622026-09-11T20:13:12.046Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50632026-09-11T20:13:12.084Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50642026-09-11T20:13:12.084Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50652026-09-11T20:13:12.088Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50662026-09-11T20:13:12.088Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50672026-09-11T20:13:12.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f68fcae5bd7a9128 -C extra-filename=-64e63270090f4927 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-64e63270090f4927 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50682026-09-11T20:13:12.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1865972a579598d -C extra-filename=-d66d3c58f97391b4 --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-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50692026-09-11T20:13:12.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d8639a39e1ea55d -C extra-filename=-a939d88b928ce1b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a939d88b928ce1b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50702026-09-11T20:13:12.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e67d98dc8a4f29c1 -C extra-filename=-0c5b4377aef4c55d --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-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50712026-09-11T20:13:12.097Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=27577332c8ff9be8 -C extra-filename=-2752671606698d80 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-2752671606698d80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50722026-09-11T20:13:12.234Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50732026-09-11T20:13:12.238Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50742026-09-11T20:13:12.238Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50752026-09-11T20:13:12.238Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cedde740252b61b -C extra-filename=-473a2e16de50744b --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50762026-09-11T20:13:12.239Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-812d098753590260/build-script-build`
50772026-09-11T20:13:12.271Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-d1bb368e219482b6/build-script-build`
50782026-09-11T20:13:12.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c24d90ef89ddaf -C extra-filename=-9bde9270cd06758b --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-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50792026-09-11T20:13:12.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=e5a96033625ee40d -C extra-filename=-c5cb00aa9e1996da --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c5cb00aa9e1996da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50802026-09-11T20:13:12.486Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50812026-09-11T20:13:12.492Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
50822026-09-11T20:13:12.492Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4c1f67bf29f2b8 -C extra-filename=-f764107f8e5dc1ab --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-1ee8fc9c7a7171a4.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50832026-09-11T20:13:12.537Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50842026-09-11T20:13:12.541Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a31477a8ae5bdd2f/build-script-build`
50852026-09-11T20:13:12.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ace48a69d494dda0 -C extra-filename=-4cf12e333f64223c --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-ce52d0252545829b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50862026-09-11T20:13:12.541Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-64e63270090f4927/build-script-build`
50872026-09-11T20:13:12.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=460a988ec0597073 -C extra-filename=-39ead8f8ee1f9a10 --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-47cd8f8dc9e7b1a0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50882026-09-11T20:13:12.576Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
50892026-09-11T20:13:12.606Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50902026-09-11T20:13:12.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50912026-09-11T20:13:12.611Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=08cf5df4a2b3e353 -C extra-filename=-4f8b3a6471f65257 --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-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50922026-09-11T20:13:12.642Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f3d6c3958ebaf869 -C extra-filename=-a9c06a1360ee00bd --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-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-7805e911d8b9b437.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50932026-09-11T20:13:12.646Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50942026-09-11T20:13:12.716Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50952026-09-11T20:13:12.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63ffea840e3be113 -C extra-filename=-fcfed21e523e97a9 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50962026-09-11T20:13:12.822Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4b55bf3a34740686 -C extra-filename=-b9f48c9fd949a90e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b9f48c9fd949a90e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50972026-09-11T20:13:12.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a535bbea7b01141b -C extra-filename=-4212176f06f6884a --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-ddef13110ccf1ec1.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50982026-09-11T20:13:12.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=67844748f97bec36 -C extra-filename=-46ef7c148a0cafd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-46ef7c148a0cafd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50992026-09-11T20:13:12.865Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51002026-09-11T20:13:12.869Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
51012026-09-11T20:13:12.869Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
51022026-09-11T20:13:12.869Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51032026-09-11T20:13:12.869Z Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
51042026-09-11T20:13:12.869Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a939d88b928ce1b9/build-script-build`
51052026-09-11T20:13:12.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=630ad283ae5da12e -C extra-filename=-94318733bb2785ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51062026-09-11T20:13:12.975Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51072026-09-11T20:13:12.979Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51082026-09-11T20:13:12.979Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51092026-09-11T20:13:13.009Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51102026-09-11T20:13:13.013Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-2752671606698d80/build-script-build`
51112026-09-11T20:13:13.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce2467be22b1df67 -C extra-filename=-c5be9b65ad04ff9f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5be9b65ad04ff9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51122026-09-11T20:13:13.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c87e2b716bf6268 -C extra-filename=-995746c1e8409821 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-995746c1e8409821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51132026-09-11T20:13:13.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=5cc67427c22a66c9 -C extra-filename=-51e0e2ea3fcb8a11 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-51e0e2ea3fcb8a11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51142026-09-11T20:13:13.081Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/fm/slippy/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb04788bb31a81fe -C extra-filename=-0c3f7ea530651377 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-0c3f7ea530651377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51152026-09-11T20:13:13.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa4c0dbb17873926 -C extra-filename=-e1c9a5848429b42c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-e1c9a5848429b42c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51162026-09-11T20:13:13.116Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c5cb00aa9e1996da/build-script-build`
51172026-09-11T20:13:13.120Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51182026-09-11T20:13:13.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db86be95605a9a8 -C extra-filename=-ddacdc0f76241e4b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ddacdc0f76241e4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51192026-09-11T20:13:13.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9fe80c72813088f -C extra-filename=-02131921c059fdf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-02131921c059fdf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51202026-09-11T20:13:13.121Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=b96e6e1d372054f2 -C extra-filename=-f1cd67ad4d8ceab7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-f1cd67ad4d8ceab7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51212026-09-11T20:13:13.121Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c43299c8bcaeda17 -C extra-filename=-d933ac8b3209943c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-d933ac8b3209943c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51222026-09-11T20:13:13.160Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51232026-09-11T20:13:13.185Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e63be95f4052bb1c -C extra-filename=-3b0b68b3f5b7cb0f --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-3b0b68b3f5b7cb0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51242026-09-11T20:13:13.188Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51252026-09-11T20:13:13.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/preparation/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc298fe43133c86d -C extra-filename=-582502ec9ccd5912 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-582502ec9ccd5912 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51262026-09-11T20:13:13.188Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
51272026-09-11T20:13:13.220Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-46ef7c148a0cafd0/build-script-build`
51282026-09-11T20:13:13.223Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a00585c64a39adcc -C extra-filename=-be92d99327513263 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be92d99327513263 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51292026-09-11T20:13:13.256Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51302026-09-11T20:13:13.261Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=307e7cd1f0fd53b3 -C extra-filename=-aaba76e885a5af09 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aaba76e885a5af09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51312026-09-11T20:13:13.295Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12af187dfd81a9af -C extra-filename=-3229c7476200d5ef --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51322026-09-11T20:13:13.298Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
51332026-09-11T20:13:13.331Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=61f28a581a5fbe55 -C extra-filename=-60733cecf91e6188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51342026-09-11T20:13:13.473Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
51352026-09-11T20:13:13.510Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b9f48c9fd949a90e/build-script-build`
51362026-09-11T20:13:13.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=92ff0ccc44b9b234 -C extra-filename=-51781be733b3cd37 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51372026-09-11T20:13:13.588Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-995746c1e8409821/build-script-build`
51382026-09-11T20:13:13.588Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-e1c9a5848429b42c/build-script-build`
51392026-09-11T20:13:13.621Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-0c3f7ea530651377/build-script-build`
51402026-09-11T20:13:13.624Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-51e0e2ea3fcb8a11/build-script-build`
51412026-09-11T20:13:13.658Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
51422026-09-11T20:13:13.661Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-d933ac8b3209943c/build-script-build`
51432026-09-11T20:13:13.662Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51442026-09-11T20:13:13.695Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c92c6b4358e85d48 -C extra-filename=-3a6c3252379a66c5 --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-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51452026-09-11T20:13:13.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=3fc1c8732f137a02 -C extra-filename=-f8cdac19b071f2ed --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f8cdac19b071f2ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51462026-09-11T20:13:13.699Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
51472026-09-11T20:13:13.799Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=808f4259f406b00e -C extra-filename=-b21efbab9c3d9cd1 --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-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51482026-09-11T20:13:13.824Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-3b0b68b3f5b7cb0f/build-script-build`
51492026-09-11T20:13:13.827Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-02131921c059fdf5/build-script-build`
51502026-09-11T20:13:13.827Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51512026-09-11T20:13:13.827Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
51522026-09-11T20:13:13.861Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-f1cd67ad4d8ceab7/build-script-build`
51532026-09-11T20:13:13.864Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5be9b65ad04ff9f/build-script-build`
51542026-09-11T20:13:13.864Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
51552026-09-11T20:13:13.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63d449538b8549e5 -C extra-filename=-7e7553f44400766b --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51562026-09-11T20:13:13.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f325a4a11f9ffb1e -C extra-filename=-39060f20c7084105 --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-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51572026-09-11T20:13:13.870Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
51582026-09-11T20:13:13.870Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51592026-09-11T20:13:13.870Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
51602026-09-11T20:13:13.870Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ddacdc0f76241e4b/build-script-build`
51612026-09-11T20:13:13.904Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=375392f8cbd272d1 -C extra-filename=-f6459547b4631d74 --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-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51622026-09-11T20:13:13.908Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aaba76e885a5af09/build-script-build`
51632026-09-11T20:13:13.908Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51642026-09-11T20:13:13.908Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
51652026-09-11T20:13:13.908Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51662026-09-11T20:13:13.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bec5f8b322320f52 -C extra-filename=-097b585f1d3d8d4e --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-097b585f1d3d8d4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51672026-09-11T20:13:13.936Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f45fcac2b4df5d5 -C extra-filename=-f7a894c60b8e934a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51682026-09-11T20:13:13.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd3d25d095b228fb -C extra-filename=-5593d1ace53ba040 --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-ec93dfa18e4d1a6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51692026-09-11T20:13:13.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fedf32b100d9e157 -C extra-filename=-2df642b16e914d62 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2df642b16e914d62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51702026-09-11T20:13:13.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=66c84d906583acc8 -C extra-filename=-387a22574bb3e814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51712026-09-11T20:13:13.939Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=49626ada94ab2c16 -C extra-filename=-39b954831d21ed03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-39b954831d21ed03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51722026-09-11T20:13:13.971Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be92d99327513263/build-script-build`
51732026-09-11T20:13:14.006Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51742026-09-11T20:13:14.010Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c88f7eaf21db092 -C extra-filename=-7ca9eddfeaf087ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7ca9eddfeaf087ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51752026-09-11T20:13:14.175Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
51762026-09-11T20:13:14.179Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51772026-09-11T20:13:14.250Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3e68e234d500609 -C extra-filename=-e90ea4064d7214e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e90ea4064d7214e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51782026-09-11T20:13:14.254Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51792026-09-11T20:13:14.285Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7b17d199979a9cb -C extra-filename=-f6ee609d107a8080 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-f6ee609d107a8080 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51802026-09-11T20:13:14.315Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-582502ec9ccd5912/build-script-build`
51812026-09-11T20:13:14.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/test-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a452e45c25d24ade -C extra-filename=-46c1a0698c8f1286 --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-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/usr/lib/amd64`
51822026-09-11T20:13:14.345Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51832026-09-11T20:13:14.348Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f8cdac19b071f2ed/build-script-build`
51842026-09-11T20:13:14.348Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51852026-09-11T20:13:14.379Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=57262bfc6f147700 -C extra-filename=-11e72818ab888189 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51862026-09-11T20:13:14.383Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
51872026-09-11T20:13:14.414Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=da6021e35331741e -C extra-filename=-4a96eede9ac8d76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51882026-09-11T20:13:14.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aa359ace43d641e -C extra-filename=-ed61c5df94faa430 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
51892026-09-11T20:13:14.449Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-097b585f1d3d8d4e/build-script-build`
51902026-09-11T20:13:14.626Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
51912026-09-11T20:13:14.660Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51922026-09-11T20:13:14.663Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68714dcf5691cb82 -C extra-filename=-7034417aff4c6702 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7034417aff4c6702 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51932026-09-11T20:13:14.693Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
51942026-09-11T20:13:14.696Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-f6ee609d107a8080/build-script-build`
51952026-09-11T20:13:14.696Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f4294045379b025 -C extra-filename=-3f0b37dd331466b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3f0b37dd331466b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51962026-09-11T20:13:14.730Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51972026-09-11T20:13:14.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3de18c76eca629d7 -C extra-filename=-7b615eb65989f14c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-7b615eb65989f14c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51982026-09-11T20:13:14.733Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51992026-09-11T20:13:14.733Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
52002026-09-11T20:13:14.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e65a3d56a9da364e -C extra-filename=-7c2369aae3ce36a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-7c2369aae3ce36a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52012026-09-11T20:13:14.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ca73fa8c59df001 -C extra-filename=-8f9a64d5256aa26f --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52022026-09-11T20:13:14.773Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c9188bc1c15ae9a -C extra-filename=-2bd68dede20b10bf --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52032026-09-11T20:13:14.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
52042026-09-11T20:13:14.941Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7ca9eddfeaf087ef/build-script-build`
52052026-09-11T20:13:14.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=148fde27d6db11b6 -C extra-filename=-f2fc6767a3c0748f --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52062026-09-11T20:13:14.971Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=019a579637896ab0 -C extra-filename=-54fe15fc14f062d6 --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52072026-09-11T20:13:14.975Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e90ea4064d7214e9/build-script-build`
52082026-09-11T20:13:15.005Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-39b954831d21ed03/build-script-build`
52092026-09-11T20:13:15.008Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e9bd1f0e1deee7a -C extra-filename=-a1b993dac259092b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52102026-09-11T20:13:15.036Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2df642b16e914d62/build-script-build`
52112026-09-11T20:13:15.074Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25bec46dd3cc48a5 -C extra-filename=-f8ceb68da55f989f --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52122026-09-11T20:13:15.110Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=41ae5daf50a6ac64 -C extra-filename=-17e68b20f17788df --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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52132026-09-11T20:13:15.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7b0d23ed57a3768 -C extra-filename=-23b0cd8e64b252fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52142026-09-11T20:13:15.180Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7034417aff4c6702/build-script-build`
52152026-09-11T20:13:15.215Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80db74f5bd2b7d2b -C extra-filename=-dccea30216316199 --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-1ee8fc9c7a7171a4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52162026-09-11T20:13:15.221Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=147812d1ee83ddbb -C extra-filename=-f5f3771aee222d9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52172026-09-11T20:13:15.248Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-7b615eb65989f14c/build-script-build`
52182026-09-11T20:13:15.285Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe3f555bfd88bb5 -C extra-filename=-b30fbf521736fafe --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52192026-09-11T20:13:15.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1d13c0b128e95bfc -C extra-filename=-ffd66a5d6df3c8d0 --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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52202026-09-11T20:13:15.358Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3f0b37dd331466b5/build-script-build`
52212026-09-11T20:13:15.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=df16bc2b82b7268d -C extra-filename=-35211c25e385b3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52222026-09-11T20:13:15.485Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-7c2369aae3ce36a7/build-script-build`
52232026-09-11T20:13:15.520Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb343019f1230232 -C extra-filename=-90d4db7c1c8dab8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52242026-09-11T20:13:15.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f10c8855e9ec215 -C extra-filename=-2051bd2fd8e076fb --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-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52252026-09-11T20:13:15.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb246f49005e041c -C extra-filename=-bbe0fda6262361d2 --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-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52262026-09-11T20:13:15.886Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=85734e1e424255cb -C extra-filename=-0b108c33dc0d1a27 --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-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52272026-09-11T20:13:15.890Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c35fdbf2e5c202 -C extra-filename=-2d01ccdd5e61f8ab --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-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52282026-09-11T20:13:15.995Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52292026-09-11T20:13:16.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5ab2d13b3b45b453 -C extra-filename=-69b7b5ef8aa13716 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52302026-09-11T20:13:16.103Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
52312026-09-11T20:13:16.108Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
52322026-09-11T20:13:16.108Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e33f52afcd77692 -C extra-filename=-2e4fa4ce9c3d6466 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52332026-09-11T20:13:16.108Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6a449e480523d6 -C extra-filename=-14915cb9f720547f --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-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52342026-09-11T20:13:16.176Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=884acca4f1cf845a -C extra-filename=-c7609d86fffc1753 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9c06a1360ee00bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52352026-09-11T20:13:16.303Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
52362026-09-11T20:13:16.306Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e444a97c607276f6 -C extra-filename=-26f5d6f3f78e38fb --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52372026-09-11T20:13:16.338Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
52382026-09-11T20:13:16.342Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ef9c34150a42e6 -C extra-filename=-276500baa0bff1a7 --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-5ec1cd83469ea280.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52392026-09-11T20:13:16.370Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
52402026-09-11T20:13:16.374Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0ebfbb9e284387b -C extra-filename=-0c3679e3b54107c0 --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-384b5883c9cfe350.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52412026-09-11T20:13:16.503Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52422026-09-11T20:13:16.506Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a2e9ac1bff9fe0a -C extra-filename=-0198ea1645c31763 --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-d29db20ca5b408a5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52432026-09-11T20:13:16.545Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52442026-09-11T20:13:16.550Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfd54b946b8c978c -C extra-filename=-8deb29f318ec0137 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52452026-09-11T20:13:16.800Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd40378056b0115 -C extra-filename=-0db3889ef3d5140e --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52462026-09-11T20:13:16.861Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
52472026-09-11T20:13:16.866Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-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="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=280634732a6c9f24 -C extra-filename=-186ec38d8d2caaed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-d4bf4324b474abda.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
52482026-09-11T20:13:16.939Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52492026-09-11T20:13:16.951Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3559a790a1413a7 -C extra-filename=-7e8ca0389d573c34 --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-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6dcf76f1cfb3077c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52502026-09-11T20:13:16.984Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
52512026-09-11T20:13:16.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a349afe6b0c696 -C extra-filename=-0d0ec2c34039d2f5 --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-ee0df92789a44cc2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52522026-09-11T20:13:17.020Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6369509e5b9ccfa -C extra-filename=-d89d3e39900a35ba --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52532026-09-11T20:13:17.113Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
52542026-09-11T20:13:17.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9fb1d16377a5e62 -C extra-filename=-fd2b4a2282006a7b --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-ec93dfa18e4d1a6d.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2bd68dede20b10bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-167c1e974015d22e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c84605154096923b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52552026-09-11T20:13:17.159Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a213bc04340023 -C extra-filename=-161414f64a607f67 --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-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52562026-09-11T20:13:17.254Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f98a83a650dc7cb -C extra-filename=-13613014bbfb7f8b --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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52572026-09-11T20:13:17.259Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d788fff9683c3888 -C extra-filename=-110603348ae3e1d1 --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-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52582026-09-11T20:13:17.389Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfc9d6b3c5df908 -C extra-filename=-0fb7814b95aaf2aa --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52592026-09-11T20:13:17.502Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52602026-09-11T20:13:17.506Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b304a831be9ee774 -C extra-filename=-96bf9abc6aaf6f64 --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-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2cede7e05ec1b418.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
52612026-09-11T20:13:17.554Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c4d6da8749d2f625 -C extra-filename=-2de3bb4a2815d51f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52622026-09-11T20:13:17.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a385a21827612056 -C extra-filename=-832173ce65fe9997 --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-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52632026-09-11T20:13:17.654Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddd1e8b9f690d103 -C extra-filename=-0a959ae8e247bb01 --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-384b5883c9cfe350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52642026-09-11T20:13:17.812Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52652026-09-11T20:13:17.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b08b7e4a8b2c95 -C extra-filename=-a1f7a4772891feab --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-96bf9abc6aaf6f64.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-101fe6e7c8f01ea1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-679d31aae5228db0.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
52662026-09-11T20:13:17.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=72a25a7103b14c39 -C extra-filename=-da4089e9757411a5 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-f2fc6767a3c0748f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52672026-09-11T20:13:18.252Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
52682026-09-11T20:13:18.256Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7498a01f45425ce8 -C extra-filename=-f9e0c08ad6cf3608 --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-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52692026-09-11T20:13:18.296Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
52702026-09-11T20:13:18.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f6bb0123cc89687 -C extra-filename=-30b3c1f4285918db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52712026-09-11T20:13:18.450Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=851d056f7c6782c5 -C extra-filename=-d7b38731bd2ebc3b --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-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c7609d86fffc1753.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52722026-09-11T20:13:18.704Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
52732026-09-11T20:13:18.708Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2d43cac95522f1b -C extra-filename=-510ba27db5f25ad0 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52742026-09-11T20:13:18.755Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
52752026-09-11T20:13:18.789Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5018d3bda89214b3 -C extra-filename=-bfbe0f064f22962b --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52762026-09-11T20:13:18.794Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
52772026-09-11T20:13:18.798Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dacae5897c2d9b2 -C extra-filename=-49012faef9cfca90 --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52782026-09-11T20:13:18.851Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd063443c69475b3 -C extra-filename=-67f88be1b975b90d --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52792026-09-11T20:13:18.888Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
52802026-09-11T20:13:18.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea536f9bc539a24f -C extra-filename=-6ec0adb6282304ce --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52812026-09-11T20:13:18.937Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
52822026-09-11T20:13:18.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c16ba82faf16f1a8 -C extra-filename=-43b8a3dcf5a20239 --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-b17bf89810c1c282.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52832026-09-11T20:13:18.973Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52842026-09-11T20:13:18.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf3089cc0c5818c3 -C extra-filename=-67b1a21c2d505d83 --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-ec93dfa18e4d1a6d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52852026-09-11T20:13:19.034Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52862026-09-11T20:13:19.038Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=252d27bd31240a56 -C extra-filename=-0b8d89d016cf2652 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52872026-09-11T20:13:19.108Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52882026-09-11T20:13:19.112Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=264462e6a3aa25fd -C extra-filename=-4080cdc10a421036 --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52892026-09-11T20:13:19.152Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52902026-09-11T20:13:19.156Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d8f3564997868f3 -C extra-filename=-a43aa449d59a6cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52912026-09-11T20:13:19.414Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
52922026-09-11T20:13:19.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=38fd3228d3ee2ddd -C extra-filename=-2b2ce2d04192b55a --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-369847ab087cf11d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52932026-09-11T20:13:19.619Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=02ece8622f33a97a -C extra-filename=-5336682022f6af9e --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52942026-09-11T20:13:19.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9cbac75aa613ed8 -C extra-filename=-b29f8b9681c28115 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52952026-09-11T20:13:19.663Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4446135935a895b -C extra-filename=-00e1c7614c38db8f --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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52962026-09-11T20:13:19.784Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50f57cc9736aed96 -C extra-filename=-ddf19d66933526f8 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52972026-09-11T20:13:19.945Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f58e6f8211c64b9 -C extra-filename=-328fae08e18bb0a1 --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-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52982026-09-11T20:13:19.982Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96090db2d1e65dc6 -C extra-filename=-1a49df0c916af675 --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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52992026-09-11T20:13:20.017Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eff917bcf2905cea -C extra-filename=-43447df8f95131ff --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-369847ab087cf11d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53002026-09-11T20:13:20.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cf97597d305eae -C extra-filename=-ac40fe902bffea57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53012026-09-11T20:13:20.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ef887e3911a65f8 -C extra-filename=-95ba253b88449787 --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53022026-09-11T20:13:20.157Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eba580ce745572f3 -C extra-filename=-61d698b4c1ac6efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53032026-09-11T20:13:20.193Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c657ed2741b424b7 -C extra-filename=-f9ec23440d8ae2f8 --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53042026-09-11T20:13:20.458Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
53052026-09-11T20:13:20.462Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fea4d81bf413452 -C extra-filename=-439dad35fa9e63e8 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53062026-09-11T20:13:20.462Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d9e39642c736621 -C extra-filename=-7923ed9a0bfedb2d --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53072026-09-11T20:13:20.605Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef7d15ea193bfe49 -C extra-filename=-2cc36c3123dd2644 --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53082026-09-11T20:13:20.661Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
53092026-09-11T20:13:20.664Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b62fc3bddf93d249 -C extra-filename=-7a67a5ffed450b82 --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-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53102026-09-11T20:13:20.734Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b1dede7a7b0a25 -C extra-filename=-cd047aefce5054df --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53112026-09-11T20:13:20.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7413392d08ed86cf -C extra-filename=-cedfdd3b22d00dee --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-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53122026-09-11T20:13:20.846Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53132026-09-11T20:13:20.849Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd5a935547ecb757 -C extra-filename=-5341a7e2ef3538ea --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-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53142026-09-11T20:13:21.060Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=050ece974ee7adc4 -C extra-filename=-21d1622324892d8b --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
53152026-09-11T20:13:21.319Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88eea8300abcdc36 -C extra-filename=-c45abfeffb960497 --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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53162026-09-11T20:13:21.427Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
53172026-09-11T20:13:21.431Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a091b54e479fea39 -C extra-filename=-c28cf52c7808258e --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53182026-09-11T20:13:21.500Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ce59f85699c6a31 -C extra-filename=-c19baab2956a83d4 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53192026-09-11T20:13:21.547Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3df658aae512bf8f -C extra-filename=-bafc82b44ead4ed7 --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-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53202026-09-11T20:13:21.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9d57dcd5278504c -C extra-filename=-8323d7dc33bb3f97 --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-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b24bf69782c43bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53212026-09-11T20:13:21.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6f17daa735d0cac -C extra-filename=-7e8ad34ce33dd0f6 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-439dad35fa9e63e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53222026-09-11T20:13:21.669Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
53232026-09-11T20:13:21.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8922bb1beb9da70 -C extra-filename=-a932e743136fe739 --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-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53242026-09-11T20:13:21.706Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34082ba19cce364c -C extra-filename=-732548c3b742123a --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-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53252026-09-11T20:13:21.743Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b294a21f5b044d3 -C extra-filename=-7fb6f0f20efa6e59 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53262026-09-11T20:13:21.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3f51f04fed57470 -C extra-filename=-d0b434fbabcc133f --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53272026-09-11T20:13:21.856Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
53282026-09-11T20:13:21.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7233a812cf997b23 -C extra-filename=-f0ef3075d0098f18 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53292026-09-11T20:13:22.179Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=45ae315c91fa6449 -C extra-filename=-77cb25e08ce28b31 --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-d29db20ca5b408a5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53302026-09-11T20:13:22.230Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2a6aa9d96ffbe5c -C extra-filename=-4097a22d66843406 --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-111dcf7fcda33dc3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53312026-09-11T20:13:22.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8161854353c347a6 -C extra-filename=-1cad5be14457cdca --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53322026-09-11T20:13:22.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a72358b28754ea9d -C extra-filename=-86b5760518c6461e --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-1e0124cd6fc62769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53332026-09-11T20:13:23.109Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d82133334c56c5b -C extra-filename=-f827d35f2bd3cbd2 --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-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53342026-09-11T20:13:23.206Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bccbb61eced099bd -C extra-filename=-6d9d2527dbd1ab42 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53352026-09-11T20:13:23.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=498d871dca40f91d -C extra-filename=-f1c142d590bed0d4 --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53362026-09-11T20:13:23.454Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f70430f81770329 -C extra-filename=-3f855b4da26c2641 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53372026-09-11T20:13:23.864Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4c15a6bf58d7cfc8 -C extra-filename=-cde6ce99b4d38124 --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-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53382026-09-11T20:13:23.948Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=142d3ef8939a848c -C extra-filename=-1a245ea7648aaa49 --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-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53392026-09-11T20:13:24.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6af731718b1d78c1 -C extra-filename=-27030f193ec8d29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53402026-09-11T20:13:24.100Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
53412026-09-11T20:13:24.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bd545df4bdb69c -C extra-filename=-f545bda4efbe1077 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53422026-09-11T20:13:24.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a8aceeaffee990a -C extra-filename=-8b727ceb9ea21339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53432026-09-11T20:13:24.105Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3193305032c0a7a2 -C extra-filename=-d7bb8439c1a5719f --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-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53442026-09-11T20:13:24.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c4ce7ba0d026bc8 -C extra-filename=-52f5d3c27f5c432a --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-1e0124cd6fc62769.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53452026-09-11T20:13:24.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afed6217065af340 -C extra-filename=-d928980977d5cf9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53462026-09-11T20:13:24.349Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16627ee9b3a7142 -C extra-filename=-9364cfdae676439b --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-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53472026-09-11T20:13:24.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=356631694e506546 -C extra-filename=-3c36b7b5b5ead367 --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53482026-09-11T20:13:24.454Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=206ec35db911a6c6 -C extra-filename=-463e19325d3fa3ac --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53492026-09-11T20:13:24.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=90b2adda402f40b9 -C extra-filename=-b2bbda727e80987a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53502026-09-11T20:13:24.620Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=da1329d7e949ecf2 -C extra-filename=-b979966c752a97b9 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53512026-09-11T20:13:24.720Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1d1f76579bb547 -C extra-filename=-6da6e9e9202731f3 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53522026-09-11T20:13:24.757Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=836e1b439f471e19 -C extra-filename=-ed59c25931b3a201 --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-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53532026-09-11T20:13:24.793Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=be342b1b500553dd -C extra-filename=-8415be55e86600fc --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53542026-09-11T20:13:24.831Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=7563cdd3c4769680 -C extra-filename=-def6e52e39aab4d5 --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-bb74a95d46416a86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53552026-09-11T20:13:24.874Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d405992e6495f5c7 -C extra-filename=-f13d705783e7caf5 --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-0971dfdbc3426724.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53562026-09-11T20:13:25.174Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63fba7a94a366fc8 -C extra-filename=-6afe60254990a31a --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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53572026-09-11T20:13:25.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=839f11a96958d6ba -C extra-filename=-c0f4b96595d66fdb --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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53582026-09-11T20:13:25.182Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a1525d7cd6ff854 -C extra-filename=-e748d697028e7be9 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53592026-09-11T20:13:25.182Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3717d661ca78e1bd -C extra-filename=-8d75af15a567260f --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-1e0124cd6fc62769.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53602026-09-11T20:13:25.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6a2284cef26bfd1 -C extra-filename=-f454b4f69838c414 --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-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53612026-09-11T20:13:25.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8025f02623c9180a -C extra-filename=-9fede6d984f09481 --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-ddef13110ccf1ec1.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53622026-09-11T20:13:25.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=134b626f3b25095a -C extra-filename=-6cf9af78f950a38d --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53632026-09-11T20:13:25.528Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c72c3b7b32ffcbbd -C extra-filename=-ebe960c059bdb1b4 --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-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53642026-09-11T20:13:25.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6ae38f68215822 -C extra-filename=-934c44c60f2d03c4 --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53652026-09-11T20:13:28.264Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53662026-09-11T20:13:28.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8767bf7aef92349 -C extra-filename=-da9b92cb69636995 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53672026-09-11T20:13:28.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0211911cec7ad0bf -C extra-filename=-0e990e59beec4b75 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53682026-09-11T20:13:28.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d51e669b55fd4734 -C extra-filename=-33d3def4429cf461 --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-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
53692026-09-11T20:13:28.897Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53702026-09-11T20:13:28.901Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=133afe57f360209b -C extra-filename=-526c159113f2082c --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53712026-09-11T20:13:29.710Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53722026-09-11T20:13:29.715Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7207a7d4d9045eff -C extra-filename=-e955a7c59701a788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53732026-09-11T20:13:30.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d4cf1997368bb048 -C extra-filename=-e355eda5add176f7 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53742026-09-11T20:13:30.204Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53752026-09-11T20:13:30.241Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=20c0426c20e22a6b -C extra-filename=-c1e17c7b534315f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53762026-09-11T20:13:30.262Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53772026-09-11T20:13:30.266Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25d3c14bd3fb6526 -C extra-filename=-e2a7c84c02d554af --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-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53782026-09-11T20:13:30.418Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53792026-09-11T20:13:30.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=967db68991181185 -C extra-filename=-0dffbe3aa872bc8e --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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53802026-09-11T20:13:30.674Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53812026-09-11T20:13:30.678Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=51eb5de79325b6c1 -C extra-filename=-2d667dc97a18a72b --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53822026-09-11T20:13:31.543Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53832026-09-11T20:13:31.547Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1974d153bee0dbd0 -C extra-filename=-e7bc8e0a36422782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53842026-09-11T20:13:32.540Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53852026-09-11T20:13:32.540Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53862026-09-11T20:13:32.547Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
53872026-09-11T20:13:32.547Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=912cd1e1f9e46021 -C extra-filename=-799da414e29dd935 --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-1ee8fc9c7a7171a4.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53882026-09-11T20:13:32.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5b74f745f953ca3 -C extra-filename=-c3a509c6e1f0226d --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53892026-09-11T20:13:32.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33d401437f3ab22e -C extra-filename=-de61c95e0e74c00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53902026-09-11T20:13:32.721Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53912026-09-11T20:13:32.726Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53922026-09-11T20:13:32.726Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53932026-09-11T20:13:32.726Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53942026-09-11T20:13:32.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=81b8c4b040e17afa -C extra-filename=-918e3c4e893e5650 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
53952026-09-11T20:13:32.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcf5a69c77a06f19 -C extra-filename=-c3b124c6ac044b25 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
53962026-09-11T20:13:32.727Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d57080d188c2996b -C extra-filename=-78480e2ceb8e8e17 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
53972026-09-11T20:13:32.727Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=e977ac64cc59a0ce -C extra-filename=-d2af3962a96e0632 --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-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
53982026-09-11T20:13:32.728Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfaf1d7404bc6e63 -C extra-filename=-64564d620766fb62 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53992026-09-11T20:13:32.819Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
54002026-09-11T20:13:32.853Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
54012026-09-11T20:13:32.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d497d963f691112b -C extra-filename=-8b7b2e9ebde7c257 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54022026-09-11T20:13:32.857Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f65fafda60c5cd7 -C extra-filename=-69b02c54136b24db --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-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54032026-09-11T20:13:33.074Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d868ef23b31f62 -C extra-filename=-b2b043e2579d80e0 --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-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54042026-09-11T20:13:33.107Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=405d017ab9ed2940 -C extra-filename=-e94ce262536f3326 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54052026-09-11T20:13:33.110Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8d9db95bd997589 -C extra-filename=-cb2271c45cdafdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54062026-09-11T20:13:33.232Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=19d7b586d7cc9b9b -C extra-filename=-abc8139f6685d2d0 --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54072026-09-11T20:13:33.357Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bc71b1260a9ce92 -C extra-filename=-6145290569d952e2 --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-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54082026-09-11T20:13:33.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c287e1e732f2320c -C extra-filename=-7148b2c56b6f8a2b --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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54092026-09-11T20:13:33.550Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e7998eb317180ed -C extra-filename=-e37bf53df21114d4 --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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54102026-09-11T20:13:33.598Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=27b20773351fa7ba -C extra-filename=-2b23d475dcb6f45c --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54112026-09-11T20:13:33.636Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=d75abbf492025ec2 -C extra-filename=-64ca379d24a9964e --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-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54122026-09-11T20:13:33.638Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d5dfa854dc92184 -C extra-filename=-e6879b202104504a --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54132026-09-11T20:13:33.667Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=defd1fe63cf611a6 -C extra-filename=-de3e841e2c55511e --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54142026-09-11T20:13:33.701Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
54152026-09-11T20:13:33.742Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a3299efed818d9 -C extra-filename=-9dc4a2e221815707 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54162026-09-11T20:13:33.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f275c5c207a1fe -C extra-filename=-69b7f4c9462b6537 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54172026-09-11T20:13:33.811Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e835916dd3e165d2 -C extra-filename=-37e4c6b3df09b056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54182026-09-11T20:13:33.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=15d359a44b1df8f0 -C extra-filename=-8fe6158de34f5ace --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c3b124c6ac044b25.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54192026-09-11T20:13:33.881Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f16e2c7514bf56 -C extra-filename=-87167bc1922c1da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54202026-09-11T20:13:33.995Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
54212026-09-11T20:13:33.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0ec4cb259e1320be -C extra-filename=-48e2f271cd55ed96 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54222026-09-11T20:13:34.413Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54232026-09-11T20:13:34.416Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e3cf3da79bd3dc -C extra-filename=-4dfcdb8c66176037 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54242026-09-11T20:13:34.810Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
54252026-09-11T20:13:34.814Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e3b1d4496765d24 -C extra-filename=-f5d7f573e387067a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54262026-09-11T20:13:34.815Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
54272026-09-11T20:13:34.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6540b6fcec583435 -C extra-filename=-5e2f7350981dc205 --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-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54282026-09-11T20:13:34.883Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
54292026-09-11T20:13:34.884Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
54302026-09-11T20:13:34.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab9f9607b09457f7 -C extra-filename=-58127f285db477d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54312026-09-11T20:13:34.888Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d3a957028a96c1d -C extra-filename=-65fe4ddb7efb00da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54322026-09-11T20:13:34.958Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
54332026-09-11T20:13:34.961Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3e50d9c7555acf -C extra-filename=-ef99430041e0a6e7 --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-369847ab087cf11d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54342026-09-11T20:13:34.994Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
54352026-09-11T20:13:34.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8ea40f0df549576 -C extra-filename=-feaa5555453c375a --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54362026-09-11T20:13:35.183Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
54372026-09-11T20:13:35.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d17add3577200a61 -C extra-filename=-8fe89915b0d6bb77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54382026-09-11T20:13:35.326Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54392026-09-11T20:13:35.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=409bd92746781367 -C extra-filename=-370f36ab7d93d20f --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54402026-09-11T20:13:35.661Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0d3a5ca68bd4f05 -C extra-filename=-8c0995481e6bb4b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54412026-09-11T20:13:35.749Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
54422026-09-11T20:13:35.752Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d947c0eff3f9d8db -C extra-filename=-5add9b2c6d4edad1 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54432026-09-11T20:13:35.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=599721fffc46e24b -C extra-filename=-a1344abfe733a7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54442026-09-11T20:13:35.880Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=16288af3d4b04c08 -C extra-filename=-059154b578b3ab1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54452026-09-11T20:13:35.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e0a94bfeba6052 -C extra-filename=-5e75b345a9f1162d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54462026-09-11T20:13:36.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5382a03a8caf9ac5 -C extra-filename=-9c143206b5714833 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54472026-09-11T20:13:36.239Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d7954aec0f4f588 -C extra-filename=-51260b49f5eef0ed --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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54482026-09-11T20:13:36.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3fedbb880f5fc15 -C extra-filename=-916f9babf375a362 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54492026-09-11T20:13:36.784Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
54502026-09-11T20:13:36.787Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6767e9feda7faadb -C extra-filename=-088aca85d188eb59 --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-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54512026-09-11T20:13:36.862Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80e87ae950f696ce -C extra-filename=-4c0f14b23c277552 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4dfcdb8c66176037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54522026-09-11T20:13:37.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=00227ac7a31bb9fb -C extra-filename=-0d696a0357fec344 --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-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54532026-09-11T20:13:38.317Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
54542026-09-11T20:13:38.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e44d29b52b994496 -C extra-filename=-f39b3768afebd3c9 --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-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54552026-09-11T20:13:38.397Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
54562026-09-11T20:13:38.400Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8d4fca370fd1e8 -C extra-filename=-e96eee16479a1622 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54572026-09-11T20:13:39.175Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54582026-09-11T20:13:39.180Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3389d7df8d3e8c44 -C extra-filename=-871ca52727e048ba --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-ec93dfa18e4d1a6d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54592026-09-11T20:13:39.368Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54602026-09-11T20:13:39.371Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=834f5fea1ce91fa3 -C extra-filename=-f188dbc4c516caae --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54612026-09-11T20:13:39.404Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=666d114a5f4ddaa7 -C extra-filename=-f52e10813471215e --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54622026-09-11T20:13:39.450Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5a2dbc0ad50365aa -C extra-filename=-f4674d41b0f5a48a --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-ec93dfa18e4d1a6d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54632026-09-11T20:13:40.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f2522014ca2f4f -C extra-filename=-03410fb5a0286990 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54642026-09-11T20:13:40.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=13be1426449649a2 -C extra-filename=-f2c162f7a2186426 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54652026-09-11T20:13:40.028Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d2db44b67380189 -C extra-filename=-04af49f99719696e --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54662026-09-11T20:13:40.125Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=62f735f710ffd681 -C extra-filename=-96af9d7278861260 --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-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54672026-09-11T20:13:41.878Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
54682026-09-11T20:13:41.938Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b80347daec051aa -C extra-filename=-a5f94283efc0e518 --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-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54692026-09-11T20:13:42.703Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54702026-09-11T20:13:42.709Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7c6b72b02470e4b -C extra-filename=-24d120d0be1e546f --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-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54712026-09-11T20:13:42.878Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
54722026-09-11T20:13:42.881Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=bc2e52cd9eb2067e -C extra-filename=-aac489304b10c579 --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-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54732026-09-11T20:13:43.621Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
54742026-09-11T20:13:43.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=849bef73f56bd0eb -C extra-filename=-fab08f9a0ae42703 --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-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54752026-09-11T20:13:43.693Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54762026-09-11T20:13:43.697Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a9fc30463efb4c -C extra-filename=-6efcb3b1ad7bc270 --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-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54772026-09-11T20:13:43.729Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eace95a27eaa834 -C extra-filename=-4167054cf92ffa41 --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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54782026-09-11T20:13:43.730Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=de53336145459ecb -C extra-filename=-f269376e22c41b2d --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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54792026-09-11T20:13:45.322Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
54802026-09-11T20:13:45.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=38292edd4ec07c92 -C extra-filename=-691cc3586695174c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-09-11T20:13:46.790Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=640c239890e5fe76 -C extra-filename=-d3c518c95b6e193a --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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54822026-09-11T20:13:46.795Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=371c50b1dacaa152 -C extra-filename=-e7f13cb332c90f94 --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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54832026-09-11T20:13:46.795Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0fd2561b417ee5e -C extra-filename=-e3fcf6cfdb1efcb7 --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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54842026-09-11T20:13:46.796Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1fef696ce19a40a -C extra-filename=-9c3875a8f7c7a0aa --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-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54852026-09-11T20:13:46.824Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=66514cc3973d3431 -C extra-filename=-549180066876e834 --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-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54862026-09-11T20:13:46.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9fb1e4664d0e431 -C extra-filename=-6d2caa2f8e6330ad --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-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54872026-09-11T20:13:50.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=01c0230c545c3b6d -C extra-filename=-1bf013dac26ac755 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54882026-09-11T20:13:51.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12bc330b7fb605d3 -C extra-filename=-2f3aa7a488e4023f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54892026-09-11T20:13:53.489Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54902026-09-11T20:13:53.489Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54912026-09-11T20:13:53.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54922026-09-11T20:13:53.494Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54932026-09-11T20:13:53.494Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54942026-09-11T20:13:53.494Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54952026-09-11T20:13:53.494Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
54962026-09-11T20:13:53.494Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54972026-09-11T20:13:53.494Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54982026-09-11T20:13:53.494Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54992026-09-11T20:13:53.494Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
55002026-09-11T20:13:53.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dbb4b742035c819 -C extra-filename=-8b3f418faa0fe246 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55012026-09-11T20:13:53.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ebcacd4b72d52a0 -C extra-filename=-fb99f6102bff0d81 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55022026-09-11T20:13:53.532Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60bd752b09c396b -C extra-filename=-db1710f1650e299a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55032026-09-11T20:13:53.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm_slippy --edition=2024 nexus/fm/slippy/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f0fa398feaf0ad0 -C extra-filename=-8d5b6396c8d07aad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55042026-09-11T20:13:53.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1baff7666ecb4f8 -C extra-filename=-acdd857e4a411278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55052026-09-11T20:13:53.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0806d0f64de3e199 -C extra-filename=-6c4c44956cf2af5d --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55062026-09-11T20:13:53.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=32b7708cc776e726 -C extra-filename=-9b720a3debdec737 --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-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55072026-09-11T20:13:53.568Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bcff3d6cb36c4f -C extra-filename=-a84b369527e17f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55082026-09-11T20:13:53.568Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fe6c30866be2a77 -C extra-filename=-33c09537eb2e1a2d --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-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55092026-09-11T20:13:53.570Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5815c4b9b055da35 -C extra-filename=-080045aec0041107 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55102026-09-11T20:13:53.570Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=91306f19d41ab04b -C extra-filename=-864416d6dc8c2378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55112026-09-11T20:13:53.571Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c402aa173759593 -C extra-filename=-e1ed9732e870e072 --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-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55122026-09-11T20:13:53.571Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=de48a148c889e406 -C extra-filename=-43c2876563805539 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55132026-09-11T20:13:55.416Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55142026-09-11T20:13:55.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ee1dfd3a4b37ee5e -C extra-filename=-cd95c326d4cfd49e --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-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55152026-09-11T20:13:55.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95c37a68f3c23cde -C extra-filename=-fc2050e702e33a49 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55162026-09-11T20:13:55.609Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55172026-09-11T20:13:55.609Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55182026-09-11T20:13:55.613Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=29b48b735db11ccb -C extra-filename=-a65c8c7600e26b16 --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-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55192026-09-11T20:13:55.613Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d306e9a2348b1e85 -C extra-filename=-cb4a17a81ac15ff9 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55202026-09-11T20:13:55.842Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55212026-09-11T20:13:55.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9720ece5b9a76c9 -C extra-filename=-9cfeeecb2fd17e1c --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55222026-09-11T20:13:56.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebd9282b71e21ad6 -C extra-filename=-982e14232c8e73c6 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55232026-09-11T20:13:56.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=99d838d692fd3034 -C extra-filename=-853c4bda93820208 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55242026-09-11T20:13:56.433Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0726aa848ab7231 -C extra-filename=-5260c94e9e6c467a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55252026-09-11T20:13:56.434Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33fc8d0416b98e28 -C extra-filename=-196deab77313e58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55262026-09-11T20:13:56.496Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=17c0d7f1e4095d8d -C extra-filename=-60a63baa5906bdea --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55272026-09-11T20:13:56.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3bf87f65417c01a -C extra-filename=-e1372dd23bd6e440 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55282026-09-11T20:13:56.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63ad137a84ab33ef -C extra-filename=-812b10008b76e263 --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-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55292026-09-11T20:13:56.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=800fad43b76d743f -C extra-filename=-ef1b87e3899bd3e4 --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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55302026-09-11T20:13:56.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bb9222e17cab539 -C extra-filename=-ea1a5df5973783cb --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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55312026-09-11T20:13:56.532Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=3e16d2affbb00258 -C extra-filename=-0c31530918ff10d9 --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-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55322026-09-11T20:13:56.566Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d46dd1084fa6df7e -C extra-filename=-56a809dabd7223bc --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55332026-09-11T20:13:56.813Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
55342026-09-11T20:13:56.816Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7393527cb96678a -C extra-filename=-04e0bd9f0cfd7c91 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55352026-09-11T20:13:56.977Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55362026-09-11T20:13:56.981Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a6b8708f428e86 -C extra-filename=-d235ea634cb9c687 --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-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55372026-09-11T20:13:57.059Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
55382026-09-11T20:13:57.059Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
55392026-09-11T20:13:57.063Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddcd29752537f0d6 -C extra-filename=-f7d09d4b8fdfeb45 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55402026-09-11T20:13:57.063Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=435538bb47c241af -C extra-filename=-f7a5357cb15e97be --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-f36ac586621dabce.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55412026-09-11T20:13:57.658Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=70a4a9b312cb98cf -C extra-filename=-43e120e50fec5dd5 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55422026-09-11T20:13:57.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=3297985c0393c116 -C extra-filename=-8055245d2adabbb0 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55432026-09-11T20:13:57.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=541863f4479ff7d3 -C extra-filename=-f634cebe51a043b7 --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-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55442026-09-11T20:13:57.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=58aa6225cae84ced -C extra-filename=-30703f187fa827b4 --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-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55452026-09-11T20:13:57.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c8ca3e360cc2dbfc -C extra-filename=-d8fd284ca57b7199 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55462026-09-11T20:13:57.752Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8267a0f9f1fd4fc4 -C extra-filename=-70000ef31534a6c9 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55472026-09-11T20:13:57.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=8c2afd8846b6148a -C extra-filename=-b5a36991bd49db1f --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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55482026-09-11T20:13:57.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88dbc5cd652e1662 -C extra-filename=-e8573dc2bda82182 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55492026-09-11T20:13:57.924Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
55502026-09-11T20:13:57.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_load_test --edition=2024 dev-tools/oximeter-load-test/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96e4764738cae74b -C extra-filename=-9908b6a764cf816a --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55512026-09-11T20:13:57.959Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1e91e754f2ac323 -C extra-filename=-48cb8972506f70ab --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55522026-09-11T20:13:58.420Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55532026-09-11T20:13:58.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8848993bb1a330cb -C extra-filename=-2323cb99ca17c3d6 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55542026-09-11T20:13:58.722Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=b92d985aa2f2856f -C extra-filename=-45771351531b5006 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55552026-09-11T20:13:58.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=855fb93328b668fc -C extra-filename=-020091d19204694e --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55562026-09-11T20:13:58.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a704fe41169b4160 -C extra-filename=-e107debdaf5a704b --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55572026-09-11T20:13:58.991Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
55582026-09-11T20:13:58.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9d556fe3ef3ab4 -C extra-filename=-6f0992ee810616fd --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-ec93dfa18e4d1a6d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
55592026-09-11T20:13:59.027Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=947440e1ee5ea916 -C extra-filename=-ea8cace96fd9f757 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55602026-09-11T20:13:59.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f6e94f1dbc493f0a -C extra-filename=-ede84c58d8b32359 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55612026-09-11T20:13:59.516Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36b12bfe1ba86a98 -C extra-filename=-fe8b01a5e4387682 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55622026-09-11T20:13:59.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=153ebcd75476a6e5 -C extra-filename=-486db2be12acbdc1 --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-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55632026-09-11T20:13:59.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9e5bc8e638fc6a1 -C extra-filename=-19f3dda611e00792 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55642026-09-11T20:14:00.062Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22d07c219d25a71 -C extra-filename=-fb8d89a5e5ccdb50 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55652026-09-11T20:14:00.449Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c009a805f7e2fec7 -C extra-filename=-0412b87b6a151512 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55662026-09-11T20:14:00.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7980cd7a4863f36b -C extra-filename=-9607ec54338140c0 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55672026-09-11T20:14:00.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c28bf7148cbc0e3 -C extra-filename=-a033392ca017a53c --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-c4fddf357656e3c1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55682026-09-11T20:14:00.972Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
55692026-09-11T20:14:00.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a458c0e618989e9 -C extra-filename=-450f9a0e1538ed9a --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-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55702026-09-11T20:14:01.097Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55712026-09-11T20:14:01.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=360856086c7d55c1 -C extra-filename=-8eeef770103af252 --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-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55722026-09-11T20:14:01.263Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
55732026-09-11T20:14:01.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0fb5f9d7eb620c3 -C extra-filename=-034878389b80bb93 --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-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-0150e7a894b22183.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55742026-09-11T20:14:01.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=60387d7caccde9d7 -C extra-filename=-8800949a5aebac9d --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55752026-09-11T20:14:01.611Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce370ad0f16c5258 -C extra-filename=-b849c56a254cc9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55762026-09-11T20:14:01.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a55f5426698570c7 -C extra-filename=-eecbdad873bcaa27 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55772026-09-11T20:14:01.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eddd4fafb4f989a7 -C extra-filename=-393787f0cd66d50c --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55782026-09-11T20:14:02.546Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e1141fa2915670b2 -C extra-filename=-0d99befe4e9e6086 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
55792026-09-11T20:14:03.082Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1603e76bf4e3f55f -C extra-filename=-94b84189ec577910 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55802026-09-11T20:14:03.972Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=a01a37e603446ced -C extra-filename=-9e719101f95da9b6 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55812026-09-11T20:14:04.521Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa82f11a71673c0e -C extra-filename=-2d9ac97ebbfa2986 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55822026-09-11T20:14:05.238Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=394737d832a812a3 -C extra-filename=-b5bba0b532fc0875 --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-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55832026-09-11T20:14:05.585Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=506e52ecb30cce5b -C extra-filename=-2c22d32effc74673 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55842026-09-11T20:14:06.614Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=81b6c643500d7106 -C extra-filename=-575fe1ee51bfc471 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55852026-09-11T20:14:06.672Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=754d417832f35c12 -C extra-filename=-985663e618877e99 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55862026-09-11T20:14:07.886Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4da3e04a3575d25f -C extra-filename=-5cf00f79ac396f7a --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55872026-09-11T20:14:08.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc456eb7b9885e2c -C extra-filename=-8d8cd3066ce5b5be --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-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55882026-09-11T20:14:09.203Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a94e60930a97e5e6 -C extra-filename=-42697b65b2f56383 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55892026-09-11T20:14:09.464Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c303f107f55166 -C extra-filename=-d3adc83074403dcf --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55902026-09-11T20:14:10.354Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=57bd64543aab5a1d -C extra-filename=-937e93001e833121 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55912026-09-11T20:14:11.110Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=17fc71d26930ece6 -C extra-filename=-99ee130a73b60d04 --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55922026-09-11T20:14:14.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9aa9bf8365b4a540 -C extra-filename=-a50115ec954d31b7 --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55932026-09-11T20:14:15.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb7fdc6d29b7041d -C extra-filename=-8d8d38ede6c4dcbc --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55942026-09-11T20:14:16.420Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e5b18b049139c4 -C extra-filename=-e6ec86a2da5534f9 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55952026-09-11T20:14:16.461Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=44896bd986be42d8 -C extra-filename=-baf333a2dd1c7239 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55962026-09-11T20:14:16.785Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a47c8901caba529e -C extra-filename=-9df9d98e73348726 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55972026-09-11T20:14:17.198Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b613fb86a99c517 -C extra-filename=-33df94a20646df6a --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55982026-09-11T20:14:17.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f9b79571e404a73 -C extra-filename=-58c153adf78b0a6c --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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55992026-09-11T20:14:18.174Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9cc707d842da9ba -C extra-filename=-0b51fb5cc4c411b7 --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-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56002026-09-11T20:14:19.171Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
56012026-09-11T20:14:19.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=26e61e3dbcd2ca30 -C extra-filename=-47bbf18f84dbb570 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56022026-09-11T20:14:19.848Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ce8aca5df72078 -C extra-filename=-9fd1dbf21271ded6 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56032026-09-11T20:14:20.185Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1e6d2f5a8738ef4 -C extra-filename=-d92b3a9c2e677227 --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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56042026-09-11T20:14:20.301Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
56052026-09-11T20:14:20.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2abee541327aeeb2 -C extra-filename=-9f6afe669b6ffa54 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56062026-09-11T20:14:20.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af14c310a2514e89 -C extra-filename=-94172a2190b73fe1 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56072026-09-11T20:14:21.088Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8011678f41eb36e0 -C extra-filename=-d299e77077b45ffa --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56082026-09-11T20:14:21.936Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=708c6f339096e919 -C extra-filename=-5c70503762543905 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56092026-09-11T20:14:22.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7a2db182fb1b6cc -C extra-filename=-9e508f83b41ba23b --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56102026-09-11T20:14:23.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43be78bfb180982 -C extra-filename=-e7b1f19fcd1015ef --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56112026-09-11T20:14:23.448Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
56122026-09-11T20:14:23.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rack_init_config --edition=2024 dev-tools/rack-init-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a02f31853a5b3717 -C extra-filename=-6f86e5b2b5ec48dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56132026-09-11T20:14:23.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0719c8fa1e5b9079 -C extra-filename=-92e36f0fc0f97d87 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56142026-09-11T20:14:24.101Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=896cb1aaebb4bfe3 -C extra-filename=-ddb2deaf9117a12d --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56152026-09-11T20:14:24.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36074f2c387d7e63 -C extra-filename=-976004eead31bce0 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56162026-09-11T20:14:25.218Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b771007f649fe641 -C extra-filename=-a66c9a178defe778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56172026-09-11T20:14:26.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed1852de38bf71d6 -C extra-filename=-e22c29c60abf4b29 --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-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56182026-09-11T20:14:28.253Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=871afc49e949248f -C extra-filename=-164e79d7cc18ab00 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56192026-09-11T20:14:29.400Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=50e183571536cd61 -C extra-filename=-52a730bfb18ce569 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56202026-09-11T20:14:29.594Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eb1a94c7f7b91cb -C extra-filename=-0dd1f063ad576705 --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-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56212026-09-11T20:14:30.046Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56222026-09-11T20:14:30.049Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a1cf6b519443c4e -C extra-filename=-909cce9cbd1d05af --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-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56232026-09-11T20:14:32.981Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab2abcd85c573153 -C extra-filename=-2cfc56cdca794d98 --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-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56242026-09-11T20:14:33.025Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=83ae9869c8de2fac -C extra-filename=-cb1f10f2a859ce44 --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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56252026-09-11T20:14:33.423Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68acb4984c6003bd -C extra-filename=-9a342894fb02e543 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56262026-09-11T20:14:33.496Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=56330ae06c565d7b -C extra-filename=-496f6f073ca36d9a --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56272026-09-11T20:14:33.620Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=47cfc8185350bb64 -C extra-filename=-62fc94e5ff46e827 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56282026-09-11T20:14:33.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb9738f7ce163b22 -C extra-filename=-1d54dbc8921bb4f4 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56292026-09-11T20:14:36.420Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cd6cd3f9cfd85f6 -C extra-filename=-f3f37d3f8f3b49bc --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
56302026-09-11T20:14:38.051Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1896b55b186f8d3a -C extra-filename=-27e0ea176f77d7e3 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56312026-09-11T20:14:38.223Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=442b1f8e0c509bbe -C extra-filename=-1b8a02f1268e073a --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56322026-09-11T20:14:39.233Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=32ac5ed223076cab -C extra-filename=-41529f3d4a3bf8b2 --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-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56332026-09-11T20:14:39.455Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6f9735500a9a54f -C extra-filename=-a7c6ac954cb53f58 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56342026-09-11T20:14:39.743Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a22d5a0f123c7f0 -C extra-filename=-8771e3810b2cd028 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56352026-09-11T20:14:41.225Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0c5d50586942df8 -C extra-filename=-d1bccf08d01c08e8 --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-665243e242fcd7e8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56362026-09-11T20:14:43.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a455b19a895c21f -C extra-filename=-110d793b079550fe --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-fc2050e702e33a49.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56372026-09-11T20:14:44.006Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=99fdc9212f57022d -C extra-filename=-6e5bd53b78186df0 --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-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56382026-09-11T20:14:44.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=56402b31f9f524b8 -C extra-filename=-c1f6594e8f489b42 --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-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56392026-09-11T20:14:47.814Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
56402026-09-11T20:14:47.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=07f634ffa08d3035 -C extra-filename=-765881c912fd9744 --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-ce52d0252545829b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56412026-09-11T20:14:48.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb0a1f79cd780be9 -C extra-filename=-2580810b65a7b75a --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-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56422026-09-11T20:14:49.401Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fb0650ed664ad00 -C extra-filename=-bb554756569b76c2 --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-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56432026-09-11T20:14:49.407Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3e4d9cb4ee3e13a -C extra-filename=-4702ac0720ddec23 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56442026-09-11T20:14:49.408Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=60ac5e4553d0b872 -C extra-filename=-3d4d7d49c58f6667 --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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56452026-09-11T20:14:49.433Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm_slippy --edition=2024 nexus/fm/slippy/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de5f7ac56b49376 -C extra-filename=-5f3a328f2f6be4eb --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-1e0124cd6fc62769.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56462026-09-11T20:14:49.437Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71ba61686b788f26 -C extra-filename=-43cf63f403c0b605 --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-ce52d0252545829b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56472026-09-11T20:14:49.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12035eef6e26c20 -C extra-filename=-7153e3d3b0a716eb --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56482026-09-11T20:14:53.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=76782e6f7f7e1901 -C extra-filename=-4881fbe893ab3e36 --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-ec93dfa18e4d1a6d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56492026-09-11T20:14:55.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=696a7f5901eb3c5f -C extra-filename=-1a0711accd82682c --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56502026-09-11T20:14:55.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=686ee713e096c21e -C extra-filename=-68dc21ac05c63f2c --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56512026-09-11T20:14:55.931Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=35464a9353ac5cdf -C extra-filename=-7a763179b9bd8a50 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56522026-09-11T20:14:55.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b41edb8e3ce87b80 -C extra-filename=-f41f5bae3edde803 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56532026-09-11T20:14:55.966Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4345cd5abdaaa110 -C extra-filename=-d50113c6f93483ef --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56542026-09-11T20:14:55.966Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=110621856fb9c984 -C extra-filename=-aa50a88bd4fd2db1 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56552026-09-11T20:14:55.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2daf3bee051bcb70 -C extra-filename=-6343437f8d66f6bc --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56562026-09-11T20:14:56.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4ec7f77d33df8a3 -C extra-filename=-59feeb12767079e3 --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56572026-09-11T20:14:56.029Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9115735691f6cf71 -C extra-filename=-8c5d7a2a6b614787 --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56582026-09-11T20:14:56.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a794d8e860543b6 -C extra-filename=-420e7adb2167fbcd --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56592026-09-11T20:14:56.094Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b8e9342bc22f9847 -C extra-filename=-04c1a0422c25310c --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56602026-09-11T20:14:56.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9d01c9e2b74d9d1f -C extra-filename=-fc27827dba8fc0dd --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56612026-09-11T20:14:56.130Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fde3bc61910c67e5 -C extra-filename=-e8abff87ccd8b87d --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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56622026-09-11T20:14:56.166Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=946307029476582a -C extra-filename=-b827c20719817a4d --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56632026-09-11T20:15:26.773Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b8b4796f1a48766 -C extra-filename=-ba6026acb0b87e30 --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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56642026-09-11T20:15:26.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88fa4a7128378d3d -C extra-filename=-f2c1b732a6ca470b --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-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56652026-09-11T20:15:26.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f60effdb610ae15 -C extra-filename=-832d527841009764 --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-384b5883c9cfe350.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56662026-09-11T20:15:26.871Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4235fe8a69d1118 -C extra-filename=-3a6a4251308cf34b --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-ec93dfa18e4d1a6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56672026-09-11T20:15:26.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93a22e53aba72834 -C extra-filename=-9f60a5144d3a6ba8 --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-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56682026-09-11T20:15:26.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbae9ea754cb1669 -C extra-filename=-1d62fd0ca17fa97b --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-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56692026-09-11T20:15:26.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d9d1aee58566d83 -C extra-filename=-ecaac2abc659cbdc --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-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56702026-09-11T20:15:27.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=144f5451affb5d15 -C extra-filename=-6b7dc29ee32426de --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-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56712026-09-11T20:15:28.937Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b3cc40bc5749718 -C extra-filename=-faf704dbf0883e86 --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-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56722026-09-11T20:15:30.819Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bc9ba9531a628c0 -C extra-filename=-9e34663f23b0ec3a --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-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56732026-09-11T20:15:31.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba79de3c73d8bc0 -C extra-filename=-ad412b2eea296f50 --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-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56742026-09-11T20:15:31.357Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d91d88764ca6e346 -C extra-filename=-9f789364e00668c8 --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-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56752026-09-11T20:15:31.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=820a3ce01c2d0825 -C extra-filename=-90ca8b956c52056c --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-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56762026-09-11T20:15:31.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd0fc36bc1b38af -C extra-filename=-eb879d3d808fa31a --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-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56772026-09-11T20:15:31.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca8197a6775f5a46 -C extra-filename=-768175f9cd71dda3 --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-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56782026-09-11T20:15:31.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=205732945f724f5c -C extra-filename=-f0d3428fd6840afe --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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56792026-09-11T20:15:31.385Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=429a52b0e6aabebf -C extra-filename=-c0915595e31c022a --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-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56802026-09-11T20:15:31.385Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33dd236d0dd636cc -C extra-filename=-6560a4ca1d147612 --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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56812026-09-11T20:15:31.922Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d15f0ef8cc3b9c -C extra-filename=-0f103496c37317bc --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56822026-09-11T20:15:31.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=18fb268a8cb936b0 -C extra-filename=-b62824233fb36fff --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56832026-09-11T20:15:31.954Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=90b4c565f75b467a -C extra-filename=-ea1bac569387bca6 --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-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56842026-09-11T20:15:31.990Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=089c5260d9bef9cd -C extra-filename=-f5d94de686154520 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56852026-09-11T20:15:31.994Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84884413aaf0bc9 -C extra-filename=-5300832001c1e186 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0db3889ef3d5140e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56862026-09-11T20:15:31.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d26321a99b30dc0 -C extra-filename=-5631ff87caa102e5 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56872026-09-11T20:15:31.996Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f755ffb055e6ce -C extra-filename=-8d93a1d15e5c4be3 --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-274bf28b24d0a9db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56882026-09-11T20:15:33.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=47632a8b2b006365 -C extra-filename=-eb7d935b698e550c --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-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56892026-09-11T20:15:33.616Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa8f5d92038610fa -C extra-filename=-8fb07e466a36729d --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56902026-09-11T20:15:35.050Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=0587b52b63d1a4dc -C extra-filename=-0accd2c79dbdea68 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56912026-09-11T20:15:35.143Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58e9629f44a21bb -C extra-filename=-68bd2306e0659701 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8f9a64d5256aa26f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56922026-09-11T20:15:35.143Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a74474853b5e473 -C extra-filename=-32e1888e32004e75 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8f9a64d5256aa26f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56932026-09-11T20:15:35.143Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f6c8fdee386c60 -C extra-filename=-1833be8c21912312 --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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56942026-09-11T20:18:23.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3604bbb6a236e6 -C extra-filename=-f60af6991af1f879 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56952026-09-11T20:18:23.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=963254e1fed5bac7 -C extra-filename=-a92c908c10d56b17 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56962026-09-11T20:18:23.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3246d5b5879d71f7 -C extra-filename=-223eaab9926fe1ac --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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56972026-09-11T20:18:23.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6acfc550b3f0571a -C extra-filename=-a81dce27a79e7ccc --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56982026-09-11T20:18:23.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=734590fca42db837 -C extra-filename=-ba05daccb790733f --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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56992026-09-11T20:18:23.972Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e5deb3fbfd26e3 -C extra-filename=-d5fa96998fa61e31 --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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57002026-09-11T20:18:23.976Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8d71984c584f397 -C extra-filename=-f156ff8c0e2e9a7c --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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57012026-09-11T20:18:23.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1470f06b01324a6d -C extra-filename=-64fbebfd8b539241 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57022026-09-11T20:18:24.006Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f794e8dca221564d -C extra-filename=-76ad91dd0dbfc889 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57032026-09-11T20:18:24.010Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=cbd726aec8f5d2d3 -C extra-filename=-aa234da120ea9e1a --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57042026-09-11T20:18:24.010Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=25b7898957f6864f -C extra-filename=-717a069f553293c2 --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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57052026-09-11T20:18:24.010Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=52c3083221f9bf21 -C extra-filename=-42ae09b3a340d572 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57062026-09-11T20:18:24.010Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0811b62fe32b0717 -C extra-filename=-2ac92fe32bf6a0ae --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57072026-09-11T20:18:24.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=244dea0fea7edbc2 -C extra-filename=-a337686c97fb3595 --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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57082026-09-11T20:20:41.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 39s
57092026-09-11T20:20:41.980Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57102026-09-11T20:20:41.980Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57112026-09-11T20:20:42.551Z
57122026-09-11T20:20:42.555Zreal 8:40.195513800
57132026-09-11T20:20:42.555Zuser 1:29:51.623501664
57142026-09-11T20:20:42.555Zsys 23:59.108477762
57152026-09-11T20:20:42.555Ztrap 2.509519677
57162026-09-11T20:20:42.555Ztflt 2.518216526
57172026-09-11T20:20:42.555Zdflt 22.436599081
57182026-09-11T20:20:42.555Zkflt 0.022661856
57192026-09-11T20:20:42.555Zlock 5:41:01.236807065
57202026-09-11T20:20:42.555Zslp 5:51:40.821974269
57212026-09-11T20:20:42.555Zlat 2:39.580953104
57222026-09-11T20:20:42.555Zstop 36:56.370336153
57232026-09-11T20:20:42.558Z++ ls -t /home/build/.cargo/log/20260911T201201068Z-e4292872132ecfd0.jsonl
57242026-09-11T20:20:42.558Z++ head -1
57252026-09-11T20:20:42.561Z+ cp /home/build/.cargo/log/20260911T201201068Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
57262026-09-11T20:20:42.565Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
57272026-09-11T20:20:42.565Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
57282026-09-11T20:20:42.568Z++ mktemp -d /tmp/nextest-state.XXXXXX
57292026-09-11T20:20:42.569Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.yDaO4s
57302026-09-11T20:20:42.569Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
57312026-09-11T20:20:42.569Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
57322026-09-11T20:20:42.569Z+ mkdir -p /tmp/nextest-recording-config
57332026-09-11T20:20:42.571Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
57342026-09-11T20:20:42.571Z+ export NEXTEST_STATE_DIR
57352026-09-11T20:20:42.571Z+ banner test
57362026-09-11T20:20:42.574Z
57372026-09-11T20:20:42.574Z ##### ###### #### #####
57382026-09-11T20:20:42.574Z # # # #
57392026-09-11T20:20:42.574Z # ##### #### #
57402026-09-11T20:20:42.574Z # # # #
57412026-09-11T20:20:42.574Z # # # # #
57422026-09-11T20:20:42.574Z # ###### #### #
57432026-09-11T20:20:42.574Z
57442026-09-11T20:20:42.574Z+ NEXTEST_EXIT=0
57452026-09-11T20:20:42.574Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
57462026-09-11T20:20:43.850Zinfo: experimental features enabled: setup-scripts, benchmarks
57472026-09-11T20:20:45.344Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57482026-09-11T20:20:45.520Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57492026-09-11T20:20:45.559Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57502026-09-11T20:20:45.591Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57512026-09-11T20:20:45.617Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57522026-09-11T20:20:56.865Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.00s
57532026-09-11T20:20:56.868Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57542026-09-11T20:20:56.868Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57552026-09-11T20:20:57.999Z────────────
57562026-09-11T20:20:57.999Z Nextest run ID 56d997f7-4bc2-4f9d-9daf-34cd0074cccd with nextest profile: ci
57572026-09-11T20:20:57.999Z Starting 3432 tests across 247 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
57582026-09-11T20:20:58.003Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
57592026-09-11T20:20:58.836Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57602026-09-11T20:20:58.836Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
57612026-09-11T20:20:58.839Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
57622026-09-11T20:20:58.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57632026-09-11T20:20:58.988Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
57642026-09-11T20:20:59.014Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57652026-09-11T20:20:59.026Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
57662026-09-11T20:20:59.037Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57672026-09-11T20:20:59.076Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57682026-09-11T20:20:59.208Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57692026-09-11T20:20:59.258Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
57702026-09-11T20:20:59.431Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57712026-09-11T20:20:59.889Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
57722026-09-11T20:21:00.509Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
57732026-09-11T20:21:00.584Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57742026-09-11T20:21:00.668Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57752026-09-11T20:21:00.859Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57762026-09-11T20:21:09.275Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57772026-09-11T20:21:09.275Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
57782026-09-11T20:21:09.277Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
57792026-09-11T20:21:10.187Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
57802026-09-11T20:21:11.491Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
57812026-09-11T20:21:11.713Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57822026-09-11T20:21:19.133Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57832026-09-11T20:21:27.940Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57842026-09-11T20:21:29.554Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57852026-09-11T20:21:31.294Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57862026-09-11T20:21:41.102Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.08s
57872026-09-11T20:21:41.216Z Running `target/debug/crdb-seed`
57882026-09-11T20:21:41.274ZSep 11 20:21:40.137 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpy0dLik
57892026-09-11T20:21:41.278ZSep 11 20:21:40.137 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpekrNFp,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpy0dLik/listen-url --max-sql-memory 256MiB
57902026-09-11T20:21:41.278ZSep 11 20:21:40.138 INFO cockroach environment: BUILDOMAT_JOB_ID=01M291ADAB4QEHWD0QHHHCHPVK BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.98.1-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=eliza/mgs-vpd GITHUB_REF=refs/heads/eliza/mgs-vpd GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d4dc8e72af2e2dde2c44b0899cd6c8dd5e706125 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-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-enveBAvJO NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=56d997f7-4bc2-4f9d-9daf-34cd0074cccd NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.yDaO4s NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.98.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env 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
57912026-09-11T20:21:41.726ZSep 11 20:21:40.589 INFO cockroach pid: 10236
57922026-09-11T20:21:41.726ZSep 11 20:21:40.589 INFO cockroach listen URL: postgresql://root@[::1]:64943/omicron?sslmode=disable
57932026-09-11T20:21:41.730ZSep 11 20:21:40.593 INFO cockroach: populating
57942026-09-11T20:21:42.855ZSep 11 20:21:41.719 INFO cockroach: populated
57952026-09-11T20:21:43.887ZSep 11 20:21:42.750 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e588fafad4eef4492629e2f05c6093a57fea967a599bd17dd928a2715888650b.tar`
57962026-09-11T20:21:43.894Z SETUP PASS [ 45.894s] crdb-seed: cargo run -p crdb-seed --profile test
57972026-09-11T20:21:43.897Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57982026-09-11T20:21:44.693Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57992026-09-11T20:21:44.696Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58002026-09-11T20:21:46.041Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58012026-09-11T20:21:47.004Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58022026-09-11T20:21:58.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
58032026-09-11T20:21:58.144Z Running `target/debug/clickhouse-cluster-dev`
58042026-09-11T20:21:58.202ZSep 11 20:21:57.064 INFO Setting up a ClickHouse cluster
58052026-09-11T20:21:58.205ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
58062026-09-11T20:21:58.205ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
58072026-09-11T20:21:58.205ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
58082026-09-11T20:21:58.205ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
58092026-09-11T20:21:58.205ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
58102026-09-11T20:21:58.597ZSep 11 20:21:57.460 INFO ClickHouse server ready
58112026-09-11T20:21:58.690ZSep 11 20:21:57.553 INFO ClickHouse server ready
58122026-09-11T20:22:00.401ZSep 11 20:21:59.264 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
58132026-09-11T20:22:00.409Z SETUP PASS [ 16.514s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58142026-09-11T20:22:00.446Z PASS [ 0.025s] ( 1/3432) api_identity test::test_identity_no_field
58152026-09-11T20:22:00.450Z PASS [ 0.026s] ( 2/3432) api_identity test::test_identity
58162026-09-11T20:22:00.457Z PASS [ 0.029s] ( 3/3432) authz-macros tests::test_authz_snapshots
58172026-09-11T20:22:00.460Z PASS [ 0.013s] ( 4/3432) bootstore schemes::tests::hello_roundtrip
58182026-09-11T20:22:00.472Z PASS [ 0.013s] ( 5/3432) bootstore schemes::v0::share_pkg::tests::create_packages
58192026-09-11T20:22:00.486Z PASS [ 0.014s] ( 6/3432) bootstore trust_quorum::rack_secret::tests::create_and_verify
58202026-09-11T20:22:00.489Z PASS [ 0.037s] ( 7/3432) bootstore schemes::v0::peer::tests::network_config
58212026-09-11T20:22:00.498Z PASS [ 0.012s] ( 8/3432) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
58222026-09-11T20:22:01.495Z PASS [ 1.048s] ( 9/3432) bootstore schemes::v0::peer::tests::basic_3_nodes
58232026-09-11T20:22:01.595Z PASS [ 0.100s] ( 10/3432) cert-dev::test-cert-dev test_cert_create
58242026-09-11T20:22:01.698Z PASS [ 0.102s] ( 11/3432) clickana chart::tests::gather_chart_data_failure
58252026-09-11T20:22:01.713Z PASS [ 0.015s] ( 12/3432) clickana chart::tests::gather_chart_data_for_disk_usage_success
58262026-09-11T20:22:01.727Z PASS [ 0.014s] ( 13/3432) clickana chart::tests::gather_chart_data_for_memory_tracking_success
58272026-09-11T20:22:01.742Z PASS [ 0.014s] ( 14/3432) clickana chart::tests::gather_chart_data_for_query_count_success
58282026-09-11T20:22:01.759Z PASS [ 0.017s] ( 15/3432) clickana chart::tests::gather_chart_data_for_running_queries_success
58292026-09-11T20:22:01.774Z PASS [ 0.015s] ( 16/3432) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
58302026-09-11T20:22:01.792Z PASS [ 0.017s] ( 17/3432) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
58312026-09-11T20:22:01.812Z PASS [ 0.020s] ( 18/3432) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
58322026-09-11T20:22:01.829Z PASS [ 1.341s] ( 19/3432) bootstore::v0-fsm-proptest-learner run
58332026-09-11T20:22:01.835Z PASS [ 0.022s] ( 20/3432) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
58342026-09-11T20:22:01.873Z PASS [ 0.044s] ( 21/3432) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
58352026-09-11T20:22:01.878Z PASS [ 0.042s] ( 22/3432) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
58362026-09-11T20:22:01.912Z PASS [ 0.035s] ( 23/3432) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
58372026-09-11T20:22:01.928Z PASS [ 0.055s] ( 24/3432) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
58382026-09-11T20:22:01.969Z PASS [ 0.040s] ( 25/3432) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
58392026-09-11T20:22:01.977Z PASS [ 0.065s] ( 26/3432) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
58402026-09-11T20:22:02.009Z PASS [ 0.040s] ( 27/3432) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
58412026-09-11T20:22:02.020Z PASS [ 0.043s] ( 28/3432) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
58422026-09-11T20:22:02.036Z PASS [ 0.027s] ( 29/3432) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
58432026-09-11T20:22:02.044Z PASS [ 0.023s] ( 30/3432) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
58442026-09-11T20:22:02.062Z PASS [ 0.025s] ( 31/3432) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
58452026-09-11T20:22:02.071Z PASS [ 0.027s] ( 32/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
58462026-09-11T20:22:02.089Z PASS [ 0.027s] ( 33/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
58472026-09-11T20:22:02.098Z PASS [ 0.027s] ( 34/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
58482026-09-11T20:22:02.111Z PASS [ 0.023s] ( 35/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
58492026-09-11T20:22:02.120Z PASS [ 0.022s] ( 36/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
58502026-09-11T20:22:02.133Z PASS [ 0.022s] ( 37/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
58512026-09-11T20:22:02.150Z PASS [ 0.028s] ( 38/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
58522026-09-11T20:22:02.161Z PASS [ 0.027s] ( 39/3432) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
58532026-09-11T20:22:02.175Z PASS [ 0.026s] ( 40/3432) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
58542026-09-11T20:22:02.185Z PASS [ 0.024s] ( 41/3432) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
58552026-09-11T20:22:02.203Z PASS [ 0.028s] ( 42/3432) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
58562026-09-11T20:22:02.229Z PASS [ 0.043s] ( 43/3432) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
58572026-09-11T20:22:02.246Z PASS [ 0.043s] ( 44/3432) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
58582026-09-11T20:22:02.265Z PASS [ 0.036s] ( 45/3432) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
58592026-09-11T20:22:02.283Z PASS [ 0.037s] ( 46/3432) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
58602026-09-11T20:22:02.299Z PASS [ 0.034s] ( 47/3432) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
58612026-09-11T20:22:02.324Z PASS [ 0.039s] ( 48/3432) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
58622026-09-11T20:22:02.334Z PASS [ 0.035s] ( 49/3432) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
58632026-09-11T20:22:02.349Z PASS [ 0.027s] ( 50/3432) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
58642026-09-11T20:22:02.376Z PASS [ 0.042s] ( 51/3432) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
58652026-09-11T20:22:02.388Z PASS [ 0.038s] ( 52/3432) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
58662026-09-11T20:22:02.395Z PASS [ 0.019s] ( 53/3432) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
58672026-09-11T20:22:02.409Z PASS [ 0.021s] ( 54/3432) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
58682026-09-11T20:22:02.420Z PASS [ 0.025s] ( 55/3432) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
58692026-09-11T20:22:02.430Z PASS [ 0.022s] ( 56/3432) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
58702026-09-11T20:22:02.439Z PASS [ 0.018s] ( 57/3432) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
58712026-09-11T20:22:02.448Z PASS [ 0.018s] ( 58/3432) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
58722026-09-11T20:22:02.489Z PASS [ 0.050s] ( 59/3432) db-dev::test-db-dev test_db_dev_populate_no_args
58732026-09-11T20:22:02.513Z PASS [ 0.065s] ( 60/3432) db-dev::test-db-dev test_db_dev_wipe_no_args
58742026-09-11T20:22:03.412Z PASS [ 2.914s] ( 61/3432) bootstore::v0-fsm-proptest-rack-coordinator run
58752026-09-11T20:22:03.459Z PASS [ 0.046s] ( 62/3432) db-macros lookup::test::test_lookup_snapshots
58762026-09-11T20:22:03.487Z PASS [ 0.028s] ( 63/3432) db-macros tests::test_derive_metadata_identity_fails_for_enums
58772026-09-11T20:22:03.514Z PASS [ 0.027s] ( 64/3432) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
58782026-09-11T20:22:03.543Z PASS [ 0.028s] ( 65/3432) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
58792026-09-11T20:22:03.573Z PASS [ 0.030s] ( 66/3432) db-macros tests::test_derive_metadata_identity_fails_without_table_name
58802026-09-11T20:22:03.603Z PASS [ 0.030s] ( 67/3432) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
58812026-09-11T20:22:03.636Z PASS [ 0.033s] ( 68/3432) db-macros tests::test_derive_snapshots
58822026-09-11T20:22:03.666Z PASS [ 0.029s] ( 69/3432) db-macros tests::test_derive_with_unknown_field
58832026-09-11T20:22:03.755Z PASS [ 0.089s] ( 70/3432) dns-server storage::test::test_update_basic
58842026-09-11T20:22:03.866Z PASS [ 0.111s] ( 71/3432) dns-server storage::test::test_update_in_progress
58852026-09-11T20:22:04.024Z PASS [ 0.158s] ( 72/3432) dns-server storage::test::test_update_interrupted
58862026-09-11T20:22:04.141Z PASS [ 0.117s] ( 73/3432) dns-server storage::test::test_zone_gets_soa_record
58872026-09-11T20:22:04.297Z PASS [ 0.155s] ( 74/3432) dns-server::basic_test a_crud
58882026-09-11T20:22:04.488Z PASS [ 0.191s] ( 75/3432) dns-server::basic_test aaaa_crud
58892026-09-11T20:22:04.662Z PASS [ 0.174s] ( 76/3432) dns-server::basic_test answers_match_question
58902026-09-11T20:22:04.863Z PASS [ 0.201s] ( 77/3432) dns-server::basic_test empty_record
58912026-09-11T20:22:05.014Z PASS [ 0.150s] ( 78/3432) dns-server::basic_test multi_record_crud
58922026-09-11T20:22:05.155Z PASS [ 0.141s] ( 79/3432) dns-server::basic_test name_contains_zone
58932026-09-11T20:22:05.296Z PASS [ 0.141s] ( 80/3432) dns-server::basic_test nxdomain
58942026-09-11T20:22:05.421Z PASS [ 0.125s] ( 81/3432) dns-server::basic_test receives_on_multiple_sockets
58952026-09-11T20:22:05.531Z PASS [ 3.041s] ( 82/3432) db-dev::test-db-dev test_db_killed
58962026-09-11T20:22:05.540Z PASS [ 0.120s] ( 83/3432) dns-server::basic_test servfail
58972026-09-11T20:22:05.778Z PASS [ 0.248s] ( 84/3432) dns-server::basic_test soa
58982026-09-11T20:22:05.804Z PASS [ 0.263s] ( 85/3432) dns-server::basic_test srv_crud
58992026-09-11T20:22:05.827Z PASS [ 0.023s] ( 86/3432) dns-server::bin/dns-server test::can_parse_multiple_valid_socket_addrs
59002026-09-11T20:22:05.847Z PASS [ 0.019s] ( 87/3432) dns-server::bin/dns-server test::can_parse_single_socket_addr
59012026-09-11T20:22:05.866Z PASS [ 0.019s] ( 88/3432) dns-server::bin/dns-server test::fail_on_empty_input
59022026-09-11T20:22:05.887Z PASS [ 0.020s] ( 89/3432) dns-server::bin/dns-server test::fail_on_one_invalid_socket_addr
59032026-09-11T20:22:06.189Z PASS [ 0.410s] ( 90/3432) dns-server::cross_version_test cross_version_works
59042026-09-11T20:22:06.213Z PASS [ 0.024s] ( 91/3432) ereport-types tests::test_arb_json_deserializes
59052026-09-11T20:22:06.234Z PASS [ 0.021s] ( 92/3432) ereport-types tests::test_ena_from_str
59062026-09-11T20:22:06.255Z PASS [ 0.021s] ( 93/3432) ereport-types tests::test_ena_from_str_roundtrip
59072026-09-11T20:22:06.274Z PASS [ 0.019s] ( 94/3432) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
59082026-09-11T20:22:06.292Z PASS [ 0.019s] ( 95/3432) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
59092026-09-11T20:22:06.311Z PASS [ 0.019s] ( 96/3432) gateway-types-versions impls::component_vpd::tests::parse_mpn1
59102026-09-11T20:22:06.330Z PASS [ 0.019s] ( 97/3432) gateway-types-versions impls::component_vpd::tests::parse_mpn1_empty
59112026-09-11T20:22:06.349Z PASS [ 0.019s] ( 98/3432) gateway-types-versions impls::component_vpd::tests::parse_mpn1_from_andy
59122026-09-11T20:22:06.369Z PASS [ 0.020s] ( 99/3432) gateway-types-versions impls::component_vpd::tests::parse_mpn1_no_mpn_rev
59132026-09-11T20:22:06.400Z PASS [ 0.031s] ( 100/3432) gateway-types-versions impls::component_vpd::tests::parse_mpn1_no_serial
59142026-09-11T20:22:06.428Z PASS [ 0.028s] ( 101/3432) gateway-types-versions impls::component_vpd::tests::parse_oxv1
59152026-09-11T20:22:06.464Z PASS [ 0.035s] ( 102/3432) gateway-types-versions impls::component_vpd::tests::parse_oxv2
59162026-09-11T20:22:06.490Z PASS [ 0.027s] ( 103/3432) gateway-types-versions impls::component_vpd::tests::parse_oxv2_shorter_part
59172026-09-11T20:22:06.528Z PASS [ 0.037s] ( 104/3432) gateway-types-versions impls::component_vpd::tests::parse_oxv2_shorter_serial
59182026-09-11T20:22:06.553Z PASS [ 0.025s] ( 105/3432) gfss gf256::tests::test_all_multiplication
59192026-09-11T20:22:06.587Z PASS [ 0.034s] ( 106/3432) gfss gf256::tests::test_all_multiplicative_inverses
59202026-09-11T20:22:06.720Z PASS [ 0.133s] ( 107/3432) gfss gf256::tests::test_docs_example
59212026-09-11T20:22:09.324Z PASS [ 3.438s] ( 108/3432) dnsadm::commands_test test_dnsadm
59222026-09-11T20:22:11.615Z PASS [ 2.291s] ( 109/3432) gfss shamir::tests::split_and_combine
59232026-09-11T20:22:11.642Z PASS [ 0.027s] ( 110/3432) gfss shamir::tests::test_share_reconstruction
59242026-09-11T20:22:11.673Z PASS [ 0.031s] ( 111/3432) illumos-utils destructor::test::test_delayed_delete
59252026-09-11T20:22:12.574Z PASS [ 0.901s] ( 112/3432) illumos-utils destructor::test::test_delayed_delete_with_error
59262026-09-11T20:22:12.601Z PASS [ 0.027s] ( 113/3432) illumos-utils destructor::test::test_destructor_bad_close
59272026-09-11T20:22:12.637Z PASS [ 0.036s] ( 114/3432) illumos-utils link::test::test_allocate
59282026-09-11T20:22:12.667Z PASS [ 0.030s] ( 115/3432) illumos-utils link::test::test_allocate_within_scopes
59292026-09-11T20:22:12.699Z PASS [ 0.031s] ( 116/3432) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
59302026-09-11T20:22:12.727Z PASS [ 0.028s] ( 117/3432) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
59312026-09-11T20:22:12.759Z PASS [ 0.031s] ( 118/3432) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
59322026-09-11T20:22:12.786Z PASS [ 0.028s] ( 119/3432) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
59332026-09-11T20:22:12.816Z PASS [ 0.030s] ( 120/3432) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
59342026-09-11T20:22:12.850Z PASS [ 0.033s] ( 121/3432) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
59352026-09-11T20:22:12.877Z PASS [ 0.027s] ( 122/3432) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
59362026-09-11T20:22:12.902Z PASS [ 0.024s] ( 123/3432) illumos-utils running_zone::tests::test_is_oxide_smf_service
59372026-09-11T20:22:12.933Z PASS [ 0.030s] ( 124/3432) illumos-utils svcs::tests::test_svc_parse_empty_success
59382026-09-11T20:22:12.957Z PASS [ 0.025s] ( 125/3432) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
59392026-09-11T20:22:12.985Z PASS [ 0.028s] ( 126/3432) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
59402026-09-11T20:22:13.015Z PASS [ 0.029s] ( 127/3432) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
59412026-09-11T20:22:13.043Z PASS [ 0.029s] ( 128/3432) illumos-utils svcs::tests::test_svc_parse_success
59422026-09-11T20:22:13.072Z PASS [ 0.028s] ( 129/3432) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
59432026-09-11T20:22:13.098Z PASS [ 0.027s] ( 130/3432) illumos-utils svcs::tests::test_to_enabled_not_online
59442026-09-11T20:22:13.125Z PASS [ 0.025s] ( 131/3432) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
59452026-09-11T20:22:13.171Z PASS [ 0.046s] ( 132/3432) illumos-utils zfs::test::directory_mutability
59462026-09-11T20:22:13.215Z PASS [ 0.044s] ( 133/3432) illumos-utils zfs::test::get_values_of_rpool
59472026-09-11T20:22:13.241Z PASS [ 0.027s] ( 134/3432) illumos-utils zfs::test::parse_dataset_bad_avail
59482026-09-11T20:22:13.268Z PASS [ 0.027s] ( 135/3432) illumos-utils zfs::test::parse_dataset_bad_quota
59492026-09-11T20:22:13.297Z PASS [ 0.028s] ( 136/3432) illumos-utils zfs::test::parse_dataset_bad_reservation
59502026-09-11T20:22:13.322Z PASS [ 0.026s] ( 137/3432) illumos-utils zfs::test::parse_dataset_bad_usage
59512026-09-11T20:22:13.350Z PASS [ 0.028s] ( 138/3432) illumos-utils zfs::test::parse_dataset_bad_uuid
59522026-09-11T20:22:13.377Z PASS [ 0.027s] ( 139/3432) illumos-utils zfs::test::parse_dataset_missing_fields
59532026-09-11T20:22:13.403Z PASS [ 0.026s] ( 140/3432) illumos-utils zfs::test::parse_dataset_props
59542026-09-11T20:22:13.429Z PASS [ 0.026s] ( 141/3432) illumos-utils zfs::test::parse_dataset_props_with_optionals
59552026-09-11T20:22:13.456Z PASS [ 0.027s] ( 142/3432) illumos-utils zfs::test::parse_dataset_too_many_columns
59562026-09-11T20:22:13.482Z PASS [ 0.026s] ( 143/3432) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
59572026-09-11T20:22:13.509Z PASS [ 0.027s] ( 144/3432) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
59582026-09-11T20:22:13.535Z PASS [ 0.026s] ( 145/3432) illumos-utils zfs::test::parse_quota_ignored_if_default
59592026-09-11T20:22:13.561Z PASS [ 0.025s] ( 146/3432) illumos-utils zfs::test::parse_reservation_ignored_if_default
59602026-09-11T20:22:13.586Z PASS [ 0.025s] ( 147/3432) illumos-utils zfs::test::parse_sorts_and_dedups
59612026-09-11T20:22:13.617Z PASS [ 0.030s] ( 148/3432) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
59622026-09-11T20:22:13.647Z PASS [ 0.030s] ( 149/3432) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
59632026-09-11T20:22:13.674Z PASS [ 0.026s] ( 150/3432) illumos-utils zfs::test::props_needing_update_none_matches_unset
59642026-09-11T20:22:13.701Z PASS [ 0.027s] ( 151/3432) illumos-utils zfs::test::props_needing_update_oxide_uuid
59652026-09-11T20:22:13.728Z PASS [ 0.027s] ( 152/3432) illumos-utils zfs::test::props_needing_update_skips_matching_values
59662026-09-11T20:22:13.753Z PASS [ 0.024s] ( 153/3432) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
59672026-09-11T20:22:13.779Z PASS [ 0.026s] ( 154/3432) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
59682026-09-11T20:22:13.813Z PASS [ 0.034s] ( 155/3432) illumos-utils zone::tests::delete_nonexistent_address
59692026-09-11T20:22:13.841Z PASS [ 0.027s] ( 156/3432) illumos-utils zone::tests::test_parse_ip_network
59702026-09-11T20:22:13.867Z PASS [ 0.026s] ( 157/3432) illumos-utils zpool::test::test_parse_zpool
59712026-09-11T20:22:13.895Z PASS [ 0.028s] ( 158/3432) illumos-utils zpool::test::test_parse_zpool_missing_column
59722026-09-11T20:22:14.782Z PASS [ 8.062s] ( 159/3432) gfss polynomial::tests::test_polynomial_eval
59732026-09-11T20:22:14.816Z PASS [ 0.034s] ( 160/3432) installinator peers::tests::iter_no_preferred_preserves_btree_order
59742026-09-11T20:22:14.849Z PASS [ 0.033s] ( 161/3432) installinator peers::tests::last_known_peer_preferred
59752026-09-11T20:22:14.879Z PASS [ 0.030s] ( 162/3432) installinator peers::tests::last_known_peer_stale
59762026-09-11T20:22:15.542Z PASS [ 1.647s] ( 163/3432) installinator mock_peers::tests::proptest_fetch_artifact
59772026-09-11T20:22:15.595Z PASS [ 0.053s] ( 164/3432) installinator-common block_size_writer::tests::proptest_block_writer
59782026-09-11T20:22:15.711Z PASS [ 13.198s] ( 165/3432) db-dev::test-db-dev test_db_run
59792026-09-11T20:22:15.765Z PASS [ 0.169s] ( 166/3432) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
59802026-09-11T20:22:15.892Z PASS [ 0.181s] ( 167/3432) internal-dns-resolver resolver::test::insert_and_lookup_one_record
59812026-09-11T20:22:15.939Z PASS [ 0.175s] ( 168/3432) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
59822026-09-11T20:22:15.989Z PASS [ 1.109s] ( 169/3432) installinator write::tests::proptest_write_artifact
59832026-09-11T20:22:16.140Z PASS [ 0.151s] ( 170/3432) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
59842026-09-11T20:22:16.220Z PASS [ 0.326s] ( 171/3432) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
59852026-09-11T20:22:16.224Z PASS [ 0.285s] ( 172/3432) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
59862026-09-11T20:22:16.239Z PASS [ 0.020s] ( 173/3432) internal-dns-types config::test::display_hosts
59872026-09-11T20:22:16.244Z PASS [ 0.020s] ( 174/3432) internal-dns-types config::test::display_srv_service
59882026-09-11T20:22:16.259Z PASS [ 0.020s] ( 175/3432) internal-dns-types config::test::host_zone_switch_publishes_all_services
59892026-09-11T20:22:16.265Z PASS [ 0.020s] ( 176/3432) internal-dns-types config::test::test_builder_errors
59902026-09-11T20:22:16.278Z PASS [ 0.019s] ( 177/3432) internal-dns-types config::test::test_builder_output
59912026-09-11T20:22:16.284Z PASS [ 0.019s] ( 178/3432) internal-dns-types diff::test::diff_different
59922026-09-11T20:22:16.288Z PASS [ 0.145s] ( 179/3432) internal-dns-resolver resolver::test::update_record
59932026-09-11T20:22:16.304Z PASS [ 0.018s] ( 180/3432) ipcc tests::deserialize_fixed_value
59942026-09-11T20:22:16.307Z PASS [ 0.020s] ( 181/3432) internal-dns-types diff::test::diff_invalid
59952026-09-11T20:22:16.311Z PASS [ 0.031s] ( 182/3432) internal-dns-types diff::test::diff_equivalent
59962026-09-11T20:22:16.326Z PASS [ 0.022s] ( 183/3432) ipcc tests::serialized_size
59972026-09-11T20:22:16.330Z PASS [ 0.025s] ( 184/3432) ipcc tests::installinator_image_id_round_trip
59982026-09-11T20:22:16.333Z PASS [ 0.022s] ( 185/3432) key-manager tests::different_disks_produce_different_keys
59992026-09-11T20:22:16.350Z PASS [ 0.024s] ( 186/3432) key-manager tests::different_ikm_produces_different_keys
60002026-09-11T20:22:16.353Z PASS [ 0.024s] ( 187/3432) key-manager tests::disk_encryption_key_epoch_0
60012026-09-11T20:22:16.357Z PASS [ 0.023s] ( 188/3432) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60022026-09-11T20:22:16.392Z PASS [ 0.041s] ( 189/3432) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
60032026-09-11T20:22:16.400Z PASS [ 0.045s] ( 190/3432) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60042026-09-11T20:22:16.403Z PASS [ 0.049s] ( 191/3432) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
60052026-09-11T20:22:16.425Z PASS [ 0.034s] ( 192/3432) nexus-auth authn::external::session_cookie::test::test_get_token
60062026-09-11T20:22:16.445Z PASS [ 0.042s] ( 193/3432) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60072026-09-11T20:22:16.457Z PASS [ 0.056s] ( 194/3432) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60082026-09-11T20:22:16.468Z PASS [ 0.042s] ( 195/3432) nexus-auth authn::external::session_cookie::test::test_missing_cookie
60092026-09-11T20:22:16.478Z PASS [ 0.035s] ( 196/3432) nexus-auth authn::external::session_cookie::test::test_other_cookie
60102026-09-11T20:22:16.494Z PASS [ 0.036s] ( 197/3432) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60112026-09-11T20:22:16.504Z PASS [ 0.036s] ( 198/3432) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60122026-09-11T20:22:16.515Z PASS [ 0.037s] ( 199/3432) nexus-auth authn::external::session_cookie::test::test_valid_cookie
60132026-09-11T20:22:16.524Z PASS [ 0.031s] ( 200/3432) nexus-auth authn::external::spoof::test::test_make_header_value
60142026-09-11T20:22:16.537Z PASS [ 0.034s] ( 201/3432) nexus-auth authn::external::spoof::test::test_make_header_value_raw
60152026-09-11T20:22:16.549Z PASS [ 0.034s] ( 202/3432) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60162026-09-11T20:22:16.560Z PASS [ 0.035s] ( 203/3432) nexus-auth authn::external::spoof::test::test_spoof_header_missing
60172026-09-11T20:22:16.574Z PASS [ 0.036s] ( 204/3432) nexus-auth authn::external::spoof::test::test_spoof_header_valid
60182026-09-11T20:22:16.583Z PASS [ 0.034s] ( 205/3432) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
60192026-09-11T20:22:16.610Z PASS [ 0.036s] ( 206/3432) nexus-auth authn::external::token::test::test_make_header_value
60202026-09-11T20:22:16.622Z PASS [ 0.038s] ( 207/3432) nexus-auth authn::external::token::test::test_token_header_bad_utf8
60212026-09-11T20:22:16.629Z PASS [ 0.069s] ( 208/3432) nexus-auth authn::external::test::test_authn_sequence
60222026-09-11T20:22:16.657Z PASS [ 0.047s] ( 209/3432) nexus-auth authn::external::token::test::test_token_header_missing
60232026-09-11T20:22:16.668Z PASS [ 0.046s] ( 210/3432) nexus-auth authn::external::token::test::test_token_header_valid
60242026-09-11T20:22:16.681Z PASS [ 0.052s] ( 211/3432) nexus-auth authn::test::test_internal_users
60252026-09-11T20:22:16.736Z PASS [ 0.053s] ( 212/3432) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
60262026-09-11T20:22:16.753Z PASS [ 0.094s] ( 213/3432) nexus-auth authz::context::test::test_unregistered_resource
60272026-09-11T20:22:16.756Z PASS [ 0.074s] ( 214/3432) nexus-auth context::test::test_background_context
60282026-09-11T20:22:16.792Z PASS [ 0.036s] ( 215/3432) nexus-config nexus_config::test::test_bad_authn_schemes
60292026-09-11T20:22:16.802Z PASS [ 0.081s] ( 216/3432) nexus-auth context::test::test_child_context
60302026-09-11T20:22:16.825Z PASS [ 0.032s] ( 217/3432) nexus-config nexus_config::test::test_config_bad_toml
60312026-09-11T20:22:16.832Z PASS [ 0.029s] ( 218/3432) nexus-config nexus_config::test::test_config_empty
60322026-09-11T20:22:16.835Z PASS [ 0.083s] ( 219/3432) nexus-auth context::test::test_test_context
60332026-09-11T20:22:16.852Z PASS [ 0.027s] ( 220/3432) nexus-config nexus_config::test::test_config_nonexistent
60342026-09-11T20:22:16.864Z PASS [ 0.032s] ( 221/3432) nexus-config nexus_config::test::test_deployment_config_schema
60352026-09-11T20:22:16.871Z PASS [ 0.035s] ( 222/3432) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
60362026-09-11T20:22:16.886Z PASS [ 0.034s] ( 223/3432) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
60372026-09-11T20:22:16.907Z PASS [ 0.043s] ( 224/3432) nexus-config nexus_config::test::test_repo_configs_are_valid
60382026-09-11T20:22:16.919Z PASS [ 0.050s] ( 225/3432) nexus-config nexus_config::test::test_valid
60392026-09-11T20:22:16.923Z PASS [ 0.035s] ( 226/3432) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
60402026-09-11T20:22:16.940Z PASS [ 0.032s] ( 227/3432) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
60412026-09-11T20:22:16.953Z PASS [ 0.033s] ( 228/3432) nexus-config postgres_config::test::test_all_addresses_single_host
60422026-09-11T20:22:16.961Z PASS [ 0.041s] ( 229/3432) nexus-config postgres_config::test::test_bad_url
60432026-09-11T20:22:16.974Z PASS [ 0.034s] ( 230/3432) nexus-config postgres_config::test::test_example_url
60442026-09-11T20:22:16.990Z PASS [ 0.037s] ( 231/3432) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60452026-09-11T20:22:16.997Z PASS [ 0.036s] ( 232/3432) nexus-db-fixed-data test::test_allowlist_id_is_valid
60462026-09-11T20:22:17.009Z PASS [ 0.033s] ( 233/3432) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60472026-09-11T20:22:17.019Z PASS [ 0.029s] ( 234/3432) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60482026-09-11T20:22:17.031Z PASS [ 16.611s] ( 235/3432) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
60492026-09-11T20:22:17.038Z PASS [ 0.031s] ( 236/3432) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
60502026-09-11T20:22:17.052Z PASS [ 0.033s] ( 237/3432) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
60512026-09-11T20:22:17.073Z PASS [ 0.034s] ( 238/3432) nexus-db-model bytecount::test::test_bytecount_i64_conversions
60522026-09-11T20:22:17.076Z PASS [ 0.043s] ( 239/3432) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
60532026-09-11T20:22:17.080Z PASS [ 0.028s] ( 240/3432) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60542026-09-11T20:22:17.104Z PASS [ 0.031s] ( 241/3432) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
60552026-09-11T20:22:17.112Z PASS [ 0.036s] ( 242/3432) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
60562026-09-11T20:22:17.116Z PASS [ 0.035s] ( 243/3432) nexus-db-model device_auth::test::test_generate_user_code
60572026-09-11T20:22:17.131Z PASS [ 0.027s] ( 244/3432) nexus-db-model instance_state::tests::test_from_str_roundtrips
60582026-09-11T20:22:17.140Z PASS [ 0.028s] ( 245/3432) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
60592026-09-11T20:22:17.150Z PASS [ 0.031s] ( 246/3432) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60602026-09-11T20:22:17.160Z PASS [ 0.028s] ( 247/3432) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
60612026-09-11T20:22:17.166Z PASS [ 0.026s] ( 248/3432) nexus-db-model role_assignment::tests::test_role_assignment_from_database
60622026-09-11T20:22:17.179Z PASS [ 0.031s] ( 249/3432) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
60632026-09-11T20:22:17.207Z PASS [ 0.040s] ( 250/3432) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60642026-09-11T20:22:17.218Z PASS [ 0.058s] ( 251/3432) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
60652026-09-11T20:22:17.232Z PASS [ 0.053s] ( 252/3432) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
60662026-09-11T20:22:17.250Z PASS [ 0.043s] ( 253/3432) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
60672026-09-11T20:22:17.271Z PASS [ 0.053s] ( 254/3432) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
60682026-09-11T20:22:17.278Z PASS [ 0.045s] ( 255/3432) nexus-db-model schema_versions::test::test_classify_create_index
60692026-09-11T20:22:17.300Z PASS [ 0.050s] ( 256/3432) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
60702026-09-11T20:22:17.318Z PASS [ 0.040s] ( 257/3432) nexus-db-model schema_versions::test::test_classify_dml_ignored
60712026-09-11T20:22:17.323Z PASS [ 0.048s] ( 258/3432) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
60722026-09-11T20:22:17.353Z PASS [ 0.033s] ( 259/3432) nexus-db-model schema_versions::test::test_known_versions
60732026-09-11T20:22:17.353Z PASS [ 0.053s] ( 260/3432) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
60742026-09-11T20:22:17.371Z PASS [ 0.053s] ( 261/3432) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
60752026-09-11T20:22:17.388Z PASS [ 0.034s] ( 262/3432) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
60762026-09-11T20:22:17.409Z PASS [ 0.036s] ( 263/3432) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
60772026-09-11T20:22:17.423Z PASS [ 0.035s] ( 264/3432) nexus-db-model schema_versions::test::test_one_ddl_enforcement
60782026-09-11T20:22:17.431Z PASS [ 0.078s] ( 265/3432) nexus-db-model schema_versions::test::test_migration_verification_files
60792026-09-11T20:22:17.453Z PASS [ 0.046s] ( 266/3432) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
60802026-09-11T20:22:17.458Z PASS [ 0.035s] ( 267/3432) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
60812026-09-11T20:22:17.476Z PASS [ 0.045s] ( 268/3432) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
60822026-09-11T20:22:17.504Z PASS [ 0.052s] ( 269/3432) nexus-db-model schema_versions::test::test_preprocess_storing
60832026-09-11T20:22:17.515Z PASS [ 0.039s] ( 270/3432) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60842026-09-11T20:22:17.518Z PASS [ 0.059s] ( 271/3432) nexus-db-model schema_versions::test::test_preprocess_type_array
60852026-09-11T20:22:17.541Z PASS [ 0.036s] ( 272/3432) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60862026-09-11T20:22:17.551Z PASS [ 0.036s] ( 273/3432) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60872026-09-11T20:22:17.559Z PASS [ 0.041s] ( 274/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
60882026-09-11T20:22:17.567Z PASS [ 0.026s] ( 275/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
60892026-09-11T20:22:17.581Z PASS [ 0.029s] ( 276/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
60902026-09-11T20:22:17.587Z PASS [ 0.029s] ( 277/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
60912026-09-11T20:22:17.595Z PASS [ 0.028s] ( 278/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
60922026-09-11T20:22:17.608Z PASS [ 0.029s] ( 279/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
60932026-09-11T20:22:17.615Z PASS [ 0.028s] ( 280/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
60942026-09-11T20:22:17.627Z PASS [ 0.031s] ( 281/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
60952026-09-11T20:22:17.647Z PASS [ 0.039s] ( 282/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
60962026-09-11T20:22:17.659Z PASS [ 0.043s] ( 283/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
60972026-09-11T20:22:17.671Z PASS [ 0.045s] ( 284/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
60982026-09-11T20:22:17.681Z PASS [ 0.033s] ( 285/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
60992026-09-11T20:22:17.689Z PASS [ 0.030s] ( 286/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
61002026-09-11T20:22:17.698Z PASS [ 0.026s] ( 287/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
61012026-09-11T20:22:17.706Z PASS [ 0.025s] ( 288/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
61022026-09-11T20:22:17.733Z PASS [ 0.036s] ( 289/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
61032026-09-11T20:22:17.741Z PASS [ 0.053s] ( 290/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
61042026-09-11T20:22:17.745Z PASS [ 0.038s] ( 291/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
61052026-09-11T20:22:17.760Z PASS [ 0.027s] ( 292/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
61062026-09-11T20:22:17.774Z PASS [ 0.033s] ( 293/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
61072026-09-11T20:22:17.778Z PASS [ 0.033s] ( 294/3432) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
61082026-09-11T20:22:17.788Z PASS [ 0.028s] ( 295/3432) nexus-db-model schema_versions::test::test_verification_query_add_constraint
61092026-09-11T20:22:17.806Z PASS [ 0.031s] ( 296/3432) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
61102026-09-11T20:22:17.813Z PASS [ 0.036s] ( 297/3432) nexus-db-model schema_versions::test::test_verification_query_create_index
61112026-09-11T20:22:17.819Z PASS [ 0.031s] ( 298/3432) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
61122026-09-11T20:22:17.835Z PASS [ 0.030s] ( 299/3432) nexus-db-model schema_versions::test::test_verify
61132026-09-11T20:22:17.843Z PASS [ 0.029s] ( 300/3432) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
61142026-09-11T20:22:17.851Z PASS [ 0.030s] ( 301/3432) nexus-db-model semver_version::test::test_to_from_sortable_string
61152026-09-11T20:22:17.865Z PASS [ 0.030s] ( 302/3432) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
61162026-09-11T20:22:17.870Z PASS [ 0.027s] ( 303/3432) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
61172026-09-11T20:22:17.878Z PASS [ 0.028s] ( 304/3432) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
61182026-09-11T20:22:17.892Z PASS [ 0.027s] ( 305/3432) nexus-db-model tests::test_ip_subnet_check_requestable_address
61192026-09-11T20:22:17.898Z PASS [ 0.028s] ( 306/3432) nexus-db-model tests::test_ipv6_net_random_subnet
61202026-09-11T20:22:17.908Z PASS [ 0.030s] ( 307/3432) nexus-db-model tests::test_roles_database_strings
61212026-09-11T20:22:17.920Z PASS [ 0.028s] ( 308/3432) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
61222026-09-11T20:22:17.928Z PASS [ 0.029s] ( 309/3432) nexus-db-model typed_uuid::tests::test_compare_consistency
61232026-09-11T20:22:17.936Z PASS [ 0.028s] ( 310/3432) nexus-db-model typed_uuid::tests::test_hash_equality
61242026-09-11T20:22:17.949Z PASS [ 0.029s] ( 311/3432) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
61252026-09-11T20:22:17.971Z PASS [ 0.034s] ( 312/3432) nexus-db-model vmm_state::tests::test_from_str_roundtrips
61262026-09-11T20:22:17.971Z PASS [ 0.043s] ( 313/3432) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
61272026-09-11T20:22:17.980Z PASS [ 0.031s] ( 314/3432) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
61282026-09-11T20:22:17.999Z PASS [ 0.028s] ( 315/3432) nexus-db-model vmm_state::tests::test_terminal_states_consistent
61292026-09-11T20:22:19.762Z PASS [ 2.759s] ( 316/3432) nexus-db-lookup::integration lookup::test_lookup
61302026-09-11T20:22:19.906Z PASS [ 19.481s] ( 317/3432) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
61312026-09-11T20:22:19.951Z PASS [ 19.526s] ( 318/3432) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
61322026-09-11T20:22:20.727Z PASS [ 2.754s] ( 319/3432) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
61332026-09-11T20:22:20.992Z PASS [ 3.011s] ( 320/3432) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
61342026-09-11T20:22:21.100Z PASS [ 3.100s] ( 321/3432) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
61352026-09-11T20:22:22.478Z PASS [ 2.721s] ( 322/3432) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
61362026-09-11T20:22:22.834Z PASS [ 2.883s] ( 323/3432) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
61372026-09-11T20:22:22.887Z PASS [ 2.983s] ( 324/3432) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
61382026-09-11T20:22:23.182Z PASS [ 22.759s] ( 325/3432) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
61392026-09-11T20:22:23.193Z PASS [ 22.772s] ( 326/3432) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
61402026-09-11T20:22:23.230Z PASS [ 0.049s] ( 327/3432) nexus-db-queries db::collection_attach::test::test_verify_query
61412026-09-11T20:22:23.693Z PASS [ 23.270s] ( 328/3432) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
61422026-09-11T20:22:23.805Z PASS [ 23.385s] ( 329/3432) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
61432026-09-11T20:22:23.828Z PASS [ 3.102s] ( 330/3432) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
61442026-09-11T20:22:24.003Z PASS [ 3.012s] ( 331/3432) nexus-db-queries db::collection_attach::test::test_attach_once
61452026-09-11T20:22:24.072Z PASS [ 2.972s] ( 332/3432) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
61462026-09-11T20:22:24.120Z PASS [ 0.048s] ( 333/3432) nexus-db-queries db::collection_detach::test::test_verify_query
61472026-09-11T20:22:24.523Z PASS [ 24.099s] ( 334/3432) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61482026-09-11T20:22:24.679Z PASS [ 24.266s] ( 335/3432) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61492026-09-11T20:22:24.701Z PASS [ 24.287s] ( 336/3432) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
61502026-09-11T20:22:25.307Z PASS [ 24.888s] ( 337/3432) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61512026-09-11T20:22:25.388Z PASS [ 2.910s] ( 338/3432) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
61522026-09-11T20:22:25.525Z PASS [ 25.111s] ( 339/3432) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61532026-09-11T20:22:25.834Z PASS [ 25.420s] ( 340/3432) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61542026-09-11T20:22:25.949Z PASS [ 3.115s] ( 341/3432) nexus-db-queries db::collection_attach::test::test_attach_with_filters
61552026-09-11T20:22:25.952Z PASS [ 3.064s] ( 342/3432) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
61562026-09-11T20:22:26.046Z PASS [ 0.096s] ( 343/3432) nexus-db-queries db::collection_detach_many::test::test_verify_query
61572026-09-11T20:22:26.049Z PASS [ 2.814s] ( 344/3432) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
61582026-09-11T20:22:26.052Z PASS [ 2.859s] ( 345/3432) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
61592026-09-11T20:22:26.165Z PASS [ 0.113s] ( 346/3432) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61602026-09-11T20:22:26.172Z PASS [ 0.127s] ( 347/3432) nexus-db-queries db::collection_insert::test::test_verify_query
61612026-09-11T20:22:26.223Z PASS [ 0.057s] ( 348/3432) nexus-db-queries db::column_walker::test::test_walk_columns
61622026-09-11T20:22:26.231Z PASS [ 0.058s] ( 349/3432) nexus-db-queries db::column_walker::test::test_walk_table
61632026-09-11T20:22:26.466Z PASS [ 26.045s] ( 350/3432) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61642026-09-11T20:22:26.479Z PASS [ 2.785s] ( 351/3432) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
61652026-09-11T20:22:26.729Z PASS [ 2.924s] ( 352/3432) nexus-db-queries db::collection_detach::test::test_detach_once
61662026-09-11T20:22:26.816Z PASS [ 2.988s] ( 353/3432) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61672026-09-11T20:22:26.965Z PASS [ 2.844s] ( 354/3432) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61682026-09-11T20:22:26.965Z PASS [ 2.961s] ( 355/3432) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61692026-09-11T20:22:27.198Z PASS [ 26.774s] ( 356/3432) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61702026-09-11T20:22:27.379Z PASS [ 2.856s] ( 357/3432) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61712026-09-11T20:22:27.662Z PASS [ 2.983s] ( 358/3432) nexus-db-queries db::collection_detach_many::test::test_detach_many
61722026-09-11T20:22:27.673Z PASS [ 2.972s] ( 359/3432) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61732026-09-11T20:22:28.024Z PASS [ 2.717s] ( 360/3432) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61742026-09-11T20:22:28.238Z PASS [ 2.850s] ( 361/3432) nexus-db-queries db::collection_detach_many::test::test_detach_once
61752026-09-11T20:22:28.395Z PASS [ 2.870s] ( 362/3432) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61762026-09-11T20:22:28.702Z PASS [ 2.747s] ( 363/3432) nexus-db-queries db::collection_insert::test::test_collection_not_present
61772026-09-11T20:22:28.840Z PASS [ 3.006s] ( 364/3432) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61782026-09-11T20:22:28.906Z PASS [ 2.862s] ( 365/3432) nexus-db-queries db::collection_insert::test::test_collection_present
61792026-09-11T20:22:29.552Z PASS [ 29.138s] ( 366/3432) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
61802026-09-11T20:22:30.006Z PASS [ 29.583s] ( 367/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61812026-09-11T20:22:30.316Z PASS [ 4.094s] ( 368/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61822026-09-11T20:22:30.557Z PASS [ 4.326s] ( 369/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61832026-09-11T20:22:30.705Z PASS [ 4.226s] ( 370/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61842026-09-11T20:22:31.025Z PASS [ 4.295s] ( 371/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61852026-09-11T20:22:31.191Z PASS [ 4.226s] ( 372/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61862026-09-11T20:22:31.212Z PASS [ 4.013s] ( 373/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61872026-09-11T20:22:31.594Z PASS [ 4.214s] ( 374/3432) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61882026-09-11T20:22:31.733Z PASS [ 4.917s] ( 375/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61892026-09-11T20:22:31.747Z PASS [ 4.782s] ( 376/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
61902026-09-11T20:22:32.017Z PASS [ 4.343s] ( 377/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61912026-09-11T20:22:32.123Z PASS [ 4.458s] ( 378/3432) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61922026-09-11T20:22:32.395Z PASS [ 4.371s] ( 379/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61932026-09-11T20:22:32.414Z PASS [ 32.000s] ( 380/3432) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61942026-09-11T20:22:32.440Z PASS [ 32.026s] ( 381/3432) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61952026-09-11T20:22:32.691Z PASS [ 6.225s] ( 382/3432) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
61962026-09-11T20:22:32.766Z PASS [ 4.371s] ( 383/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61972026-09-11T20:22:33.183Z PASS [ 4.484s] ( 384/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61982026-09-11T20:22:33.262Z PASS [ 4.356s] ( 385/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
61992026-09-11T20:22:33.765Z PASS [ 4.925s] ( 386/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
62002026-09-11T20:22:33.913Z PASS [ 2.701s] ( 387/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
62012026-09-11T20:22:34.073Z PASS [ 4.067s] ( 388/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
62022026-09-11T20:22:34.302Z PASS [ 3.986s] ( 389/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
62032026-09-11T20:22:34.351Z PASS [ 6.113s] ( 390/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
62042026-09-11T20:22:34.370Z PASS [ 2.775s] ( 391/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
62052026-09-11T20:22:34.402Z PASS [ 4.851s] ( 392/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
62062026-09-11T20:22:34.570Z PASS [ 2.837s] ( 393/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
62072026-09-11T20:22:34.584Z PASS [ 2.838s] ( 394/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
62082026-09-11T20:22:34.728Z PASS [ 2.711s] ( 395/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
62092026-09-11T20:22:34.814Z PASS [ 2.694s] ( 396/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
62102026-09-11T20:22:34.901Z PASS [ 4.344s] ( 397/3432) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
62112026-09-11T20:22:35.026Z PASS [ 3.835s] ( 398/3432) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
62122026-09-11T20:22:35.166Z PASS [ 2.771s] ( 399/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
62132026-09-11T20:22:35.191Z PASS [ 2.777s] ( 400/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
62142026-09-11T20:22:35.196Z PASS [ 2.756s] ( 401/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
62152026-09-11T20:22:35.321Z PASS [ 2.630s] ( 402/3432) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
62162026-09-11T20:22:35.337Z PASS [ 34.923s] ( 403/3432) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62172026-09-11T20:22:35.431Z PASS [ 35.011s] ( 404/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
62182026-09-11T20:22:36.181Z PASS [ 5.476s] ( 405/3432) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
62192026-09-11T20:22:36.321Z PASS [ 5.296s] ( 406/3432) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
62202026-09-11T20:22:36.511Z PASS [ 3.745s] ( 407/3432) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
62212026-09-11T20:22:36.864Z PASS [ 2.791s] ( 408/3432) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
62222026-09-11T20:22:36.874Z PASS [ 3.691s] ( 409/3432) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
62232026-09-11T20:22:36.982Z PASS [ 3.719s] ( 410/3432) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
62242026-09-11T20:22:37.411Z PASS [ 36.993s] ( 411/3432) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
62252026-09-11T20:22:37.588Z PASS [ 3.823s] ( 412/3432) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
62262026-09-11T20:22:37.684Z PASS [ 3.771s] ( 413/3432) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
62272026-09-11T20:22:38.135Z PASS [ 3.733s] ( 414/3432) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
62282026-09-11T20:22:38.211Z PASS [ 3.859s] ( 415/3432) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
62292026-09-11T20:22:38.270Z PASS [ 37.855s] ( 416/3432) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62302026-09-11T20:22:38.311Z PASS [ 4.009s] ( 417/3432) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
62312026-09-11T20:22:38.400Z PASS [ 4.032s] ( 418/3432) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
62322026-09-11T20:22:38.465Z PASS [ 3.896s] ( 419/3432) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
62332026-09-11T20:22:38.488Z PASS [ 3.902s] ( 420/3432) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
62342026-09-11T20:22:38.822Z PASS [ 4.008s] ( 421/3432) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
62352026-09-11T20:22:38.831Z PASS [ 4.104s] ( 422/3432) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
62362026-09-11T20:22:38.854Z PASS [ 3.953s] ( 423/3432) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
62372026-09-11T20:22:38.866Z PASS [ 3.840s] ( 424/3432) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
62382026-09-11T20:22:38.973Z PASS [ 3.807s] ( 425/3432) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
62392026-09-11T20:22:39.077Z PASS [ 3.885s] ( 426/3432) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
62402026-09-11T20:22:39.089Z PASS [ 3.893s] ( 427/3432) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
62412026-09-11T20:22:39.175Z PASS [ 1.040s] ( 428/3432) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
62422026-09-11T20:22:39.247Z PASS [ 3.909s] ( 429/3432) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
62432026-09-11T20:22:39.263Z PASS [ 3.941s] ( 430/3432) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
62442026-09-11T20:22:39.272Z PASS [ 1.061s] ( 431/3432) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
62452026-09-11T20:22:39.457Z PASS [ 4.025s] ( 432/3432) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
62462026-09-11T20:22:39.668Z PASS [ 2.687s] ( 433/3432) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
62472026-09-11T20:22:39.886Z PASS [ 0.797s] ( 434/3432) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
62482026-09-11T20:22:39.983Z PASS [ 0.808s] ( 435/3432) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
62492026-09-11T20:22:40.045Z PASS [ 3.864s] ( 436/3432) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
62502026-09-11T20:22:40.248Z PASS [ 0.985s] ( 437/3432) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
62512026-09-11T20:22:40.306Z PASS [ 3.985s] ( 438/3432) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
62522026-09-11T20:22:40.415Z PASS [ 2.826s] ( 439/3432) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
62532026-09-11T20:22:40.505Z PASS [ 3.993s] ( 440/3432) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
62542026-09-11T20:22:40.826Z PASS [ 3.962s] ( 441/3432) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
62552026-09-11T20:22:40.910Z PASS [ 3.500s] ( 442/3432) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
62562026-09-11T20:22:41.059Z PASS [ 4.184s] ( 443/3432) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
62572026-09-11T20:22:41.148Z PASS [ 2.836s] ( 444/3432) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
62582026-09-11T20:22:41.160Z PASS [ 0.250s] ( 445/3432) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
62592026-09-11T20:22:41.163Z PASS [ 3.478s] ( 446/3432) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
62602026-09-11T20:22:41.177Z PASS [ 2.908s] ( 447/3432) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
62612026-09-11T20:22:41.365Z PASS [ 2.899s] ( 448/3432) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
62622026-09-11T20:22:41.387Z PASS [ 2.987s] ( 449/3432) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
62632026-09-11T20:22:41.393Z PASS [ 2.906s] ( 450/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
62642026-09-11T20:22:41.699Z PASS [ 2.868s] ( 451/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
62652026-09-11T20:22:41.707Z PASS [ 2.852s] ( 452/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
62662026-09-11T20:22:41.789Z PASS [ 2.923s] ( 453/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
62672026-09-11T20:22:41.789Z PASS [ 2.967s] ( 454/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
62682026-09-11T20:22:41.799Z PASS [ 2.825s] ( 455/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
62692026-09-11T20:22:41.937Z PASS [ 2.860s] ( 456/3432) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
62702026-09-11T20:22:41.942Z PASS [ 2.666s] ( 457/3432) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
62712026-09-11T20:22:42.189Z PASS [ 2.732s] ( 458/3432) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
62722026-09-11T20:22:42.362Z PASS [ 2.691s] ( 459/3432) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
62732026-09-11T20:22:42.543Z PASS [ 2.656s] ( 460/3432) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
62742026-09-11T20:22:42.662Z PASS [ 2.678s] ( 461/3432) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
62752026-09-11T20:22:42.662Z PASS [ 2.616s] ( 462/3432) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
62762026-09-11T20:22:42.742Z PASS [ 0.081s] ( 463/3432) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
62772026-09-11T20:22:42.822Z PASS [ 2.575s] ( 464/3432) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
62782026-09-11T20:22:42.935Z PASS [ 3.686s] ( 465/3432) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
62792026-09-11T20:22:43.535Z PASS [ 2.476s] ( 466/3432) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
62802026-09-11T20:22:44.372Z PASS [ 3.867s] ( 467/3432) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
62812026-09-11T20:22:44.538Z PASS [ 4.094s] ( 468/3432) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
62822026-09-11T20:22:44.705Z PASS [ 3.878s] ( 469/3432) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
62832026-09-11T20:22:44.761Z PASS [ 0.251s] ( 470/3432) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
62842026-09-11T20:22:44.762Z PASS [ 4.454s] ( 471/3432) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
62852026-09-11T20:22:45.051Z PASS [ 0.290s] ( 472/3432) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
62862026-09-11T20:22:45.055Z PASS [ 0.346s] ( 473/3432) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
62872026-09-11T20:22:45.055Z PASS [ 3.658s] ( 474/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
62882026-09-11T20:22:45.068Z PASS [ 0.306s] ( 475/3432) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
62892026-09-11T20:22:45.113Z PASS [ 3.726s] ( 476/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
62902026-09-11T20:22:45.147Z PASS [ 3.999s] ( 477/3432) nexus-db-queries db::datastore::deployment::tests::test_blueprint_zone_requires_exactly_one_external_ip
62912026-09-11T20:22:45.289Z PASS [ 4.127s] ( 478/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_target_delete_up_to
62922026-09-11T20:22:45.425Z PASS [ 3.725s] ( 479/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
62932026-09-11T20:22:45.562Z PASS [ 4.197s] ( 480/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_target_list_page
62942026-09-11T20:22:45.809Z PASS [ 4.018s] ( 481/3432) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
62952026-09-11T20:22:45.978Z PASS [ 4.816s] ( 482/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable
62962026-09-11T20:22:46.061Z PASS [ 4.262s] ( 483/3432) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
62972026-09-11T20:22:46.165Z PASS [ 4.184s] ( 484/3432) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
62982026-09-11T20:22:46.306Z PASS [ 4.110s] ( 485/3432) nexus-db-queries db::datastore::deployment::tests::test_set_target
62992026-09-11T20:22:46.357Z PASS [ 4.535s] ( 486/3432) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63002026-09-11T20:22:46.561Z PASS [ 4.852s] ( 487/3432) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
63012026-09-11T20:22:46.579Z PASS [ 3.911s] ( 488/3432) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
63022026-09-11T20:22:46.654Z PASS [ 4.292s] ( 489/3432) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
63032026-09-11T20:22:46.702Z PASS [ 4.156s] ( 490/3432) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63042026-09-11T20:22:46.788Z PASS [ 3.842s] ( 491/3432) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
63052026-09-11T20:22:46.938Z PASS [ 4.164s] ( 492/3432) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
63062026-09-11T20:22:47.432Z PASS [ 4.609s] ( 493/3432) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
63072026-09-11T20:22:47.534Z PASS [ 5.595s] ( 494/3432) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
63082026-09-11T20:22:47.664Z PASS [ 2.613s] ( 495/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
63092026-09-11T20:22:47.718Z PASS [ 2.668s] ( 496/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
63102026-09-11T20:22:47.718Z PASS [ 4.183s] ( 497/3432) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
63112026-09-11T20:22:47.723Z PASS [ 2.608s] ( 498/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
63122026-09-11T20:22:47.723Z PASS [ 2.670s] ( 499/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
63132026-09-11T20:22:47.746Z PASS [ 2.598s] ( 500/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
63142026-09-11T20:22:47.760Z PASS [ 2.694s] ( 501/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
63152026-09-11T20:22:47.795Z PASS [ 2.508s] ( 502/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
63162026-09-11T20:22:47.859Z PASS [ 2.433s] ( 503/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
63172026-09-11T20:22:47.887Z PASS [ 0.224s] ( 504/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
63182026-09-11T20:22:47.927Z PASS [ 2.365s] ( 505/3432) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
63192026-09-11T20:22:48.047Z PASS [ 0.328s] ( 506/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
63202026-09-11T20:22:48.086Z PASS [ 3.706s] ( 507/3432) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
63212026-09-11T20:22:48.120Z PASS [ 2.312s] ( 508/3432) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
63222026-09-11T20:22:48.502Z PASS [ 2.523s] ( 509/3432) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
63232026-09-11T20:22:49.607Z PASS [ 3.545s] ( 510/3432) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
63242026-09-11T20:22:49.682Z PASS [ 3.559s] ( 511/3432) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
63252026-09-11T20:22:49.894Z PASS [ 3.569s] ( 512/3432) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
63262026-09-11T20:22:49.906Z PASS [ 3.607s] ( 513/3432) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
63272026-09-11T20:22:50.137Z PASS [ 3.561s] ( 514/3432) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
63282026-09-11T20:22:50.207Z PASS [ 49.792s] ( 515/3432) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63292026-09-11T20:22:50.252Z PASS [ 3.600s] ( 516/3432) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
63302026-09-11T20:22:50.293Z PASS [ 3.735s] ( 517/3432) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
63312026-09-11T20:22:50.347Z PASS [ 9.169s] ( 518/3432) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable_dups
63322026-09-11T20:22:50.350Z PASS [ 3.648s] ( 519/3432) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
63332026-09-11T20:22:50.925Z PASS [ 4.150s] ( 520/3432) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
63342026-09-11T20:22:51.605Z PASS [ 4.173s] ( 521/3432) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
63352026-09-11T20:22:51.627Z PASS [ 4.718s] ( 522/3432) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
63362026-09-11T20:22:51.774Z PASS [ 4.052s] ( 523/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
63372026-09-11T20:22:51.926Z PASS [ 4.180s] ( 524/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
63382026-09-11T20:22:51.931Z PASS [ 4.210s] ( 525/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
63392026-09-11T20:22:51.946Z PASS [ 4.225s] ( 526/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
63402026-09-11T20:22:52.001Z PASS [ 4.144s] ( 527/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
63412026-09-11T20:22:52.020Z PASS [ 4.090s] ( 528/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
63422026-09-11T20:22:52.062Z PASS [ 4.174s] ( 529/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
63432026-09-11T20:22:52.072Z PASS [ 3.991s] ( 530/3432) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
63442026-09-11T20:22:52.133Z PASS [ 4.373s] ( 531/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
63452026-09-11T20:22:52.136Z PASS [ 4.600s] ( 532/3432) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
63462026-09-11T20:22:52.216Z PASS [ 4.421s] ( 533/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
63472026-09-11T20:22:52.226Z PASS [ 4.180s] ( 534/3432) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
63482026-09-11T20:22:52.252Z PASS [ 4.133s] ( 535/3432) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
63492026-09-11T20:22:52.636Z PASS [ 4.032s] ( 536/3432) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
63502026-09-11T20:22:53.638Z PASS [ 3.957s] ( 537/3432) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
63512026-09-11T20:22:53.711Z PASS [ 4.101s] ( 538/3432) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
63522026-09-11T20:22:53.936Z PASS [ 4.029s] ( 539/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
63532026-09-11T20:22:53.967Z PASS [ 3.673s] ( 540/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
63542026-09-11T20:22:53.973Z PASS [ 3.837s] ( 541/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
63552026-09-11T20:22:53.982Z PASS [ 3.626s] ( 542/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
63562026-09-11T20:22:54.050Z PASS [ 4.156s] ( 543/3432) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
63572026-09-11T20:22:54.083Z PASS [ 3.877s] ( 544/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
63582026-09-11T20:22:54.092Z PASS [ 3.840s] ( 545/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
63592026-09-11T20:22:54.138Z PASS [ 3.783s] ( 546/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
63602026-09-11T20:22:54.293Z PASS [ 0.243s] ( 547/3432) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
63612026-09-11T20:22:54.385Z PASS [ 0.295s] ( 548/3432) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
63622026-09-11T20:22:54.517Z PASS [ 0.424s] ( 549/3432) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
63632026-09-11T20:22:54.755Z PASS [ 3.830s] ( 550/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
63642026-09-11T20:22:55.327Z PASS [ 3.719s] ( 551/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
63652026-09-11T20:22:55.498Z PASS [ 3.873s] ( 552/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
63662026-09-11T20:22:55.631Z PASS [ 3.792s] ( 553/3432) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
63672026-09-11T20:22:55.700Z PASS [ 3.682s] ( 554/3432) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
63682026-09-11T20:22:55.780Z PASS [ 3.778s] ( 555/3432) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
63692026-09-11T20:22:55.863Z PASS [ 3.937s] ( 556/3432) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
63702026-09-11T20:22:55.998Z PASS [ 4.070s] ( 557/3432) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
63712026-09-11T20:22:56.015Z PASS [ 3.954s] ( 558/3432) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
63722026-09-11T20:22:56.026Z PASS [ 4.071s] ( 559/3432) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
63732026-09-11T20:22:56.034Z PASS [ 3.952s] ( 560/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
63742026-09-11T20:22:56.127Z PASS [ 3.993s] ( 561/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
63752026-09-11T20:22:56.134Z PASS [ 3.881s] ( 562/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
63762026-09-11T20:22:56.138Z PASS [ 3.913s] ( 563/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
63772026-09-11T20:22:56.160Z PASS [ 3.944s] ( 564/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
63782026-09-11T20:22:56.179Z PASS [ 4.042s] ( 565/3432) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
63792026-09-11T20:22:56.419Z PASS [ 0.241s] ( 566/3432) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
63802026-09-11T20:22:56.547Z PASS [ 4.013s] ( 567/3432) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
63812026-09-11T20:22:56.699Z PASS [ 2.567s] ( 568/3432) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
63822026-09-11T20:22:56.762Z PASS [ 2.468s] ( 569/3432) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
63832026-09-11T20:22:56.922Z PASS [ 0.225s] ( 570/3432) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
63842026-09-11T20:22:56.936Z PASS [ 2.415s] ( 571/3432) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
63852026-09-11T20:22:57.001Z PASS [ 2.620s] ( 572/3432) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
63862026-09-11T20:22:57.167Z PASS [ 2.411s] ( 573/3432) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
63872026-09-11T20:22:57.490Z PASS [ 3.851s] ( 574/3432) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
63882026-09-11T20:22:57.582Z PASS [ 3.874s] ( 575/3432) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
63892026-09-11T20:22:57.685Z PASS [ 3.749s] ( 576/3432) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
63902026-09-11T20:22:57.783Z PASS [ 3.810s] ( 577/3432) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
63912026-09-11T20:22:57.829Z PASS [ 3.862s] ( 578/3432) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
63922026-09-11T20:22:57.957Z PASS [ 3.984s] ( 579/3432) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
63932026-09-11T20:22:58.165Z PASS [ 57.738s] ( 580/3432) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63942026-09-11T20:22:59.193Z PASS [ 2.774s] ( 581/3432) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
63952026-09-11T20:22:59.247Z PASS [ 3.682s] ( 582/3432) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
63962026-09-11T20:22:59.644Z PASS [ 3.863s] ( 583/3432) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
63972026-09-11T20:22:59.800Z PASS [ 3.802s] ( 584/3432) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
63982026-09-11T20:22:59.800Z PASS [ 3.937s] ( 585/3432) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
63992026-09-11T20:22:59.812Z PASS [ 4.111s] ( 586/3432) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
64002026-09-11T20:22:59.939Z PASS [ 3.923s] ( 587/3432) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
64012026-09-11T20:22:59.981Z PASS [ 3.962s] ( 588/3432) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
64022026-09-11T20:23:00.131Z PASS [ 3.969s] ( 589/3432) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
64032026-09-11T20:23:00.161Z PASS [ 4.662s] ( 590/3432) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
64042026-09-11T20:23:00.415Z PASS [ 4.287s] ( 591/3432) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
64052026-09-11T20:23:00.424Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
64062026-09-11T20:23:00.432Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64072026-09-11T20:23:00.461Z PASS [ 4.436s] ( 592/3432) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
64082026-09-11T20:23:00.499Z PASS [ 4.365s] ( 593/3432) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
64092026-09-11T20:23:00.499Z PASS [ 4.360s] ( 594/3432) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
64102026-09-11T20:23:00.610Z PASS [ 4.046s] ( 595/3432) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
64112026-09-11T20:23:00.866Z PASS [ 4.105s] ( 596/3432) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
64122026-09-11T20:23:01.073Z PASS [ 4.141s] ( 597/3432) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
64132026-09-11T20:23:01.092Z PASS [ 4.170s] ( 598/3432) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
64142026-09-11T20:23:01.420Z PASS [ 4.247s] ( 599/3432) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64152026-09-11T20:23:02.080Z PASS [ 4.590s] ( 600/3432) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64162026-09-11T20:23:02.182Z PASS [ 4.311s] ( 601/3432) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64172026-09-11T20:23:02.186Z PASS [ 4.594s] ( 602/3432) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64182026-09-11T20:23:02.193Z PASS [ 4.407s] ( 603/3432) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64192026-09-11T20:23:02.308Z PASS [ 4.344s] ( 604/3432) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64202026-09-11T20:23:02.369Z PASS [ 4.683s] ( 605/3432) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64212026-09-11T20:23:02.485Z PASS [ 4.323s] ( 606/3432) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64222026-09-11T20:23:03.181Z PASS [ 6.179s] ( 607/3432) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64232026-09-11T20:23:03.571Z PASS [ 4.379s] ( 608/3432) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
64242026-09-11T20:23:03.989Z PASS [ 3.974s] ( 609/3432) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
64252026-09-11T20:23:04.063Z PASS [ 4.719s] ( 610/3432) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64262026-09-11T20:23:04.063Z PASS [ 2.933s] ( 611/3432) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
64272026-09-11T20:23:04.072Z PASS [ 2.971s] ( 612/3432) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
64282026-09-11T20:23:04.093Z PASS [ 4.293s] ( 613/3432) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64292026-09-11T20:23:04.133Z PASS [ 4.188s] ( 614/3432) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
64302026-09-11T20:23:04.140Z PASS [ 4.329s] ( 615/3432) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
64312026-09-11T20:23:04.149Z PASS [ 4.505s] ( 616/3432) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
64322026-09-11T20:23:04.345Z PASS [ 0.281s] ( 617/3432) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
64332026-09-11T20:23:04.355Z PASS [ 0.262s] ( 618/3432) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
64342026-09-11T20:23:04.393Z PASS [ 0.265s] ( 619/3432) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
64352026-09-11T20:23:04.564Z PASS [ 3.143s] ( 620/3432) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
64362026-09-11T20:23:04.636Z PASS [ 4.506s] ( 621/3432) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64372026-09-11T20:23:05.199Z PASS [ 4.740s] ( 622/3432) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64382026-09-11T20:23:05.206Z PASS [ 3.121s] ( 623/3432) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
64392026-09-11T20:23:05.258Z PASS [ 5.458s] ( 624/3432) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
64402026-09-11T20:23:05.280Z PASS [ 4.687s] ( 625/3432) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
64412026-09-11T20:23:05.297Z PASS [ 4.797s] ( 626/3432) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
64422026-09-11T20:23:05.316Z PASS [ 4.902s] ( 627/3432) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
64432026-09-11T20:23:05.386Z PASS [ 4.520s] ( 628/3432) nexus-db-queries db::datastore::inventory::test::test_zone_with_multiple_external_ips_round_trips_through_database
64442026-09-11T20:23:05.436Z PASS [ 4.937s] ( 629/3432) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
64452026-09-11T20:23:06.432Z PASS [ 4.291s] ( 630/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
64462026-09-11T20:23:06.522Z PASS [ 4.345s] ( 631/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
64472026-09-11T20:23:06.651Z PASS [ 4.460s] ( 632/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
64482026-09-11T20:23:06.705Z PASS [ 4.404s] ( 633/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
64492026-09-11T20:23:06.910Z PASS [ 4.425s] ( 634/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
64502026-09-11T20:23:06.910Z PASS [ 4.542s] ( 635/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
64512026-09-11T20:23:07.281Z PASS [ 7.111s] ( 636/3432) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64522026-09-11T20:23:07.551Z PASS [ 4.369s] ( 637/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
64532026-09-11T20:23:08.198Z PASS [ 4.627s] ( 638/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
64542026-09-11T20:23:08.198Z PASS [ 4.244s] ( 639/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
64552026-09-11T20:23:08.257Z PASS [ 4.250s] ( 640/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
64562026-09-11T20:23:08.291Z PASS [ 4.325s] ( 641/3432) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
64572026-09-11T20:23:08.357Z PASS [ 4.207s] ( 642/3432) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
64582026-09-11T20:23:09.047Z PASS [ 4.484s] ( 643/3432) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
64592026-09-11T20:23:09.082Z PASS [ 4.722s] ( 644/3432) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
64602026-09-11T20:23:09.094Z PASS [ 4.686s] ( 645/3432) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
64612026-09-11T20:23:09.195Z PASS [ 4.523s] ( 646/3432) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
64622026-09-11T20:23:13.604Z PASS [ 4.979s] ( 647/3432) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64632026-09-11T20:23:13.763Z PASS [ 4.212s] ( 648/3432) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
64642026-09-11T20:23:13.763Z PASS [ 4.368s] ( 649/3432) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
64652026-09-11T20:23:13.764Z PASS [ 5.621s] ( 650/3432) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
64662026-09-11T20:23:13.764Z PASS [ 4.522s] ( 651/3432) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
64672026-09-11T20:23:13.764Z PASS [ 4.662s] ( 652/3432) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
64682026-09-11T20:23:13.764Z PASS [ 4.643s] ( 653/3432) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
64692026-09-11T20:23:13.764Z PASS [ 4.772s] ( 654/3432) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
64702026-09-11T20:23:13.764Z PASS [ 4.735s] ( 655/3432) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
64712026-09-11T20:23:13.764Z PASS [ 4.822s] ( 656/3432) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
64722026-09-11T20:23:13.764Z PASS [ 4.488s] ( 657/3432) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
64732026-09-11T20:23:13.764Z PASS [ 4.424s] ( 658/3432) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
64742026-09-11T20:23:13.764Z PASS [ 4.415s] ( 659/3432) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
64752026-09-11T20:23:13.764Z PASS [ 4.617s] ( 660/3432) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
64762026-09-11T20:23:13.764Z PASS [ 4.564s] ( 661/3432) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
64772026-09-11T20:23:13.764Z PASS [ 4.781s] ( 662/3432) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
64782026-09-11T20:23:13.764Z PASS [ 4.595s] ( 663/3432) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
64792026-09-11T20:23:13.765Z PASS [ 4.446s] ( 664/3432) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64802026-09-11T20:23:13.765Z PASS [ 4.425s] ( 665/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
64812026-09-11T20:23:13.765Z PASS [ 4.424s] ( 666/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
64822026-09-11T20:23:13.825Z PASS [ 4.915s] ( 667/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
64832026-09-11T20:23:13.825Z PASS [ 4.817s] ( 668/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
64842026-09-11T20:23:13.826Z PASS [ 4.373s] ( 669/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
64852026-09-11T20:23:13.826Z PASS [ 4.397s] ( 670/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
64862026-09-11T20:23:13.826Z PASS [ 4.399s] ( 671/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
64872026-09-11T20:23:13.826Z PASS [ 5.482s] ( 672/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
64882026-09-11T20:23:13.826Z PASS [ 4.676s] ( 673/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
64892026-09-11T20:23:13.849Z PASS [ 4.473s] ( 674/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
64902026-09-11T20:23:14.173Z PASS [ 4.051s] ( 675/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
64912026-09-11T20:23:14.211Z PASS [ 4.645s] ( 676/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
64922026-09-11T20:23:14.256Z PASS [ 4.494s] ( 677/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
64932026-09-11T20:23:14.269Z PASS [ 4.799s] ( 678/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
64942026-09-11T20:23:14.376Z PASS [ 4.573s] ( 679/3432) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
64952026-09-11T20:23:14.830Z PASS [ 4.872s] ( 680/3432) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
64962026-09-11T20:23:15.070Z PASS [ 5.111s] ( 681/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
64972026-09-11T20:23:15.176Z PASS [ 5.201s] ( 682/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
64982026-09-11T20:23:15.292Z PASS [ 19.968s] ( 683/3432) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
64992026-09-11T20:23:15.365Z PASS [ 5.107s] ( 684/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
65002026-09-11T20:23:15.866Z PASS [ 4.946s] ( 685/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
65012026-09-11T20:23:16.077Z PASS [ 5.131s] ( 686/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
65022026-09-11T20:23:16.115Z PASS [ 4.794s] ( 687/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
65032026-09-11T20:23:16.177Z PASS [ 5.110s] ( 688/3432) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
65042026-09-11T20:23:16.672Z PASS [ 5.198s] ( 689/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
65052026-09-11T20:23:16.913Z PASS [ 5.222s] ( 690/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
65062026-09-11T20:23:16.913Z PASS [ 4.921s] ( 691/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
65072026-09-11T20:23:16.934Z PASS [ 5.066s] ( 692/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
65082026-09-11T20:23:17.600Z PASS [ 4.918s] ( 693/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
65092026-09-11T20:23:17.662Z PASS [ 4.946s] ( 694/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
65102026-09-11T20:23:17.800Z PASS [ 4.045s] ( 695/3432) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
65112026-09-11T20:23:17.959Z PASS [ 4.770s] ( 696/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
65122026-09-11T20:23:18.119Z PASS [ 5.006s] ( 697/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
65132026-09-11T20:23:18.330Z PASS [ 4.533s] ( 698/3432) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
65142026-09-11T20:23:18.404Z PASS [ 4.930s] ( 699/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
65152026-09-11T20:23:18.546Z PASS [ 4.833s] ( 700/3432) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
65162026-09-11T20:23:18.575Z PASS [ 5.001s] ( 701/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
65172026-09-11T20:23:18.597Z PASS [ 5.182s] ( 702/3432) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
65182026-09-11T20:23:18.985Z PASS [ 4.812s] ( 703/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
65192026-09-11T20:23:18.993Z PASS [ 4.781s] ( 704/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
65202026-09-11T20:23:19.117Z PASS [ 4.848s] ( 705/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
65212026-09-11T20:23:19.133Z PASS [ 4.877s] ( 706/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
65222026-09-11T20:23:19.200Z PASS [ 4.824s] ( 707/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
65232026-09-11T20:23:19.286Z PASS [ 3.993s] ( 708/3432) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
65242026-09-11T20:23:19.353Z PASS [ 4.177s] ( 709/3432) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
65252026-09-11T20:23:19.626Z PASS [ 4.795s] ( 710/3432) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
65262026-09-11T20:23:19.925Z PASS [ 4.058s] ( 711/3432) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65272026-09-11T20:23:19.974Z PASS [ 0.049s] ( 712/3432) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
65282026-09-11T20:23:19.996Z PASS [ 4.630s] ( 713/3432) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65292026-09-11T20:23:20.020Z PASS [ 0.046s] ( 714/3432) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
65302026-09-11T20:23:20.067Z PASS [ 0.047s] ( 715/3432) nexus-db-queries db::datastore::region::test::test_extent_count
65312026-09-11T20:23:20.158Z PASS [ 3.981s] ( 716/3432) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65322026-09-11T20:23:20.245Z PASS [ 5.173s] ( 717/3432) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
65332026-09-11T20:23:20.602Z PASS [ 4.524s] ( 718/3432) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65342026-09-11T20:23:20.887Z PASS [ 3.973s] ( 719/3432) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65352026-09-11T20:23:20.915Z PASS [ 4.002s] ( 720/3432) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65362026-09-11T20:23:21.450Z PASS [ 4.517s] ( 721/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
65372026-09-11T20:23:21.735Z PASS [ 4.073s] ( 722/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65382026-09-11T20:23:21.777Z PASS [ 4.177s] ( 723/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65392026-09-11T20:23:21.985Z PASS [ 4.041s] ( 724/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65402026-09-11T20:23:22.014Z PASS [ 4.213s] ( 725/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
65412026-09-11T20:23:22.068Z PASS [ 3.949s] ( 726/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
65422026-09-11T20:23:22.346Z PASS [ 3.942s] ( 727/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
65432026-09-11T20:23:22.394Z PASS [ 4.063s] ( 728/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
65442026-09-11T20:23:22.763Z PASS [ 4.248s] ( 729/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
65452026-09-11T20:23:23.018Z PASS [ 4.025s] ( 730/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
65462026-09-11T20:23:23.145Z PASS [ 4.585s] ( 731/3432) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
65472026-09-11T20:23:23.354Z PASS [ 4.369s] ( 732/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65482026-09-11T20:23:23.358Z PASS [ 4.240s] ( 733/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
65492026-09-11T20:23:23.414Z PASS [ 4.281s] ( 734/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
65502026-09-11T20:23:23.598Z PASS [ 3.973s] ( 735/3432) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65512026-09-11T20:23:23.867Z PASS [ 4.666s] ( 736/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
65522026-09-11T20:23:23.993Z PASS [ 5.396s] ( 737/3432) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65532026-09-11T20:23:24.032Z PASS [ 3.965s] ( 738/3432) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65542026-09-11T20:23:24.093Z PASS [ 4.808s] ( 739/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65552026-09-11T20:23:24.115Z PASS [ 4.761s] ( 740/3432) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65562026-09-11T20:23:24.119Z PASS [ 3.959s] ( 741/3432) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65572026-09-11T20:23:24.134Z PASS [ 4.138s] ( 742/3432) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
65582026-09-11T20:23:24.164Z PASS [ 3.920s] ( 743/3432) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65592026-09-11T20:23:24.548Z PASS [ 3.945s] ( 744/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65602026-09-11T20:23:24.598Z PASS [ 0.050s] ( 745/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
65612026-09-11T20:23:24.651Z PASS [ 0.053s] ( 746/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
65622026-09-11T20:23:24.657Z PASS [ 3.742s] ( 747/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65632026-09-11T20:23:24.705Z PASS [ 3.818s] ( 748/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65642026-09-11T20:23:24.705Z PASS [ 0.054s] ( 749/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
65652026-09-11T20:23:24.710Z PASS [ 0.053s] ( 750/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
65662026-09-11T20:23:24.803Z PASS [ 0.098s] ( 751/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
65672026-09-11T20:23:24.803Z PASS [ 0.098s] ( 752/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
65682026-09-11T20:23:24.810Z PASS [ 0.099s] ( 753/3432) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
65692026-09-11T20:23:25.336Z PASS [ 3.886s] ( 754/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65702026-09-11T20:23:25.573Z PASS [ 9.457s] ( 755/3432) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65712026-09-11T20:23:25.670Z PASS [ 3.893s] ( 756/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
65722026-09-11T20:23:25.674Z PASS [ 3.936s] ( 757/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65732026-09-11T20:23:25.785Z PASS [ 3.800s] ( 758/3432) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
65742026-09-11T20:23:25.806Z PASS [ 3.793s] ( 759/3432) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65752026-09-11T20:23:25.830Z PASS [ 3.761s] ( 760/3432) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65762026-09-11T20:23:25.996Z PASS [ 3.650s] ( 761/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_reports_each_sled_outcome
65772026-09-11T20:23:26.272Z PASS [ 3.878s] ( 762/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_stops_at_first_error
65782026-09-11T20:23:26.480Z PASS [ 3.718s] ( 763/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
65792026-09-11T20:23:26.761Z PASS [ 3.743s] ( 764/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
65802026-09-11T20:23:26.941Z PASS [ 3.796s] ( 765/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
65812026-09-11T20:23:27.019Z PASS [ 3.661s] ( 766/3432) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65822026-09-11T20:23:27.060Z PASS [ 3.645s] ( 767/3432) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
65832026-09-11T20:23:27.176Z PASS [ 3.821s] ( 768/3432) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
65842026-09-11T20:23:27.407Z PASS [ 3.809s] ( 769/3432) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65852026-09-11T20:23:27.630Z PASS [ 3.763s] ( 770/3432) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
65862026-09-11T20:23:27.666Z PASS [ 3.672s] ( 771/3432) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65872026-09-11T20:23:27.855Z PASS [ 3.822s] ( 772/3432) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
65882026-09-11T20:23:27.974Z PASS [ 3.881s] ( 773/3432) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65892026-09-11T20:23:28.073Z PASS [ 3.958s] ( 774/3432) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65902026-09-11T20:23:28.119Z PASS [ 3.955s] ( 775/3432) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
65912026-09-11T20:23:28.156Z PASS [ 4.021s] ( 776/3432) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65922026-09-11T20:23:28.184Z PASS [ 4.067s] ( 777/3432) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
65932026-09-11T20:23:29.091Z PASS [ 4.286s] ( 778/3432) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65942026-09-11T20:23:29.125Z PASS [ 4.321s] ( 779/3432) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65952026-09-11T20:23:29.185Z PASS [ 4.375s] ( 780/3432) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65962026-09-11T20:23:29.575Z PASS [ 4.239s] ( 781/3432) nexus-db-queries db::datastore::sled::test::affinity_multi_group
65972026-09-11T20:23:29.661Z PASS [ 4.089s] ( 782/3432) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65982026-09-11T20:23:29.851Z PASS [ 4.181s] ( 783/3432) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
65992026-09-11T20:23:29.989Z PASS [ 4.319s] ( 784/3432) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66002026-09-11T20:23:30.131Z PASS [ 4.301s] ( 785/3432) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66012026-09-11T20:23:30.188Z PASS [ 4.402s] ( 786/3432) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66022026-09-11T20:23:30.195Z PASS [ 4.200s] ( 787/3432) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66032026-09-11T20:23:30.216Z PASS [ 4.410s] ( 788/3432) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66042026-09-11T20:23:30.432Z PASS [ 4.160s] ( 789/3432) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66052026-09-11T20:23:30.608Z PASS [ 4.127s] ( 790/3432) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66062026-09-11T20:23:31.393Z PASS [ 4.632s] ( 791/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation
66072026-09-11T20:23:32.049Z PASS [ 5.029s] ( 792/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
66082026-09-11T20:23:32.096Z PASS [ 15.423s] ( 793/3432) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
66092026-09-11T20:23:32.166Z PASS [ 5.225s] ( 794/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
66102026-09-11T20:23:32.195Z PASS [ 5.136s] ( 795/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
66112026-09-11T20:23:32.393Z PASS [ 4.763s] ( 796/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
66122026-09-11T20:23:32.757Z PASS [ 4.684s] ( 797/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
66132026-09-11T20:23:32.982Z PASS [ 4.862s] ( 798/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
66142026-09-11T20:23:33.009Z PASS [ 5.344s] ( 799/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
66152026-09-11T20:23:33.077Z PASS [ 4.920s] ( 800/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
66162026-09-11T20:23:33.124Z PASS [ 5.269s] ( 801/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
66172026-09-11T20:23:33.228Z PASS [ 5.254s] ( 802/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
66182026-09-11T20:23:34.777Z PASS [ 5.116s] ( 803/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
66192026-09-11T20:23:34.850Z PASS [ 7.443s] ( 804/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
66202026-09-11T20:23:35.052Z PASS [ 5.200s] ( 805/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
66212026-09-11T20:23:35.267Z PASS [ 5.691s] ( 806/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
66222026-09-11T20:23:36.630Z PASS [ 4.434s] ( 807/3432) nexus-db-queries db::datastore::sled::test::sled_list_batch
66232026-09-11T20:23:36.755Z PASS [ 6.322s] ( 808/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
66242026-09-11T20:23:36.782Z PASS [ 6.174s] ( 809/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
66252026-09-11T20:23:36.826Z PASS [ 4.432s] ( 810/3432) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66262026-09-11T20:23:37.063Z PASS [ 6.933s] ( 811/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
66272026-09-11T20:23:37.172Z PASS [ 7.182s] ( 812/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
66282026-09-11T20:23:37.203Z PASS [ 7.016s] ( 813/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
66292026-09-11T20:23:37.301Z PASS [ 4.291s] ( 814/3432) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
66302026-09-11T20:23:37.305Z PASS [ 4.072s] ( 815/3432) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
66312026-09-11T20:23:37.372Z PASS [ 4.615s] ( 816/3432) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66322026-09-11T20:23:37.376Z PASS [ 7.179s] ( 817/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
66332026-09-11T20:23:37.417Z PASS [ 4.293s] ( 818/3432) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66342026-09-11T20:23:37.439Z PASS [ 4.458s] ( 819/3432) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66352026-09-11T20:23:37.519Z PASS [ 7.303s] ( 820/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
66362026-09-11T20:23:37.630Z PASS [ 5.464s] ( 821/3432) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
66372026-09-11T20:23:37.639Z PASS [ 6.246s] ( 822/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
66382026-09-11T20:23:37.743Z PASS [ 4.666s] ( 823/3432) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66392026-09-11T20:23:37.765Z PASS [ 5.717s] ( 824/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
66402026-09-11T20:23:38.629Z PASS [ 3.852s] ( 825/3432) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
66412026-09-11T20:23:38.635Z PASS [ 6.540s] ( 826/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
66422026-09-11T20:23:39.087Z PASS [ 4.036s] ( 827/3432) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66432026-09-11T20:23:39.091Z PASS [ 3.825s] ( 828/3432) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66442026-09-11T20:23:40.180Z PASS [ 3.550s] ( 829/3432) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
66452026-09-11T20:23:40.552Z PASS [ 3.798s] ( 830/3432) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
66462026-09-11T20:23:40.840Z PASS [ 4.014s] ( 831/3432) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
66472026-09-11T20:23:40.871Z PASS [ 4.088s] ( 832/3432) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
66482026-09-11T20:23:40.944Z PASS [ 3.881s] ( 833/3432) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
66492026-09-11T20:23:41.132Z PASS [ 3.929s] ( 834/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
66502026-09-11T20:23:41.213Z PASS [ 4.041s] ( 835/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66512026-09-11T20:23:41.582Z PASS [ 4.165s] ( 836/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66522026-09-11T20:23:41.597Z PASS [ 4.157s] ( 837/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
66532026-09-11T20:23:41.604Z PASS [ 6.754s] ( 838/3432) nexus-db-queries db::datastore::sled::test::test_sled_transitions
66542026-09-11T20:23:41.703Z PASS [ 4.184s] ( 839/3432) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66552026-09-11T20:23:41.859Z PASS [ 4.168s] ( 840/3432) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66562026-09-11T20:23:41.863Z PASS [ 4.070s] ( 841/3432) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
66572026-09-11T20:23:41.863Z PASS [ 4.084s] ( 842/3432) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
66582026-09-11T20:23:41.876Z PASS [ 14.701s] ( 843/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
66592026-09-11T20:23:41.881Z PASS [ 4.242s] ( 844/3432) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
66602026-09-11T20:23:42.240Z PASS [ 4.939s] ( 845/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66612026-09-11T20:23:42.341Z PASS [ 5.040s] ( 846/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66622026-09-11T20:23:42.399Z PASS [ 5.025s] ( 847/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66632026-09-11T20:23:42.540Z PASS [ 5.168s] ( 848/3432) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66642026-09-11T20:23:42.656Z PASS [ 4.026s] ( 849/3432) nexus-db-queries db::datastore::target_release::test::target_release_datastore
66652026-09-11T20:23:42.869Z PASS [ 4.234s] ( 850/3432) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
66662026-09-11T20:23:42.991Z PASS [ 3.900s] ( 851/3432) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66672026-09-11T20:23:43.007Z PASS [ 3.920s] ( 852/3432) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66682026-09-11T20:23:43.796Z PASS [ 3.616s] ( 853/3432) nexus-db-queries db::datastore::test::test_project_creation
66692026-09-11T20:23:44.148Z PASS [ 3.595s] ( 854/3432) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66702026-09-11T20:23:44.974Z PASS [ 4.134s] ( 855/3432) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66712026-09-11T20:23:45.050Z PASS [ 4.106s] ( 856/3432) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66722026-09-11T20:23:45.410Z PASS [ 4.192s] ( 857/3432) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66732026-09-11T20:23:45.715Z PASS [ 4.570s] ( 858/3432) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66742026-09-11T20:23:45.778Z PASS [ 3.896s] ( 859/3432) nexus-db-queries db::datastore::test::test_table_scan
66752026-09-11T20:23:45.893Z PASS [ 4.084s] ( 860/3432) nexus-db-queries db::datastore::test::test_session_cleanup_batch
66762026-09-11T20:23:45.910Z PASS [ 4.097s] ( 861/3432) nexus-db-queries db::datastore::test::test_session_methods
66772026-09-11T20:23:45.919Z PASS [ 4.042s] ( 862/3432) nexus-db-queries db::datastore::test::test_ssh_keys
66782026-09-11T20:23:45.932Z PASS [ 4.083s] ( 863/3432) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66792026-09-11T20:23:46.414Z PASS [ 4.072s] ( 864/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
66802026-09-11T20:23:46.491Z PASS [ 4.250s] ( 865/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
66812026-09-11T20:23:46.627Z PASS [ 4.081s] ( 866/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
66822026-09-11T20:23:46.854Z PASS [ 4.453s] ( 867/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
66832026-09-11T20:23:46.861Z PASS [ 4.203s] ( 868/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
66842026-09-11T20:23:47.190Z PASS [ 4.319s] ( 869/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
66852026-09-11T20:23:47.251Z PASS [ 4.260s] ( 870/3432) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
66862026-09-11T20:23:47.961Z PASS [ 3.810s] ( 871/3432) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
66872026-09-11T20:23:48.518Z PASS [ 7.635s] ( 872/3432) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66882026-09-11T20:23:48.665Z PASS [ 4.869s] ( 873/3432) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
66892026-09-11T20:23:48.984Z PASS [ 7.383s] ( 874/3432) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66902026-09-11T20:23:49.064Z PASS [ 7.478s] ( 875/3432) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66912026-09-11T20:23:49.131Z PASS [ 4.071s] ( 876/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
66922026-09-11T20:23:49.139Z PASS [ 4.153s] ( 877/3432) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
66932026-09-11T20:23:49.186Z PASS [ 0.051s] ( 878/3432) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
66942026-09-11T20:23:49.233Z PASS [ 0.049s] ( 879/3432) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
66952026-09-11T20:23:49.517Z PASS [ 4.104s] ( 880/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
66962026-09-11T20:23:49.726Z PASS [ 4.025s] ( 881/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
66972026-09-11T20:23:49.871Z PASS [ 8.167s] ( 882/3432) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
66982026-09-11T20:23:49.978Z PASS [ 4.201s] ( 883/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
66992026-09-11T20:23:50.021Z PASS [ 4.111s] ( 884/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
67002026-09-11T20:23:50.098Z PASS [ 4.180s] ( 885/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
67012026-09-11T20:23:50.290Z PASS [ 3.877s] ( 886/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
67022026-09-11T20:23:50.380Z PASS [ 4.449s] ( 887/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67032026-09-11T20:23:50.458Z PASS [ 8.854s] ( 888/3432) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
67042026-09-11T20:23:50.634Z PASS [ 4.012s] ( 889/3432) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
67052026-09-11T20:23:50.779Z PASS [ 4.897s] ( 890/3432) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67062026-09-11T20:23:50.867Z PASS [ 0.233s] ( 891/3432) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
67072026-09-11T20:23:50.870Z PASS [ 4.017s] ( 892/3432) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
67082026-09-11T20:23:50.912Z PASS [ 4.422s] ( 893/3432) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67092026-09-11T20:23:50.979Z PASS [ 4.120s] ( 894/3432) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
67102026-09-11T20:23:51.122Z PASS [ 3.932s] ( 895/3432) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
67112026-09-11T20:23:51.153Z PASS [ 3.902s] ( 896/3432) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
67122026-09-11T20:23:51.720Z PASS [ 3.763s] ( 897/3432) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
67132026-09-11T20:23:52.148Z PASS [ 3.642s] ( 898/3432) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
67142026-09-11T20:23:52.621Z PASS [ 3.956s] ( 899/3432) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
67152026-09-11T20:23:52.710Z PASS [ 3.649s] ( 900/3432) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
67162026-09-11T20:23:52.734Z PASS [ 3.753s] ( 901/3432) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
67172026-09-11T20:23:53.337Z PASS [ 3.611s] ( 902/3432) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
67182026-09-11T20:23:53.523Z PASS [ 3.653s] ( 903/3432) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
67192026-09-11T20:23:53.633Z PASS [ 3.654s] ( 904/3432) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
67202026-09-11T20:23:53.662Z PASS [ 2.750s] ( 905/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
67212026-09-11T20:23:53.670Z PASS [ 2.891s] ( 906/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
67222026-09-11T20:23:53.700Z PASS [ 2.721s] ( 907/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
67232026-09-11T20:23:53.743Z PASS [ 2.874s] ( 908/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
67242026-09-11T20:23:53.795Z PASS [ 2.928s] ( 909/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
67252026-09-11T20:23:53.811Z PASS [ 2.690s] ( 910/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
67262026-09-11T20:23:53.866Z PASS [ 0.070s] ( 911/3432) nexus-db-queries db::pagination::test::test_paginator
67272026-09-11T20:23:53.924Z PASS [ 2.771s] ( 912/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
67282026-09-11T20:23:54.012Z PASS [ 3.990s] ( 913/3432) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
67292026-09-11T20:23:54.012Z PASS [ 3.913s] ( 914/3432) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
67302026-09-11T20:23:54.422Z PASS [ 2.702s] ( 915/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
67312026-09-11T20:23:54.782Z PASS [ 2.634s] ( 916/3432) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
67322026-09-11T20:23:54.900Z PASS [ 4.520s] ( 917/3432) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
67332026-09-11T20:23:55.131Z PASS [ 1.266s] ( 918/3432) nexus-db-queries db::pool::test::test_pool_can_be_terminated
67342026-09-11T20:23:55.149Z PASS [ 4.860s] ( 919/3432) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
67352026-09-11T20:23:55.191Z PASS [ 1.267s] ( 920/3432) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67362026-09-11T20:23:55.244Z PASS [ 2.534s] ( 921/3432) nexus-db-queries db::explain::test::test_explain_async
67372026-09-11T20:23:55.349Z PASS [ 2.615s] ( 922/3432) nexus-db-queries db::explain::test::test_explain_full_table_scan
67382026-09-11T20:23:55.365Z PASS [ 4.906s] ( 923/3432) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
67392026-09-11T20:23:55.475Z PASS [ 0.284s] ( 924/3432) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
67402026-09-11T20:23:55.509Z PASS [ 0.265s] ( 925/3432) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
67412026-09-11T20:23:55.642Z PASS [ 0.278s] ( 926/3432) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
67422026-09-11T20:23:55.665Z PASS [ 0.317s] ( 927/3432) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
67432026-09-11T20:23:56.029Z PASS [ 2.691s] ( 928/3432) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
67442026-09-11T20:23:56.193Z PASS [ 7.071s] ( 929/3432) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
67452026-09-11T20:23:56.373Z PASS [ 2.849s] ( 930/3432) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
67462026-09-11T20:23:56.540Z PASS [ 2.907s] ( 931/3432) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
67472026-09-11T20:23:56.552Z PASS [ 3.931s] ( 932/3432) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
67482026-09-11T20:23:56.557Z PASS [ 2.746s] ( 933/3432) nexus-db-queries db::pool::test::test_keep_alive_set
67492026-09-11T20:23:56.576Z PASS [ 7.349s] ( 934/3432) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67502026-09-11T20:23:56.581Z PASS [ 2.911s] ( 935/3432) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67512026-09-11T20:23:56.631Z PASS [ 2.968s] ( 936/3432) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67522026-09-11T20:23:56.688Z PASS [ 2.944s] ( 937/3432) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67532026-09-11T20:23:56.721Z PASS [ 3.021s] ( 938/3432) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67542026-09-11T20:23:56.822Z PASS [ 0.241s] ( 939/3432) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
67552026-09-11T20:23:56.872Z PASS [ 0.241s] ( 940/3432) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
67562026-09-11T20:23:56.906Z PASS [ 7.397s] ( 941/3432) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
67572026-09-11T20:23:57.005Z PASS [ 0.284s] ( 942/3432) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
67582026-09-11T20:23:57.084Z PASS [ 0.261s] ( 943/3432) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
67592026-09-11T20:23:57.123Z PASS [ 0.250s] ( 944/3432) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
67602026-09-11T20:23:57.152Z PASS [ 0.245s] ( 945/3432) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
67612026-09-11T20:23:57.217Z PASS [ 2.795s] ( 946/3432) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
67622026-09-11T20:23:57.254Z PASS [ 0.249s] ( 947/3432) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
67632026-09-11T20:23:57.321Z PASS [ 0.237s] ( 948/3432) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
67642026-09-11T20:23:58.212Z PASS [ 4.200s] ( 949/3432) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
67652026-09-11T20:23:58.370Z PASS [ 4.358s] ( 950/3432) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
67662026-09-11T20:23:58.812Z PASS [ 4.030s] ( 951/3432) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
67672026-09-11T20:23:58.956Z PASS [ 0.744s] ( 952/3432) nexus-db-queries db::queries::network_interface::tests::expectorate_query
67682026-09-11T20:23:59.194Z PASS [ 4.044s] ( 953/3432) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
67692026-09-11T20:23:59.331Z PASS [ 4.430s] ( 954/3432) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
67702026-09-11T20:23:59.378Z PASS [ 0.047s] ( 955/3432) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67712026-09-11T20:23:59.529Z PASS [ 2.841s] ( 956/3432) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
67722026-09-11T20:23:59.656Z PASS [ 4.524s] ( 957/3432) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
67732026-09-11T20:23:59.677Z PASS [ 4.168s] ( 958/3432) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
67742026-09-11T20:23:59.720Z PASS [ 4.245s] ( 959/3432) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
67752026-09-11T20:24:00.042Z PASS [ 3.850s] ( 960/3432) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67762026-09-11T20:24:00.426Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
67772026-09-11T20:24:00.430Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67782026-09-11T20:24:00.430Z PASS [ 4.399s] ( 961/3432) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67792026-09-11T20:24:00.434Z PASS [ 4.788s] ( 962/3432) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67802026-09-11T20:24:00.438Z PASS [ 4.769s] ( 963/3432) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67812026-09-11T20:24:00.438Z PASS [ 4.062s] ( 964/3432) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67822026-09-11T20:24:00.849Z PASS [ 4.292s] ( 965/3432) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67832026-09-11T20:24:00.909Z PASS [ 4.369s] ( 966/3432) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67842026-09-11T20:24:00.978Z PASS [ 4.401s] ( 967/3432) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67852026-09-11T20:24:01.064Z PASS [ 4.506s] ( 968/3432) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67862026-09-11T20:24:01.230Z PASS [ 4.107s] ( 969/3432) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67872026-09-11T20:24:01.286Z PASS [ 4.031s] ( 970/3432) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
67882026-09-11T20:24:01.305Z PASS [ 3.984s] ( 971/3432) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
67892026-09-11T20:24:01.338Z PASS [ 0.052s] ( 972/3432) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67902026-09-11T20:24:01.537Z PASS [ 4.320s] ( 973/3432) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
67912026-09-11T20:24:01.562Z PASS [ 4.410s] ( 974/3432) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
67922026-09-11T20:24:02.125Z PASS [ 3.755s] ( 975/3432) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67932026-09-11T20:24:03.076Z PASS [ 4.119s] ( 976/3432) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
67942026-09-11T20:24:03.123Z PASS [ 0.048s] ( 977/3432) nexus-db-queries db::queries::next_item::tests::test_shift_indices
67952026-09-11T20:24:03.229Z PASS [ 3.852s] ( 978/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
67962026-09-11T20:24:03.485Z PASS [ 3.828s] ( 979/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67972026-09-11T20:24:03.497Z PASS [ 3.967s] ( 980/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
67982026-09-11T20:24:03.532Z PASS [ 3.855s] ( 981/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67992026-09-11T20:24:03.548Z PASS [ 0.318s] ( 982/3432) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68002026-09-11T20:24:03.559Z PASS [ 4.746s] ( 983/3432) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68012026-09-11T20:24:03.594Z PASS [ 0.046s] ( 984/3432) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68022026-09-11T20:24:03.602Z PASS [ 0.044s] ( 985/3432) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
68032026-09-11T20:24:03.745Z PASS [ 0.260s] ( 986/3432) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68042026-09-11T20:24:03.850Z PASS [ 4.130s] ( 987/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
68052026-09-11T20:24:03.867Z PASS [ 4.674s] ( 988/3432) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
68062026-09-11T20:24:04.077Z PASS [ 4.034s] ( 989/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
68072026-09-11T20:24:04.135Z PASS [ 2.797s] ( 990/3432) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
68082026-09-11T20:24:04.272Z PASS [ 3.845s] ( 991/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
68092026-09-11T20:24:04.369Z PASS [ 3.938s] ( 992/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
68102026-09-11T20:24:04.437Z PASS [ 4.000s] ( 993/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
68112026-09-11T20:24:04.518Z PASS [ 2.955s] ( 994/3432) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
68122026-09-11T20:24:04.518Z PASS [ 4.083s] ( 995/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
68132026-09-11T20:24:04.529Z PASS [ 0.257s] ( 996/3432) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
68142026-09-11T20:24:04.541Z PASS [ 0.947s] ( 997/3432) nexus-db-queries db::queries::region_allocation::test::expectorate_query
68152026-09-11T20:24:04.546Z PASS [ 3.009s] ( 998/3432) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
68162026-09-11T20:24:04.654Z PASS [ 0.218s] ( 999/3432) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
68172026-09-11T20:24:04.821Z PASS [ 3.972s] (1000/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
68182026-09-11T20:24:04.824Z PASS [ 0.307s] (1001/3432) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
68192026-09-11T20:24:04.835Z PASS [ 0.288s] (1002/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
68202026-09-11T20:24:04.894Z PASS [ 0.240s] (1003/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
68212026-09-11T20:24:04.954Z PASS [ 4.045s] (1004/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
68222026-09-11T20:24:04.970Z PASS [ 3.991s] (1005/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
68232026-09-11T20:24:05.018Z PASS [ 2.893s] (1006/3432) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
68242026-09-11T20:24:05.029Z PASS [ 0.512s] (1007/3432) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
68252026-09-11T20:24:05.050Z PASS [ 3.992s] (1008/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
68262026-09-11T20:24:05.075Z PASS [ 0.045s] (1009/3432) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
68272026-09-11T20:24:05.083Z PASS [ 0.065s] (1010/3432) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
68282026-09-11T20:24:05.094Z PASS [ 0.044s] (1011/3432) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
68292026-09-11T20:24:05.116Z PASS [ 0.295s] (1012/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
68302026-09-11T20:24:05.119Z PASS [ 0.044s] (1013/3432) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
68312026-09-11T20:24:05.125Z PASS [ 0.300s] (1014/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
68322026-09-11T20:24:05.130Z PASS [ 0.047s] (1015/3432) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
68332026-09-11T20:24:05.143Z PASS [ 3.913s] (1016/3432) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
68342026-09-11T20:24:05.334Z PASS [ 0.239s] (1017/3432) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
68352026-09-11T20:24:05.370Z PASS [ 0.239s] (1018/3432) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
68362026-09-11T20:24:05.400Z PASS [ 4.095s] (1019/3432) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
68372026-09-11T20:24:05.734Z PASS [ 2.611s] (1020/3432) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
68382026-09-11T20:24:05.888Z PASS [ 2.392s] (1021/3432) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
68392026-09-11T20:24:06.104Z PASS [ 2.572s] (1022/3432) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
68402026-09-11T20:24:06.306Z PASS [ 2.643s] (1023/3432) nexus-db-queries db::queries::region_allocation::test::explainable
68412026-09-11T20:24:06.793Z PASS [ 2.424s] (1024/3432) nexus-db-queries db::queries::regions_hard_delete::test::explainable
68422026-09-11T20:24:07.245Z PASS [ 2.716s] (1025/3432) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
68432026-09-11T20:24:07.333Z PASS [ 2.792s] (1026/3432) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
68442026-09-11T20:24:07.354Z PASS [ 0.020s] (1027/3432) nexus-defaults tests::test_random_vpc_ipv6_prefix
68452026-09-11T20:24:07.386Z PASS [ 0.032s] (1028/3432) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
68462026-09-11T20:24:07.417Z PASS [ 0.031s] (1029/3432) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
68472026-09-11T20:24:07.448Z PASS [ 0.030s] (1030/3432) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
68482026-09-11T20:24:07.469Z PASS [ 2.633s] (1031/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
68492026-09-11T20:24:07.478Z PASS [ 0.031s] (1032/3432) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
68502026-09-11T20:24:07.499Z PASS [ 2.605s] (1033/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
68512026-09-11T20:24:07.515Z PASS [ 0.047s] (1034/3432) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
68522026-09-11T20:24:07.520Z PASS [ 0.042s] (1035/3432) nexus-fm builder::case::tests::dirty_bits_default_false
68532026-09-11T20:24:07.532Z PASS [ 0.033s] (1036/3432) nexus-fm builder::case::tests::request_alert_flips_alert_state
68542026-09-11T20:24:07.550Z PASS [ 2.596s] (1037/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
68552026-09-11T20:24:07.553Z PASS [ 0.037s] (1038/3432) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
68562026-09-11T20:24:07.560Z PASS [ 0.040s] (1039/3432) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
68572026-09-11T20:24:07.568Z PASS [ 0.036s] (1040/3432) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
68582026-09-11T20:24:07.592Z PASS [ 0.040s] (1041/3432) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
68592026-09-11T20:24:07.597Z PASS [ 0.037s] (1042/3432) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
68602026-09-11T20:24:07.601Z PASS [ 0.049s] (1043/3432) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
68612026-09-11T20:24:07.605Z PASS [ 0.037s] (1044/3432) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
68622026-09-11T20:24:07.614Z PASS [ 2.646s] (1045/3432) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
68632026-09-11T20:24:07.627Z PASS [ 0.035s] (1046/3432) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
68642026-09-11T20:24:07.637Z PASS [ 0.039s] (1047/3432) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
68652026-09-11T20:24:07.641Z PASS [ 0.040s] (1048/3432) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
68662026-09-11T20:24:07.653Z PASS [ 0.048s] (1049/3432) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
68672026-09-11T20:24:07.665Z PASS [ 0.051s] (1050/3432) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
68682026-09-11T20:24:07.677Z PASS [ 0.050s] (1051/3432) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
68692026-09-11T20:24:07.684Z PASS [ 0.048s] (1052/3432) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
68702026-09-11T20:24:07.689Z PASS [ 0.050s] (1053/3432) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
68712026-09-11T20:24:07.702Z PASS [ 0.049s] (1054/3432) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
68722026-09-11T20:24:07.713Z PASS [ 0.049s] (1055/3432) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
68732026-09-11T20:24:07.727Z PASS [ 0.050s] (1056/3432) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
68742026-09-11T20:24:07.733Z PASS [ 0.048s] (1057/3432) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
68752026-09-11T20:24:07.739Z PASS [ 0.050s] (1058/3432) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
68762026-09-11T20:24:07.750Z PASS [ 2.634s] (1059/3432) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
68772026-09-11T20:24:07.753Z PASS [ 0.048s] (1060/3432) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
68782026-09-11T20:24:07.762Z PASS [ 0.049s] (1061/3432) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
68792026-09-11T20:24:07.778Z PASS [ 0.050s] (1062/3432) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
68802026-09-11T20:24:07.787Z PASS [ 0.054s] (1063/3432) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
68812026-09-11T20:24:07.792Z PASS [ 0.052s] (1064/3432) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
68822026-09-11T20:24:07.804Z PASS [ 0.054s] (1065/3432) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
68832026-09-11T20:24:07.809Z PASS [ 0.059s] (1066/3432) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
68842026-09-11T20:24:07.817Z PASS [ 0.055s] (1067/3432) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
68852026-09-11T20:24:07.829Z PASS [ 0.051s] (1068/3432) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
68862026-09-11T20:24:07.843Z PASS [ 0.052s] (1069/3432) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
68872026-09-11T20:24:07.847Z PASS [ 2.715s] (1070/3432) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
68882026-09-11T20:24:07.847Z PASS [ 0.040s] (1071/3432) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
68892026-09-11T20:24:07.850Z PASS [ 0.057s] (1072/3432) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
68902026-09-11T20:24:07.854Z PASS [ 0.041s] (1073/3432) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
68912026-09-11T20:24:07.870Z PASS [ 0.053s] (1074/3432) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
68922026-09-11T20:24:07.883Z PASS [ 0.054s] (1075/3432) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
68932026-09-11T20:24:07.896Z PASS [ 0.057s] (1076/3432) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
68942026-09-11T20:24:07.899Z PASS [ 0.053s] (1077/3432) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
68952026-09-11T20:24:07.903Z PASS [ 0.049s] (1078/3432) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
68962026-09-11T20:24:07.903Z PASS [ 0.064s] (1079/3432) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
68972026-09-11T20:24:07.908Z PASS [ 0.059s] (1080/3432) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
68982026-09-11T20:24:07.908Z PASS [ 2.788s] (1081/3432) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
68992026-09-11T20:24:07.926Z PASS [ 0.056s] (1082/3432) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
69002026-09-11T20:24:07.940Z PASS [ 0.057s] (1083/3432) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
69012026-09-11T20:24:07.945Z PASS [ 0.046s] (1084/3432) nexus-fm diagnosis::saga::tests::closes_on_terminal
69022026-09-11T20:24:07.948Z PASS [ 0.049s] (1085/3432) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
69032026-09-11T20:24:07.948Z PASS [ 0.046s] (1086/3432) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
69042026-09-11T20:24:07.948Z PASS [ 0.045s] (1087/3432) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
69052026-09-11T20:24:07.955Z PASS [ 0.048s] (1088/3432) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
69062026-09-11T20:24:07.959Z PASS [ 0.051s] (1089/3432) nexus-fm diagnosis::saga::tests::empty_case_is_closed
69072026-09-11T20:24:07.963Z PASS [ 4.219s] (1090/3432) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
69082026-09-11T20:24:07.975Z PASS [ 0.049s] (1091/3432) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
69092026-09-11T20:24:07.987Z PASS [ 0.047s] (1092/3432) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
69102026-09-11T20:24:07.996Z PASS [ 0.050s] (1093/3432) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
69112026-09-11T20:24:07.996Z PASS [ 0.049s] (1094/3432) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
69122026-09-11T20:24:08.004Z PASS [ 0.048s] (1095/3432) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
69132026-09-11T20:24:08.007Z PASS [ 0.046s] (1096/3432) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
69142026-09-11T20:24:08.007Z PASS [ 0.062s] (1097/3432) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
69152026-09-11T20:24:08.007Z PASS [ 0.060s] (1098/3432) nexus-fm diagnosis::saga::tests::opens_abandoned_case
69162026-09-11T20:24:08.012Z PASS [ 0.049s] (1099/3432) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
69172026-09-11T20:24:08.026Z PASS [ 0.051s] (1100/3432) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
69182026-09-11T20:24:08.035Z PASS [ 0.048s] (1101/3432) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
69192026-09-11T20:24:08.038Z PASS [ 0.042s] (1102/3432) nexus-fm-slippy checks::physical_disk::tests::case_with_disagreeing_disks_is_flagged
69202026-09-11T20:24:08.048Z PASS [ 0.052s] (1103/3432) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
69212026-09-11T20:24:08.052Z PASS [ 0.048s] (1104/3432) nexus-fm-slippy checks::physical_disk::tests::closed_case_for_same_disk_is_not_flagged
69222026-09-11T20:24:08.060Z PASS [ 0.053s] (1105/3432) nexus-fm-slippy checks::physical_disk::tests::disagreeing_disks_on_closed_case_is_quarantined
69232026-09-11T20:24:08.064Z PASS [ 4.195s] (1106/3432) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
69242026-09-11T20:24:08.067Z PASS [ 0.059s] (1107/3432) nexus-fm-slippy checks::physical_disk::tests::duplicate_open_case_for_disk_is_flagged
69252026-09-11T20:24:08.070Z PASS [ 0.055s] (1108/3432) nexus-fm-slippy checks::physical_disk::tests::open_disk_case_with_no_facts_is_flagged
69262026-09-11T20:24:08.070Z PASS [ 0.064s] (1109/3432) nexus-fm-slippy checks::physical_disk::tests::closed_empty_case_is_not_flagged
69272026-09-11T20:24:08.073Z PASS [ 0.047s] (1110/3432) nexus-fm-slippy checks::tests::cross_engine_duplicate_fact_id_is_flagged
69282026-09-11T20:24:08.083Z PASS [ 0.048s] (1111/3432) nexus-fm-slippy checks::tests::duplicate_alert_id_is_flagged
69292026-09-11T20:24:08.087Z PASS [ 0.050s] (1112/3432) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_is_flagged
69302026-09-11T20:24:08.094Z PASS [ 0.046s] (1113/3432) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_within_one_case_is_flagged
69312026-09-11T20:24:08.098Z PASS [ 0.046s] (1114/3432) nexus-fm-slippy checks::tests::duplicate_fact_id_is_flagged
69322026-09-11T20:24:08.111Z PASS [ 4.261s] (1115/3432) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
69332026-09-11T20:24:08.114Z PASS [ 0.051s] (1116/3432) nexus-fm-slippy checks::tests::duplicate_support_bundle_id_is_flagged
69342026-09-11T20:24:08.124Z PASS [ 0.062s] (1117/3432) nexus-fm-slippy checks::tests::engine_produced_sitrep_is_clean
69352026-09-11T20:24:08.128Z PASS [ 0.035s] (1118/3432) nexus-inventory builder::test::test_empty
69362026-09-11T20:24:08.136Z PASS [ 0.037s] (1119/3432) nexus-inventory builder::test::test_problems
69372026-09-11T20:24:08.136Z PASS [ 0.063s] (1120/3432) nexus-fm-slippy checks::tests::indexed_ereport_content_mismatch_is_flagged
69382026-09-11T20:24:08.136Z PASS [ 0.053s] (1121/3432) nexus-fm-slippy checks::tests::orphaned_indexed_ereport_is_flagged
69392026-09-11T20:24:08.139Z PASS [ 0.070s] (1122/3432) nexus-fm-slippy checks::tests::foreign_fact_payload_is_flagged
69402026-09-11T20:24:08.139Z PASS [ 0.072s] (1123/3432) nexus-fm-slippy checks::tests::ereport_missing_from_index_is_flagged
69412026-09-11T20:24:08.139Z PASS [ 0.051s] (1124/3432) nexus-inventory builder::test::test_basic
69422026-09-11T20:24:08.142Z PASS [ 0.073s] (1125/3432) nexus-fm-slippy checks::tests::foreign_fact_payload_on_closed_case_is_flagged
69432026-09-11T20:24:08.173Z PASS [ 4.096s] (1126/3432) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
69442026-09-11T20:24:08.242Z PASS [ 4.107s] (1127/3432) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
69452026-09-11T20:24:08.528Z PASS [ 0.403s] (1128/3432) nexus-inventory collector::test::test_multi_mgs_failure
69462026-09-11T20:24:08.577Z PASS [ 1.332s] (1129/3432) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
69472026-09-11T20:24:08.743Z PASS [ 0.614s] (1130/3432) nexus-inventory collector::test::test_sled_agent_failure
69482026-09-11T20:24:08.824Z PASS [ 3.680s] (1131/3432) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
69492026-09-11T20:24:08.843Z PASS [ 0.732s] (1132/3432) nexus-inventory collector::test::test_basic
69502026-09-11T20:24:08.978Z PASS [ 0.839s] (1133/3432) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69512026-09-11T20:24:08.978Z PASS [ 0.805s] (1134/3432) nexus-mgs-updates driver_update::test::test_sp_basic_failures
69522026-09-11T20:24:08.985Z PASS [ 0.873s] (1135/3432) nexus-inventory collector::test::test_multi_mgs
69532026-09-11T20:24:08.988Z PASS [ 3.654s] (1136/3432) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
69542026-09-11T20:24:09.025Z PASS [ 0.037s] (1137/3432) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69552026-09-11T20:24:09.043Z PASS [ 3.643s] (1138/3432) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
69562026-09-11T20:24:09.052Z PASS [ 3.682s] (1139/3432) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
69572026-09-11T20:24:09.058Z PASS [ 0.919s] (1140/3432) nexus-mgs-updates driver_update::test::test_rot_basic_failures
69582026-09-11T20:24:09.063Z PASS [ 0.038s] (1141/3432) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69592026-09-11T20:24:09.086Z PASS [ 0.043s] (1142/3432) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69602026-09-11T20:24:09.099Z PASS [ 0.047s] (1143/3432) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69612026-09-11T20:24:09.102Z PASS [ 0.044s] (1144/3432) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69622026-09-11T20:24:09.107Z PASS [ 0.044s] (1145/3432) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69632026-09-11T20:24:09.130Z PASS [ 0.044s] (1146/3432) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
69642026-09-11T20:24:09.144Z PASS [ 0.042s] (1147/3432) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69652026-09-11T20:24:09.147Z PASS [ 0.038s] (1148/3432) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69662026-09-11T20:24:09.151Z PASS [ 0.052s] (1149/3432) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69672026-09-11T20:24:09.167Z PASS [ 0.037s] (1150/3432) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69682026-09-11T20:24:09.185Z PASS [ 0.041s] (1151/3432) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
69692026-09-11T20:24:09.189Z PASS [ 0.202s] (1152/3432) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69702026-09-11T20:24:09.192Z PASS [ 0.046s] (1153/3432) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
69712026-09-11T20:24:09.199Z PASS [ 0.047s] (1154/3432) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69722026-09-11T20:24:09.212Z PASS [ 0.046s] (1155/3432) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69732026-09-11T20:24:09.219Z PASS [ 0.241s] (1156/3432) nexus-mgs-updates test_util::step_through::test::test_basic
69742026-09-11T20:24:09.228Z PASS [ 0.043s] (1157/3432) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
69752026-09-11T20:24:09.237Z PASS [ 0.050s] (1158/3432) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69762026-09-11T20:24:09.240Z PASS [ 0.046s] (1159/3432) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69772026-09-11T20:24:09.243Z PASS [ 0.044s] (1160/3432) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69782026-09-11T20:24:09.255Z PASS [ 0.042s] (1161/3432) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
69792026-09-11T20:24:09.270Z PASS [ 0.041s] (1162/3432) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69802026-09-11T20:24:09.364Z PASS [ 3.629s] (1163/3432) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
69812026-09-11T20:24:09.426Z PASS [ 0.062s] (1164/3432) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
69822026-09-11T20:24:09.486Z PASS [ 0.060s] (1165/3432) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
69832026-09-11T20:24:09.532Z PASS [ 0.046s] (1166/3432) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
69842026-09-11T20:24:09.583Z PASS [ 0.051s] (1167/3432) nexus-reconfigurator-execution dns::test::test_dns_compute_update
69852026-09-11T20:24:09.805Z PASS [ 26.798s] (1168/3432) nexus-db-queries db::datastore::update::test::test_list_unpruned
69862026-09-11T20:24:09.842Z PASS [ 1.018s] (1169/3432) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
69872026-09-11T20:24:09.919Z PASS [ 3.673s] (1170/3432) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69882026-09-11T20:24:10.199Z PASS [ 3.406s] (1171/3432) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69892026-09-11T20:24:10.906Z PASS [ 2.770s] (1172/3432) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69902026-09-11T20:24:10.951Z PASS [ 2.814s] (1173/3432) nexus-metrics-producer-gc tests::test_prune_expired_producers
69912026-09-11T20:24:11.003Z PASS [ 0.053s] (1174/3432) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
69922026-09-11T20:24:11.070Z PASS [ 0.067s] (1175/3432) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
69932026-09-11T20:24:11.174Z PASS [ 3.038s] (1176/3432) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
69942026-09-11T20:24:11.216Z PASS [ 0.041s] (1177/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
69952026-09-11T20:24:11.253Z PASS [ 0.038s] (1178/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
69962026-09-11T20:24:11.289Z PASS [ 0.035s] (1179/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
69972026-09-11T20:24:11.340Z PASS [ 0.050s] (1180/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
69982026-09-11T20:24:11.381Z PASS [ 0.041s] (1181/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
69992026-09-11T20:24:11.429Z PASS [ 0.047s] (1182/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70002026-09-11T20:24:11.472Z PASS [ 0.043s] (1183/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70012026-09-11T20:24:11.511Z PASS [ 0.038s] (1184/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70022026-09-11T20:24:11.559Z PASS [ 0.048s] (1185/3432) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70032026-09-11T20:24:11.590Z PASS [ 0.031s] (1186/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70042026-09-11T20:24:11.619Z PASS [ 0.029s] (1187/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70052026-09-11T20:24:11.648Z PASS [ 0.028s] (1188/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70062026-09-11T20:24:11.680Z PASS [ 0.032s] (1189/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70072026-09-11T20:24:11.711Z PASS [ 0.031s] (1190/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70082026-09-11T20:24:11.740Z PASS [ 0.029s] (1191/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70092026-09-11T20:24:11.771Z PASS [ 0.029s] (1192/3432) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70102026-09-11T20:24:11.804Z PASS [ 0.034s] (1193/3432) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70112026-09-11T20:24:11.857Z PASS [ 0.053s] (1194/3432) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70122026-09-11T20:24:13.025Z PASS [ 4.448s] (1195/3432) nexus-mgs-updates driver_update::test::test_sp_update_watched
70132026-09-11T20:24:13.060Z PASS [ 0.034s] (1196/3432) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
70142026-09-11T20:24:13.299Z PASS [ 0.239s] (1197/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70152026-09-11T20:24:13.338Z PASS [ 4.099s] (1198/3432) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
70162026-09-11T20:24:13.442Z PASS [ 4.199s] (1199/3432) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
70172026-09-11T20:24:13.469Z PASS [ 0.130s] (1200/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70182026-09-11T20:24:13.476Z PASS [ 4.220s] (1201/3432) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
70192026-09-11T20:24:13.479Z PASS [ 4.207s] (1202/3432) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
70202026-09-11T20:24:13.497Z PASS [ 0.029s] (1203/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
70212026-09-11T20:24:13.511Z PASS [ 0.028s] (1204/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70222026-09-11T20:24:13.515Z PASS [ 0.070s] (1205/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70232026-09-11T20:24:13.526Z PASS [ 0.049s] (1206/3432) nexus-reconfigurator-planning example::tests::builder_all_zone_types
70242026-09-11T20:24:13.544Z PASS [ 0.031s] (1207/3432) nexus-reconfigurator-planning example::tests::instances_on_examples
70252026-09-11T20:24:13.547Z PASS [ 0.048s] (1208/3432) nexus-reconfigurator-planning example::tests::builder_zone_counts
70262026-09-11T20:24:13.569Z PASS [ 0.043s] (1209/3432) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70272026-09-11T20:24:13.575Z PASS [ 0.277s] (1210/3432) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70282026-09-11T20:24:13.584Z PASS [ 0.040s] (1211/3432) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70292026-09-11T20:24:13.587Z PASS [ 0.042s] (1212/3432) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
70302026-09-11T20:24:13.611Z PASS [ 0.041s] (1213/3432) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
70312026-09-11T20:24:13.614Z PASS [ 0.037s] (1214/3432) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
70322026-09-11T20:24:13.621Z PASS [ 0.038s] (1215/3432) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
70332026-09-11T20:24:13.626Z PASS [ 0.039s] (1216/3432) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
70342026-09-11T20:24:13.656Z PASS [ 0.046s] (1217/3432) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70352026-09-11T20:24:13.661Z PASS [ 0.049s] (1218/3432) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70362026-09-11T20:24:13.667Z PASS [ 0.045s] (1219/3432) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
70372026-09-11T20:24:13.675Z PASS [ 0.049s] (1220/3432) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70382026-09-11T20:24:13.729Z PASS [ 0.067s] (1221/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
70392026-09-11T20:24:13.740Z PASS [ 0.065s] (1222/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
70402026-09-11T20:24:13.759Z PASS [ 0.092s] (1223/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
70412026-09-11T20:24:13.765Z PASS [ 0.109s] (1224/3432) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
70422026-09-11T20:24:13.805Z PASS [ 0.076s] (1225/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
70432026-09-11T20:24:13.813Z PASS [ 0.073s] (1226/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
70442026-09-11T20:24:13.885Z PASS [ 0.119s] (1227/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
70452026-09-11T20:24:13.888Z PASS [ 0.129s] (1228/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
70462026-09-11T20:24:13.907Z PASS [ 0.101s] (1229/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
70472026-09-11T20:24:13.914Z PASS [ 0.100s] (1230/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
70482026-09-11T20:24:14.010Z PASS [ 0.103s] (1231/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
70492026-09-11T20:24:14.014Z PASS [ 0.124s] (1232/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
70502026-09-11T20:24:14.036Z PASS [ 0.151s] (1233/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
70512026-09-11T20:24:14.109Z PASS [ 0.194s] (1234/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
70522026-09-11T20:24:14.134Z PASS [ 0.096s] (1235/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
70532026-09-11T20:24:14.137Z PASS [ 0.122s] (1236/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
70542026-09-11T20:24:14.228Z PASS [ 0.165s] (1237/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
70552026-09-11T20:24:14.234Z PASS [ 0.102s] (1238/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
70562026-09-11T20:24:14.234Z PASS [ 0.078s] (1239/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
70572026-09-11T20:24:14.234Z PASS [ 0.093s] (1240/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
70582026-09-11T20:24:14.256Z PASS [ 0.080s] (1241/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
70592026-09-11T20:24:14.289Z PASS [ 0.079s] (1242/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
70602026-09-11T20:24:14.376Z PASS [ 5.634s] (1243/3432) nexus-mgs-updates driver_update::test_host_phase_1::basic
70612026-09-11T20:24:14.382Z PASS [ 2.525s] (1244/3432) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70622026-09-11T20:24:14.517Z PASS [ 0.141s] (1245/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
70632026-09-11T20:24:14.534Z PASS [ 0.278s] (1246/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
70642026-09-11T20:24:14.587Z PASS [ 0.069s] (1247/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
70652026-09-11T20:24:14.593Z PASS [ 0.368s] (1248/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
70662026-09-11T20:24:14.850Z PASS [ 0.560s] (1249/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
70672026-09-11T20:24:14.900Z PASS [ 6.758s] (1250/3432) nexus-mgs-updates driver_update::test::test_rot_update_basic
70682026-09-11T20:24:14.906Z PASS [ 6.767s] (1251/3432) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70692026-09-11T20:24:15.185Z PASS [ 0.971s] (1252/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
70702026-09-11T20:24:15.238Z PASS [ 4.331s] (1253/3432) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
70712026-09-11T20:24:15.269Z PASS [ 0.032s] (1254/3432) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70722026-09-11T20:24:15.299Z PASS [ 0.030s] (1255/3432) nexus-saga-recovery recovery::test::test_execution_basic
70732026-09-11T20:24:15.329Z PASS [ 0.030s] (1256/3432) nexus-saga-recovery recovery::test::test_plan_basic
70742026-09-11T20:24:15.357Z PASS [ 0.028s] (1257/3432) nexus-saga-recovery recovery::test::test_read_all_from_channel
70752026-09-11T20:24:15.391Z PASS [ 0.034s] (1258/3432) nexus-saga-recovery test::test_basic
70762026-09-11T20:24:15.419Z PASS [ 0.027s] (1259/3432) nexus-switch-config tests::all_problems_are_accumulated
70772026-09-11T20:24:15.446Z PASS [ 0.028s] (1260/3432) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
70782026-09-11T20:24:15.472Z PASS [ 0.025s] (1261/3432) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
70792026-09-11T20:24:15.498Z PASS [ 0.027s] (1262/3432) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
70802026-09-11T20:24:15.525Z PASS [ 0.026s] (1263/3432) nexus-switch-config tests::empty_port_list_is_reported
70812026-09-11T20:24:15.552Z PASS [ 0.027s] (1264/3432) nexus-switch-config tests::illegal_max_paths_is_reported
70822026-09-11T20:24:15.577Z PASS [ 0.025s] (1265/3432) nexus-switch-config tests::malformed_uplink_address_is_reported
70832026-09-11T20:24:15.603Z PASS [ 0.025s] (1266/3432) nexus-switch-config tests::missing_rack_subnet_is_reported
70842026-09-11T20:24:15.635Z PASS [ 0.032s] (1267/3432) nexus-switch-config tests::no_silent_port_drops
70852026-09-11T20:24:15.663Z PASS [ 0.028s] (1268/3432) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
70862026-09-11T20:24:15.691Z PASS [ 0.028s] (1269/3432) nexus-switch-config tests::peered_port_requires_switch_bgp_config
70872026-09-11T20:24:15.717Z PASS [ 0.026s] (1270/3432) nexus-switch-config tests::peered_port_switch_asn
70882026-09-11T20:24:15.746Z PASS [ 0.028s] (1271/3432) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
70892026-09-11T20:24:15.771Z PASS [ 0.025s] (1272/3432) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
70902026-09-11T20:24:16.871Z PASS [ 2.489s] (1273/3432) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
70912026-09-11T20:24:16.902Z PASS [ 0.032s] (1274/3432) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
70922026-09-11T20:24:16.933Z PASS [ 0.030s] (1275/3432) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
70932026-09-11T20:24:16.969Z PASS [ 0.036s] (1276/3432) nexus-types alert::tests::test_from_str_roundtrips
70942026-09-11T20:24:16.996Z PASS [ 0.028s] (1277/3432) nexus-types alert::tests::test_is_test
70952026-09-11T20:24:17.024Z PASS [ 0.027s] (1278/3432) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70962026-09-11T20:24:17.050Z PASS [ 0.026s] (1279/3432) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70972026-09-11T20:24:17.077Z PASS [ 0.027s] (1280/3432) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
70982026-09-11T20:24:17.103Z PASS [ 0.026s] (1281/3432) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
70992026-09-11T20:24:17.129Z PASS [ 0.025s] (1282/3432) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71002026-09-11T20:24:17.152Z PASS [ 8.910s] (1283/3432) nexus-mgs-updates driver_update::test::test_sp_update_basic
71012026-09-11T20:24:17.155Z PASS [ 0.027s] (1284/3432) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71022026-09-11T20:24:17.191Z PASS [ 0.036s] (1285/3432) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
71032026-09-11T20:24:17.196Z PASS [ 0.045s] (1286/3432) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
71042026-09-11T20:24:17.219Z PASS [ 0.028s] (1287/3432) nexus-types deployment::network_resources::tests::display
71052026-09-11T20:24:17.227Z PASS [ 0.031s] (1288/3432) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
71062026-09-11T20:24:17.250Z PASS [ 0.031s] (1289/3432) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
71072026-09-11T20:24:17.256Z PASS [ 0.028s] (1290/3432) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
71082026-09-11T20:24:17.277Z PASS [ 0.026s] (1291/3432) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71092026-09-11T20:24:17.327Z PASS [ 0.050s] (1292/3432) nexus-types deployment::test::test_serialize_pending_mgs_updates
71102026-09-11T20:24:17.360Z PASS [ 0.033s] (1293/3432) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
71112026-09-11T20:24:17.396Z PASS [ 0.036s] (1294/3432) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
71122026-09-11T20:24:17.436Z PASS [ 0.039s] (1295/3432) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
71132026-09-11T20:24:17.469Z PASS [ 0.033s] (1296/3432) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
71142026-09-11T20:24:17.509Z PASS [ 0.040s] (1297/3432) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
71152026-09-11T20:24:17.547Z PASS [ 0.038s] (1298/3432) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
71162026-09-11T20:24:17.580Z PASS [ 0.033s] (1299/3432) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
71172026-09-11T20:24:17.633Z PASS [ 0.053s] (1300/3432) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
71182026-09-11T20:24:17.673Z PASS [ 0.038s] (1301/3432) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
71192026-09-11T20:24:17.695Z PASS [ 4.192s] (1302/3432) nexus-reconfigurator-planning example::tests::dns_resolution_works
71202026-09-11T20:24:17.705Z PASS [ 0.033s] (1303/3432) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
71212026-09-11T20:24:17.729Z PASS [ 0.034s] (1304/3432) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
71222026-09-11T20:24:17.754Z PASS [ 0.049s] (1305/3432) nexus-types fm::case::tests::test_case_display
71232026-09-11T20:24:17.772Z PASS [ 0.043s] (1306/3432) nexus-types fm::case::tests::test_case_display_colored
71242026-09-11T20:24:17.785Z PASS [ 0.031s] (1307/3432) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
71252026-09-11T20:24:17.803Z PASS [ 0.031s] (1308/3432) nexus-types fm::config::tests::test_min_history_pruning_threshold
71262026-09-11T20:24:17.822Z PASS [ 0.038s] (1309/3432) nexus-types fm::config::tests::test_min_sitrep_limit
71272026-09-11T20:24:17.858Z PASS [ 0.036s] (1310/3432) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_enabled
71282026-09-11T20:24:17.861Z PASS [ 0.056s] (1311/3432) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_disabled
71292026-09-11T20:24:17.890Z PASS [ 0.031s] (1312/3432) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
71302026-09-11T20:24:17.899Z PASS [ 0.040s] (1313/3432) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
71312026-09-11T20:24:17.926Z PASS [ 0.034s] (1314/3432) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71322026-09-11T20:24:17.936Z PASS [ 0.037s] (1315/3432) nexus-types quiesce::test::test_drained_blueprint
71332026-09-11T20:24:17.959Z PASS [ 0.035s] (1316/3432) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71342026-09-11T20:24:17.973Z PASS [ 0.035s] (1317/3432) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71352026-09-11T20:24:17.998Z PASS [ 0.038s] (1318/3432) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71362026-09-11T20:24:18.004Z PASS [ 0.032s] (1319/3432) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71372026-09-11T20:24:18.030Z PASS [ 0.033s] (1320/3432) nexus-types quiesce::test::test_quiesce_block_on_reassignment
71382026-09-11T20:24:18.040Z PASS [ 0.035s] (1321/3432) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71392026-09-11T20:24:18.068Z PASS [ 0.037s] (1322/3432) nexus-types quiesce::test::test_quiesce_block_on_saga_started
71402026-09-11T20:24:18.078Z PASS [ 0.037s] (1323/3432) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71412026-09-11T20:24:18.103Z PASS [ 0.036s] (1324/3432) nexus-types quiesce::test::test_quiesce_noop
71422026-09-11T20:24:18.113Z PASS [ 0.036s] (1325/3432) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
71432026-09-11T20:24:18.153Z PASS [ 0.050s] (1326/3432) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
71442026-09-11T20:24:18.305Z PASS [ 0.191s] (1327/3432) nexus-types::read_series blueprint_mismatch
71452026-09-11T20:24:18.491Z PASS [ 0.338s] (1328/3432) nexus-types::read_series blueprint_source_reconciliation
71462026-09-11T20:24:18.552Z PASS [ 0.247s] (1329/3432) nexus-types::read_series collection_mismatch
71472026-09-11T20:24:18.614Z PASS [ 2.843s] (1330/3432) nexus-test-utils test::test_suite_password_matches_hash
71482026-09-11T20:24:18.657Z PASS [ 9.678s] (1331/3432) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71492026-09-11T20:24:18.689Z PASS [ 0.198s] (1332/3432) nexus-types::read_series external_dns_mismatch
71502026-09-11T20:24:18.712Z PASS [ 0.160s] (1333/3432) nexus-types::read_series identical_inputs
71512026-09-11T20:24:18.719Z PASS [ 0.030s] (1334/3432) nexus-types::read_series malformed_json
71522026-09-11T20:24:18.757Z PASS [ 0.037s] (1335/3432) nexus-types::read_series no_inputs
71532026-09-11T20:24:18.760Z PASS [ 12.869s] (1336/3432) nexus-db-queries policy_test::test_conferred_roles
71542026-09-11T20:24:18.875Z PASS [ 0.218s] (1337/3432) nexus-types::read_series internal_dns_mismatch
71552026-09-11T20:24:18.930Z PASS [ 0.172s] (1338/3432) nexus-types::read_series single_input_happy_path
71562026-09-11T20:24:18.957Z PASS [ 4.051s] (1339/3432) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::partial_failure_then_retry_converges
71572026-09-11T20:24:18.961Z PASS [ 0.029s] (1340/3432) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
71582026-09-11T20:24:18.983Z PASS [ 0.026s] (1341/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
71592026-09-11T20:24:18.987Z PASS [ 0.028s] (1342/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
71602026-09-11T20:24:19.011Z PASS [ 0.029s] (1343/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
71612026-09-11T20:24:19.018Z PASS [ 0.031s] (1344/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
71622026-09-11T20:24:19.033Z PASS [ 0.021s] (1345/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
71632026-09-11T20:24:19.040Z PASS [ 0.022s] (1346/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
71642026-09-11T20:24:19.055Z PASS [ 0.023s] (1347/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
71652026-09-11T20:24:19.064Z PASS [ 0.024s] (1348/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
71662026-09-11T20:24:19.067Z PASS [ 4.165s] (1349/3432) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
71672026-09-11T20:24:19.079Z PASS [ 0.024s] (1350/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
71682026-09-11T20:24:19.091Z PASS [ 0.027s] (1351/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
71692026-09-11T20:24:19.096Z PASS [ 0.030s] (1352/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
71702026-09-11T20:24:19.105Z PASS [ 0.026s] (1353/3432) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
71712026-09-11T20:24:19.113Z PASS [ 0.023s] (1354/3432) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
71722026-09-11T20:24:19.117Z PASS [ 0.021s] (1355/3432) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
71732026-09-11T20:24:19.132Z PASS [ 0.027s] (1356/3432) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
71742026-09-11T20:24:19.141Z PASS [ 0.027s] (1357/3432) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
71752026-09-11T20:24:19.176Z PASS [ 0.044s] (1358/3432) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
71762026-09-11T20:24:19.176Z PASS [ 0.058s] (1359/3432) nexus-types-versions impls::policy::tests::test_policy_parsing
71772026-09-11T20:24:19.189Z PASS [ 0.314s] (1360/3432) nexus-types::read_series target_missing_from_its_own_file
71782026-09-11T20:24:19.200Z PASS [ 0.059s] (1361/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
71792026-09-11T20:24:19.206Z PASS [ 0.030s] (1362/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
71802026-09-11T20:24:19.229Z PASS [ 0.040s] (1363/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
71812026-09-11T20:24:19.229Z PASS [ 0.044s] (1364/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
71822026-09-11T20:24:19.238Z PASS [ 0.038s] (1365/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
71832026-09-11T20:24:19.251Z PASS [ 0.045s] (1366/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
71842026-09-11T20:24:19.260Z PASS [ 0.031s] (1367/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
71852026-09-11T20:24:19.263Z PASS [ 0.035s] (1368/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
71862026-09-11T20:24:19.267Z PASS [ 0.029s] (1369/3432) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
71872026-09-11T20:24:19.273Z PASS [ 0.022s] (1370/3432) nexus-types-versions v2026_09_08_00::project::tests::defaults_selection_rejects_unknown_fields
71882026-09-11T20:24:19.288Z PASS [ 0.531s] (1371/3432) nexus-types::read_series overlapping_inputs_order_independent
71892026-09-11T20:24:19.294Z PASS [ 0.030s] (1372/3432) nexus-types-versions v2026_09_08_00::vpc::tests::defaults_wire_format
71902026-09-11T20:24:19.294Z PASS [ 0.033s] (1373/3432) nexus-types-versions v2026_09_08_00::project::tests::defaults_wire_format
71912026-09-11T20:24:19.294Z PASS [ 0.582s] (1374/3432) nexus-types::read_series multiple_latest_candidates
71922026-09-11T20:24:19.348Z PASS [ 0.081s] (1375/3432) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
71932026-09-11T20:24:19.363Z PASS [ 0.089s] (1376/3432) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
71942026-09-11T20:24:19.363Z PASS [ 0.069s] (1377/3432) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
71952026-09-11T20:24:19.374Z PASS [ 0.086s] (1378/3432) omicron-certificates tests::test_cert_extended_key_usage
71962026-09-11T20:24:19.381Z PASS [ 0.087s] (1379/3432) omicron-certificates tests::test_common_name_is_validated
71972026-09-11T20:24:19.386Z PASS [ 0.091s] (1380/3432) omicron-certificates tests::test_subject_alternate_names_are_validated
71982026-09-11T20:24:19.536Z PASS [ 0.922s] (1381/3432) nexus-types::read_series intended_blueprint_warning
71992026-09-11T20:24:19.561Z PASS [ 0.025s] (1382/3432) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72002026-09-11T20:24:19.592Z PASS [ 0.031s] (1383/3432) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72012026-09-11T20:24:19.763Z PASS [ 0.171s] (1384/3432) omicron-cockroach-metrics tests::test_cluster_client_caching
72022026-09-11T20:24:19.801Z PASS [ 0.036s] (1385/3432) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72032026-09-11T20:24:19.826Z PASS [ 0.026s] (1386/3432) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72042026-09-11T20:24:19.854Z PASS [ 0.028s] (1387/3432) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72052026-09-11T20:24:19.881Z PASS [ 0.027s] (1388/3432) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72062026-09-11T20:24:19.902Z PASS [ 0.020s] (1389/3432) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72072026-09-11T20:24:19.921Z PASS [ 0.019s] (1390/3432) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72082026-09-11T20:24:19.952Z PASS [ 0.031s] (1391/3432) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72092026-09-11T20:24:19.975Z PASS [ 0.023s] (1392/3432) omicron-common address::test::test_dns_subnets
72102026-09-11T20:24:20.002Z PASS [ 0.024s] (1393/3432) omicron-common address::test::test_ip_range_checks_non_decreasing
72112026-09-11T20:24:20.019Z PASS [ 0.020s] (1394/3432) omicron-common address::test::test_ip_range_enum_deserialization
72122026-09-11T20:24:20.043Z PASS [ 0.023s] (1395/3432) omicron-common address::test::test_ip_range_iter
72132026-09-11T20:24:20.064Z PASS [ 0.021s] (1396/3432) omicron-common address::test::test_ip_range_length
72142026-09-11T20:24:20.086Z PASS [ 0.020s] (1397/3432) omicron-common address::test::test_ip_range_try_from
72152026-09-11T20:24:20.104Z PASS [ 0.020s] (1398/3432) omicron-common address::test::test_ipv6_subnet_deserialize
72162026-09-11T20:24:20.121Z PASS [ 0.017s] (1399/3432) omicron-common address::test::test_sled_address
72172026-09-11T20:24:20.148Z PASS [ 0.027s] (1400/3432) omicron-common api::external::error::test::test_bail_unless
72182026-09-11T20:24:20.173Z PASS [ 0.024s] (1401/3432) omicron-common api::external::error::test::test_context
72192026-09-11T20:24:20.193Z PASS [ 0.020s] (1402/3432) omicron-common api::external::http_pagination::test::test_pagination_examples
72202026-09-11T20:24:20.218Z PASS [ 0.024s] (1403/3432) omicron-common api::external::http_pagination::test::test_pagination_schemas
72212026-09-11T20:24:20.240Z PASS [ 0.022s] (1404/3432) omicron-common api::external::http_pagination::test::test_scan_by_id
72222026-09-11T20:24:20.285Z PASS [ 0.019s] (1405/3432) omicron-common api::external::http_pagination::test::test_scan_by_name
72232026-09-11T20:24:20.285Z PASS [ 0.018s] (1406/3432) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72242026-09-11T20:24:20.307Z PASS [ 0.030s] (1407/3432) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72252026-09-11T20:24:20.329Z PASS [ 0.022s] (1408/3432) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72262026-09-11T20:24:20.350Z PASS [ 0.021s] (1409/3432) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72272026-09-11T20:24:20.372Z PASS [ 0.021s] (1410/3432) omicron-common api::external::test::test_bytecount
72282026-09-11T20:24:20.390Z PASS [ 0.018s] (1411/3432) omicron-common api::external::test::test_bytecount_display
72292026-09-11T20:24:20.409Z PASS [ 0.019s] (1412/3432) omicron-common api::external::test::test_digest
72302026-09-11T20:24:20.429Z PASS [ 0.019s] (1413/3432) omicron-common api::external::test::test_firewall_deserialization
72312026-09-11T20:24:20.458Z PASS [ 0.029s] (1414/3432) omicron-common api::external::test::test_firewall_rule_host_filter_parse
72322026-09-11T20:24:20.480Z PASS [ 0.021s] (1415/3432) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
72332026-09-11T20:24:20.509Z PASS [ 0.029s] (1416/3432) omicron-common api::external::test::test_firewall_rule_target_parse
72342026-09-11T20:24:20.531Z PASS [ 0.021s] (1417/3432) omicron-common api::external::test::test_hostname_from_str
72352026-09-11T20:24:20.537Z PASS [ 1.151s] (1418/3432) omicron-cockroach-admin context::tests::test_node_id
72362026-09-11T20:24:20.549Z PASS [ 0.018s] (1419/3432) omicron-common api::external::test::test_ip_port_range_from_str
72372026-09-11T20:24:20.559Z PASS [ 0.023s] (1420/3432) omicron-common api::external::test::test_ip_port_range_into_str
72382026-09-11T20:24:20.572Z PASS [ 0.022s] (1421/3432) omicron-common api::external::test::test_ipv6_net_operations
72392026-09-11T20:24:20.582Z PASS [ 0.022s] (1422/3432) omicron-common api::external::test::test_mac_system_iterator
72402026-09-11T20:24:20.599Z PASS [ 0.027s] (1423/3432) omicron-common api::external::test::test_mac_to_int_conversions
72412026-09-11T20:24:20.603Z PASS [ 0.021s] (1424/3432) omicron-common api::external::test::test_macaddr
72422026-09-11T20:24:20.620Z PASS [ 0.020s] (1425/3432) omicron-common api::external::test::test_name_parse
72432026-09-11T20:24:20.636Z PASS [ 0.032s] (1426/3432) omicron-common api::external::test::test_name_parse_from_param
72442026-09-11T20:24:20.639Z PASS [ 0.018s] (1427/3432) omicron-common api::external::test::test_resource_name_parse
72452026-09-11T20:24:20.664Z PASS [ 0.029s] (1428/3432) omicron-common api::external::test::test_route_destination_parse
72462026-09-11T20:24:20.675Z PASS [ 0.038s] (1429/3432) omicron-common api::external::test::test_route_target_parse
72472026-09-11T20:24:20.688Z PASS [ 0.024s] (1430/3432) omicron-common api::external::test::test_semver_serialize
72482026-09-11T20:24:20.703Z PASS [ 0.028s] (1431/3432) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72492026-09-11T20:24:20.713Z PASS [ 0.025s] (1432/3432) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
72502026-09-11T20:24:20.732Z PASS [ 0.029s] (1433/3432) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72512026-09-11T20:24:20.736Z PASS [ 0.023s] (1434/3432) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72522026-09-11T20:24:20.755Z PASS [ 0.023s] (1435/3432) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72532026-09-11T20:24:20.765Z PASS [ 0.028s] (1436/3432) omicron-common disk::tests::parse_dataset_name
72542026-09-11T20:24:20.777Z PASS [ 0.022s] (1437/3432) omicron-common zpool_name::test::test_parse_bad_zpool_names
72552026-09-11T20:24:20.787Z PASS [ 0.021s] (1438/3432) omicron-common zpool_name::test::test_parse_external_zpool_name
72562026-09-11T20:24:20.801Z PASS [ 0.023s] (1439/3432) omicron-common zpool_name::test::test_parse_internal_zpool_name
72572026-09-11T20:24:20.820Z PASS [ 0.034s] (1440/3432) omicron-common zpool_name::test::test_parse_zpool_name_json
72582026-09-11T20:24:20.829Z PASS [ 0.028s] (1441/3432) omicron-common zpool_name::test::test_zpool_name_regex
72592026-09-11T20:24:20.887Z PASS [ 1.513s] (1442/3432) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72602026-09-11T20:24:21.154Z PASS [ 0.333s] (1443/3432) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
72612026-09-11T20:24:21.177Z PASS [ 1.814s] (1444/3432) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72622026-09-11T20:24:21.205Z PASS [ 0.028s] (1445/3432) omicron-gateway management_switch::location_map::tests::test_config_validation
72632026-09-11T20:24:21.209Z PASS [ 0.380s] (1446/3432) omicron-dev::test-omicron-dev test_omicron_dev_no_args
72642026-09-11T20:24:21.234Z PASS [ 0.029s] (1447/3432) omicron-gateway management_switch::location_map::tests::test_resolve_location
72652026-09-11T20:24:21.284Z PASS [ 0.050s] (1448/3432) omicron-gateway::test_all integration_tests::config::read_production_smf_config
72662026-09-11T20:24:21.417Z PASS [ 0.208s] (1449/3432) omicron-gateway::test_all integration_tests::component_list::component_list
72672026-09-11T20:24:21.493Z PASS [ 0.208s] (1450/3432) omicron-gateway::test_all integration_tests::ereports::ereports_basic
72682026-09-11T20:24:21.630Z PASS [ 0.212s] (1451/3432) omicron-gateway::test_all integration_tests::ereports::ereports_commit
72692026-09-11T20:24:21.634Z PASS [ 11.788s] (1452/3432) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
72702026-09-11T20:24:21.703Z PASS [ 0.210s] (1453/3432) omicron-gateway::test_all integration_tests::ereports::ereports_limit
72712026-09-11T20:24:21.862Z PASS [ 0.231s] (1454/3432) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72722026-09-11T20:24:21.925Z PASS [ 0.223s] (1455/3432) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72732026-09-11T20:24:21.955Z PASS [ 0.029s] (1456/3432) omicron-ledger test::test_commit_handles_write_failures
72742026-09-11T20:24:21.979Z PASS [ 0.025s] (1457/3432) omicron-ledger test::test_create_default_ledger
72752026-09-11T20:24:22.001Z PASS [ 0.021s] (1458/3432) omicron-ledger test::test_create_ledger_reads_from_storage
72762026-09-11T20:24:22.022Z PASS [ 0.021s] (1459/3432) omicron-ledger test::test_create_ledger_reads_latest_from_storage
72772026-09-11T20:24:22.030Z PASS [ 12.111s] (1460/3432) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
72782026-09-11T20:24:22.042Z PASS [ 0.019s] (1461/3432) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
72792026-09-11T20:24:22.050Z PASS [ 0.020s] (1462/3432) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
72802026-09-11T20:24:22.062Z PASS [ 0.020s] (1463/3432) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
72812026-09-11T20:24:22.069Z PASS [ 0.018s] (1464/3432) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
72822026-09-11T20:24:22.080Z PASS [ 0.018s] (1465/3432) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
72832026-09-11T20:24:22.122Z PASS [ 0.260s] (1466/3432) omicron-gateway::test_all integration_tests::task_dump::task_dump
72842026-09-11T20:24:22.151Z PASS [ 0.521s] (1467/3432) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72852026-09-11T20:24:22.439Z PASS [ 0.060s] (1468/3432) omicron-nexus app::alert::tests::test_alert_class_list
72862026-09-11T20:24:22.642Z PASS [ 3.294s] (1469/3432) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72872026-09-11T20:24:22.949Z PASS [ 12.750s] (1470/3432) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
72882026-09-11T20:24:22.985Z PASS [ 14.457s] (1471/3432) nexus-mgs-updates driver_update::test::test_sp_update_takeover
72892026-09-11T20:24:24.106Z PASS [ 13.034s] (1472/3432) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
72902026-09-11T20:24:24.178Z PASS [ 4.797s] (1473/3432) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
72912026-09-11T20:24:24.894Z PASS [ 5.531s] (1474/3432) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72922026-09-11T20:24:25.089Z PASS [ 144.667s] (1475/3432) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
72932026-09-11T20:24:25.138Z PASS [ 0.049s] (1476/3432) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
72942026-09-11T20:24:25.187Z PASS [ 0.049s] (1477/3432) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
72952026-09-11T20:24:25.237Z PASS [ 0.049s] (1478/3432) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
72962026-09-11T20:24:25.283Z PASS [ 0.047s] (1479/3432) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
72972026-09-11T20:24:25.335Z PASS [ 0.052s] (1480/3432) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
72982026-09-11T20:24:28.186Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72992026-09-11T20:24:28.435Z PASS [ 19.591s] (1481/3432) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
73002026-09-11T20:24:29.092Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73012026-09-11T20:24:29.127Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
73022026-09-11T20:24:29.187Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
73032026-09-11T20:24:29.799Z PASS [ 12.543s] (1482/3432) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73042026-09-11T20:24:33.458Z PASS [ 18.274s] (1483/3432) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
73052026-09-11T20:24:33.970Z PASS [ 13.084s] (1484/3432) omicron-dev::test-omicron-dev test_run_all
73062026-09-11T20:24:34.417Z PASS [ 19.883s] (1485/3432) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73072026-09-11T20:24:35.766Z PASS [ 21.171s] (1486/3432) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
73082026-09-11T20:24:36.029Z PASS [ 7.595s] (1487/3432) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
73092026-09-11T20:24:36.181Z PASS [ 13.539s] (1488/3432) omicron-nexus app::background::driver::test::test_driver_basic
73102026-09-11T20:24:36.836Z PASS [ 7.036s] (1489/3432) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
73112026-09-11T20:24:38.117Z PASS [ 15.906s] (1490/3432) omicron-nexus app::background::driver::test::test_activation_in_progress
73122026-09-11T20:24:39.434Z PASS [ 16.484s] (1491/3432) omicron-nexus app::background::init::test::test_dns_propagation_basic
73132026-09-11T20:24:39.500Z PASS [ 24.913s] (1492/3432) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73142026-09-11T20:24:39.695Z PASS [ 6.237s] (1493/3432) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
73152026-09-11T20:24:40.292Z PASS [ 15.398s] (1494/3432) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73162026-09-11T20:24:40.746Z PASS [ 25.896s] (1495/3432) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
73172026-09-11T20:24:43.845Z PASS [ 34.625s] (1496/3432) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
73182026-09-11T20:24:43.946Z PASS [ 21.877s] (1497/3432) omicron-ls-apis::test_dependencies test_api_check
73192026-09-11T20:24:44.856Z PASS [ 8.826s] (1498/3432) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73202026-09-11T20:24:44.897Z PASS [ 21.912s] (1499/3432) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73212026-09-11T20:24:45.064Z PASS [ 22.983s] (1500/3432) omicron-ls-apis::test_dependencies test_api_dependencies
73222026-09-11T20:24:45.139Z PASS [ 0.076s] (1501/3432) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73232026-09-11T20:24:45.622Z PASS [ 21.444s] (1502/3432) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73242026-09-11T20:24:46.439Z PASS [ 22.334s] (1503/3432) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73252026-09-11T20:24:46.458Z PASS [ 9.622s] (1504/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_delete_cap_mid_blueprint
73262026-09-11T20:24:46.906Z PASS [ 24.784s] (1505/3432) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
73272026-09-11T20:24:47.056Z PASS [ 7.555s] (1506/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_never_deletes_target
73282026-09-11T20:24:47.474Z PASS [ 11.293s] (1507/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_basic
73292026-09-11T20:24:47.620Z PASS [ 9.502s] (1508/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_dups
73302026-09-11T20:24:47.767Z PASS [ 13.350s] (1509/3432) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73312026-09-11T20:24:48.232Z PASS [ 7.938s] (1510/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_config
73322026-09-11T20:24:48.412Z PASS [ 8.979s] (1511/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_multiple_batches
73332026-09-11T20:24:49.390Z PASS [ 5.444s] (1512/3432) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73342026-09-11T20:24:49.903Z PASS [ 9.157s] (1513/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_no_prune_non_target_blueprint
73352026-09-11T20:24:50.732Z PASS [ 5.876s] (1514/3432) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73362026-09-11T20:24:50.939Z PASS [ 6.041s] (1515/3432) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73372026-09-11T20:24:51.517Z PASS [ 17.546s] (1516/3432) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73382026-09-11T20:24:53.316Z PASS [ 9.470s] (1517/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_prune_missing_blueprint
73392026-09-11T20:24:54.095Z PASS [ 6.327s] (1518/3432) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
73402026-09-11T20:24:54.926Z PASS [ 6.693s] (1519/3432) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
73412026-09-11T20:24:55.144Z PASS [ 6.731s] (1520/3432) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
73422026-09-11T20:24:55.430Z PASS [ 19.646s] (1521/3432) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73432026-09-11T20:24:55.895Z PASS [ 6.497s] (1522/3432) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
73442026-09-11T20:24:56.978Z PASS [ 7.072s] (1523/3432) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
73452026-09-11T20:24:57.473Z PASS [ 17.775s] (1524/3432) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_task
73462026-09-11T20:24:57.576Z PASS [ 6.842s] (1525/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
73472026-09-11T20:24:58.227Z PASS [ 7.284s] (1526/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
73482026-09-11T20:24:58.602Z PASS [ 13.461s] (1527/3432) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73492026-09-11T20:24:58.853Z PASS [ 7.334s] (1528/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
73502026-09-11T20:25:00.118Z PASS [ 6.802s] (1529/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
73512026-09-11T20:25:00.427Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
73522026-09-11T20:25:00.554Z PASS [ 14.931s] (1530/3432) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73532026-09-11T20:25:00.741Z PASS [ 14.302s] (1531/3432) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73542026-09-11T20:25:01.200Z PASS [ 7.105s] (1532/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
73552026-09-11T20:25:01.414Z PASS [ 14.358s] (1533/3432) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
73562026-09-11T20:25:01.474Z PASS [ 6.330s] (1534/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
73572026-09-11T20:25:01.480Z PASS [ 15.022s] (1535/3432) omicron-nexus app::background::tasks::dns_config::test::test_basic
73582026-09-11T20:25:01.526Z PASS [ 0.052s] (1536/3432) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
73592026-09-11T20:25:01.535Z PASS [ 14.629s] (1537/3432) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73602026-09-11T20:25:01.539Z PASS [ 0.056s] (1538/3432) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
73612026-09-11T20:25:01.581Z PASS [ 0.054s] (1539/3432) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
73622026-09-11T20:25:01.627Z PASS [ 0.091s] (1540/3432) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
73632026-09-11T20:25:01.631Z PASS [ 0.049s] (1541/3432) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
73642026-09-11T20:25:01.631Z PASS [ 0.095s] (1542/3432) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
73652026-09-11T20:25:01.719Z PASS [ 0.092s] (1543/3432) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
73662026-09-11T20:25:01.741Z PASS [ 0.108s] (1544/3432) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
73672026-09-11T20:25:01.747Z PASS [ 0.117s] (1545/3432) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
73682026-09-11T20:25:01.794Z PASS [ 0.054s] (1546/3432) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
73692026-09-11T20:25:01.799Z PASS [ 0.053s] (1547/3432) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
73702026-09-11T20:25:01.823Z PASS [ 0.104s] (1548/3432) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
73712026-09-11T20:25:01.848Z PASS [ 0.052s] (1549/3432) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
73722026-09-11T20:25:01.851Z PASS [ 0.048s] (1550/3432) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
73732026-09-11T20:25:01.855Z PASS [ 14.378s] (1551/3432) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
73742026-09-11T20:25:01.873Z PASS [ 0.051s] (1552/3432) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
73752026-09-11T20:25:01.963Z PASS [ 14.343s] (1553/3432) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73762026-09-11T20:25:01.969Z PASS [ 0.123s] (1554/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
73772026-09-11T20:25:01.973Z PASS [ 0.122s] (1555/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
73782026-09-11T20:25:01.985Z PASS [ 0.133s] (1556/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
73792026-09-11T20:25:01.996Z PASS [ 0.122s] (1557/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
73802026-09-11T20:25:02.080Z PASS [ 0.117s] (1558/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
73812026-09-11T20:25:02.131Z PASS [ 0.050s] (1559/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
73822026-09-11T20:25:02.185Z PASS [ 6.774s] (1560/3432) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
73832026-09-11T20:25:02.191Z PASS [ 0.206s] (1561/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
73842026-09-11T20:25:02.222Z PASS [ 0.226s] (1562/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
73852026-09-11T20:25:02.228Z PASS [ 0.257s] (1563/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
73862026-09-11T20:25:02.234Z PASS [ 0.048s] (1564/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
73872026-09-11T20:25:02.240Z PASS [ 0.048s] (1565/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
73882026-09-11T20:25:02.243Z PASS [ 0.274s] (1566/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
73892026-09-11T20:25:02.256Z PASS [ 0.126s] (1567/3432) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
73902026-09-11T20:25:02.290Z PASS [ 7.366s] (1568/3432) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
73912026-09-11T20:25:02.625Z PASS [ 6.736s] (1569/3432) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
73922026-09-11T20:25:03.179Z PASS [ 5.604s] (1570/3432) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
73932026-09-11T20:25:03.314Z PASS [ 37.979s] (1571/3432) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
73942026-09-11T20:25:04.408Z PASS [ 55.170s] (1572/3432) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73952026-09-11T20:25:05.383Z PASS [ 8.408s] (1573/3432) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
73962026-09-11T20:25:06.107Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
73972026-09-11T20:25:06.318Z PASS [ 45.164s] (1574/3432) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73982026-09-11T20:25:07.529Z PASS [ 6.328s] (1575/3432) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
73992026-09-11T20:25:07.936Z PASS [ 58.352s] (1576/3432) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74002026-09-11T20:25:09.870Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74012026-09-11T20:25:14.265Z PASS [ 68.159s] (1577/3432) nexus-db-queries policy_test::test_iam_roles_behavior
74022026-09-11T20:25:17.741Z PASS [ 15.116s] (1578/3432) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74032026-09-11T20:25:18.360Z PASS [ 16.116s] (1579/3432) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74042026-09-11T20:25:18.365Z PASS [ 16.109s] (1580/3432) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74052026-09-11T20:25:18.650Z PASS [ 16.409s] (1581/3432) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74062026-09-11T20:25:18.680Z PASS [ 17.266s] (1582/3432) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74072026-09-11T20:25:18.757Z PASS [ 15.577s] (1583/3432) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74082026-09-11T20:25:18.927Z PASS [ 16.637s] (1584/3432) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74092026-09-11T20:25:19.530Z PASS [ 16.216s] (1585/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74102026-09-11T20:25:19.710Z PASS [ 15.302s] (1586/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74112026-09-11T20:25:19.809Z PASS [ 110.719s] (1587/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74122026-09-11T20:25:19.815Z PASS [ 19.074s] (1588/3432) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74132026-09-11T20:25:19.991Z PASS [ 110.866s] (1589/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
74142026-09-11T20:25:20.347Z PASS [ 21.746s] (1590/3432) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74152026-09-11T20:25:20.591Z PASS [ 15.208s] (1591/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74162026-09-11T20:25:20.830Z PASS [ 111.645s] (1592/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
74172026-09-11T20:25:20.989Z PASS [ 23.518s] (1593/3432) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
74182026-09-11T20:25:21.301Z PASS [ 19.078s] (1594/3432) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
74192026-09-11T20:25:21.785Z PASS [ 4.043s] (1595/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74202026-09-11T20:25:22.388Z PASS [ 4.019s] (1596/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
74212026-09-11T20:25:22.423Z PASS [ 22.305s] (1597/3432) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74222026-09-11T20:25:22.657Z PASS [ 4.008s] (1598/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74232026-09-11T20:25:22.715Z PASS [ 72.909s] (1599/3432) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74242026-09-11T20:25:22.754Z PASS [ 3.999s] (1600/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
74252026-09-11T20:25:22.759Z PASS [ 14.822s] (1601/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
74262026-09-11T20:25:22.784Z PASS [ 4.103s] (1602/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
74272026-09-11T20:25:22.793Z PASS [ 0.074s] (1603/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74282026-09-11T20:25:22.813Z PASS [ 0.058s] (1604/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
74292026-09-11T20:25:22.822Z PASS [ 0.063s] (1605/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
74302026-09-11T20:25:22.845Z PASS [ 0.061s] (1606/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
74312026-09-11T20:25:22.848Z PASS [ 0.059s] (1607/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
74322026-09-11T20:25:22.874Z PASS [ 0.061s] (1608/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
74332026-09-11T20:25:22.882Z PASS [ 0.060s] (1609/3432) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
74342026-09-11T20:25:23.125Z PASS [ 0.250s] (1610/3432) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74352026-09-11T20:25:23.136Z PASS [ 0.287s] (1611/3432) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74362026-09-11T20:25:23.184Z PASS [ 0.059s] (1612/3432) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74372026-09-11T20:25:23.185Z PASS [ 0.048s] (1613/3432) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
74382026-09-11T20:25:23.189Z PASS [ 0.344s] (1614/3432) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74392026-09-11T20:25:23.302Z PASS [ 0.118s] (1615/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
74402026-09-11T20:25:23.310Z PASS [ 0.121s] (1616/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
74412026-09-11T20:25:23.310Z PASS [ 0.117s] (1617/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
74422026-09-11T20:25:23.377Z PASS [ 0.073s] (1618/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
74432026-09-11T20:25:23.385Z PASS [ 0.077s] (1619/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
74442026-09-11T20:25:23.388Z PASS [ 0.081s] (1620/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
74452026-09-11T20:25:23.429Z PASS [ 0.053s] (1621/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
74462026-09-11T20:25:23.461Z PASS [ 0.078s] (1622/3432) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
74472026-09-11T20:25:23.473Z PASS [ 0.085s] (1623/3432) omicron-nexus app::crucible::test::upstairs_health_search
74482026-09-11T20:25:23.539Z PASS [ 0.078s] (1624/3432) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
74492026-09-11T20:25:23.543Z PASS [ 0.072s] (1625/3432) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
74502026-09-11T20:25:23.599Z PASS [ 21.370s] (1626/3432) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
74512026-09-11T20:25:23.619Z PASS [ 0.080s] (1627/3432) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
74522026-09-11T20:25:23.623Z PASS [ 0.077s] (1628/3432) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
74532026-09-11T20:25:23.627Z PASS [ 0.742s] (1629/3432) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74542026-09-11T20:25:23.668Z PASS [ 4.741s] (1630/3432) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
74552026-09-11T20:25:23.723Z PASS [ 0.054s] (1631/3432) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
74562026-09-11T20:25:23.727Z PASS [ 0.106s] (1632/3432) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
74572026-09-11T20:25:23.731Z PASS [ 0.106s] (1633/3432) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
74582026-09-11T20:25:23.839Z PASS [ 0.111s] (1634/3432) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
74592026-09-11T20:25:23.843Z PASS [ 0.411s] (1635/3432) omicron-nexus app::deployment::tests::test_debug_files
74602026-09-11T20:25:23.848Z PASS [ 0.121s] (1636/3432) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
74612026-09-11T20:25:23.848Z PASS [ 0.118s] (1637/3432) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
74622026-09-11T20:25:23.892Z PASS [ 0.294s] (1638/3432) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
74632026-09-11T20:25:23.980Z PASS [ 0.359s] (1639/3432) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
74642026-09-11T20:25:23.987Z PASS [ 0.142s] (1640/3432) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
74652026-09-11T20:25:23.987Z PASS [ 0.144s] (1641/3432) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
74662026-09-11T20:25:24.043Z PASS [ 0.147s] (1642/3432) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
74672026-09-11T20:25:24.043Z PASS [ 0.144s] (1643/3432) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
74682026-09-11T20:25:24.128Z PASS [ 17.810s] (1644/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
74692026-09-11T20:25:24.153Z PASS [ 0.174s] (1645/3432) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
74702026-09-11T20:25:24.227Z PASS [ 0.244s] (1646/3432) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
74712026-09-11T20:25:24.233Z PASS [ 0.243s] (1647/3432) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
74722026-09-11T20:25:24.238Z PASS [ 0.256s] (1648/3432) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
74732026-09-11T20:25:24.248Z PASS [ 0.119s] (1649/3432) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74742026-09-11T20:25:24.251Z PASS [ 0.358s] (1650/3432) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
74752026-09-11T20:25:24.304Z PASS [ 0.066s] (1651/3432) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
74762026-09-11T20:25:24.317Z PASS [ 0.062s] (1652/3432) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74772026-09-11T20:25:24.320Z PASS [ 0.081s] (1653/3432) omicron-nexus app::external_endpoints::test::test_no_endpoint
74782026-09-11T20:25:24.320Z PASS [ 0.067s] (1654/3432) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74792026-09-11T20:25:24.332Z PASS [ 4.802s] (1655/3432) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
74802026-09-11T20:25:24.356Z PASS [ 0.129s] (1656/3432) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74812026-09-11T20:25:24.366Z PASS [ 0.062s] (1657/3432) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74822026-09-11T20:25:24.435Z PASS [ 0.120s] (1658/3432) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
74832026-09-11T20:25:24.439Z PASS [ 0.124s] (1659/3432) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74842026-09-11T20:25:24.481Z PASS [ 0.148s] (1660/3432) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74852026-09-11T20:25:24.481Z PASS [ 0.166s] (1661/3432) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74862026-09-11T20:25:24.500Z PASS [ 0.144s] (1662/3432) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74872026-09-11T20:25:24.509Z PASS [ 0.142s] (1663/3432) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
74882026-09-11T20:25:24.565Z PASS [ 0.130s] (1664/3432) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
74892026-09-11T20:25:24.582Z PASS [ 0.588s] (1665/3432) omicron-nexus app::external_endpoints::test::test_authority
74902026-09-11T20:25:24.638Z PASS [ 0.157s] (1666/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
74912026-09-11T20:25:24.650Z PASS [ 0.150s] (1667/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
74922026-09-11T20:25:24.662Z PASS [ 0.181s] (1668/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
74932026-09-11T20:25:24.684Z PASS [ 0.175s] (1669/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
74942026-09-11T20:25:24.694Z PASS [ 0.056s] (1670/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
74952026-09-11T20:25:24.697Z PASS [ 0.131s] (1671/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
74962026-09-11T20:25:24.697Z PASS [ 0.117s] (1672/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
74972026-09-11T20:25:24.707Z PASS [ 0.057s] (1673/3432) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
74982026-09-11T20:25:24.722Z PASS [ 0.060s] (1674/3432) omicron-nexus app::multicast::tests::test_is_ssm_address
74992026-09-11T20:25:24.902Z PASS [ 0.204s] (1675/3432) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75002026-09-11T20:25:25.259Z PASS [ 10.995s] (1676/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
75012026-09-11T20:25:26.266Z PASS [ 2.114s] (1677/3432) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75022026-09-11T20:25:27.980Z PASS [ 20.451s] (1678/3432) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
75032026-09-11T20:25:28.187Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75042026-09-11T20:25:30.503Z PASS [ 28.269s] (1679/3432) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
75052026-09-11T20:25:30.998Z PASS [ 12.639s] (1680/3432) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
75062026-09-11T20:25:31.608Z PASS [ 11.793s] (1681/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
75072026-09-11T20:25:32.188Z PASS [ 11.596s] (1682/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75082026-09-11T20:25:32.439Z PASS [ 12.630s] (1683/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
75092026-09-11T20:25:32.452Z PASS [ 12.105s] (1684/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
75102026-09-11T20:25:33.737Z PASS [ 12.437s] (1685/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75112026-09-11T20:25:34.086Z PASS [ 14.095s] (1686/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75122026-09-11T20:25:35.251Z PASS [ 15.540s] (1687/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
75132026-09-11T20:25:36.919Z PASS [ 38.696s] (1688/3432) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
75142026-09-11T20:25:37.049Z PASS [ 14.664s] (1689/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
75152026-09-11T20:25:37.262Z PASS [ 14.604s] (1690/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
75162026-09-11T20:25:37.728Z PASS [ 15.943s] (1691/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75172026-09-11T20:25:37.859Z PASS [ 16.870s] (1692/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75182026-09-11T20:25:37.914Z PASS [ 13.477s] (1693/3432) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
75192026-09-11T20:25:38.943Z PASS [ 18.112s] (1694/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
75202026-09-11T20:25:38.980Z PASS [ 16.556s] (1695/3432) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
75212026-09-11T20:25:40.347Z PASS [ 41.497s] (1696/3432) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75222026-09-11T20:25:40.477Z PASS [ 15.793s] (1697/3432) omicron-nexus app::quiesce::test::test_quiesce_easy
75232026-09-11T20:25:41.074Z PASS [ 16.378s] (1698/3432) omicron-nexus app::quiesce::test::test_quiesce_multi
75242026-09-11T20:25:41.371Z PASS [ 16.677s] (1699/3432) omicron-nexus app::quiesce::test::test_quiesce_full
75252026-09-11T20:25:41.779Z PASS [ 41.225s] (1700/3432) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
75262026-09-11T20:25:46.760Z PASS [ 20.494s] (1701/3432) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75272026-09-11T20:25:48.579Z PASS [ 23.677s] (1702/3432) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
75282026-09-11T20:25:49.073Z PASS [ 24.350s] (1703/3432) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
75292026-09-11T20:25:49.268Z PASS [ 23.955s] (1704/3432) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
75302026-09-11T20:25:49.833Z PASS [ 21.853s] (1705/3432) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
75312026-09-11T20:25:51.277Z PASS [ 20.278s] (1706/3432) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
75322026-09-11T20:25:51.959Z PASS [ 20.349s] (1707/3432) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
75332026-09-11T20:25:57.019Z PASS [ 18.077s] (1708/3432) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75342026-09-11T20:25:57.319Z PASS [ 19.590s] (1709/3432) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75352026-09-11T20:25:57.542Z PASS [ 20.279s] (1710/3432) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75362026-09-11T20:25:57.823Z PASS [ 25.384s] (1711/3432) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75372026-09-11T20:25:58.026Z PASS [ 24.289s] (1712/3432) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75382026-09-11T20:25:58.362Z PASS [ 20.447s] (1713/3432) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75392026-09-11T20:25:58.522Z PASS [ 18.173s] (1714/3432) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75402026-09-11T20:25:58.971Z PASS [ 34.261s] (1715/3432) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75412026-09-11T20:25:59.161Z PASS [ 21.301s] (1716/3432) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75422026-09-11T20:25:59.161Z PASS [ 17.790s] (1717/3432) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75432026-09-11T20:25:59.369Z PASS [ 18.262s] (1718/3432) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75442026-09-11T20:25:59.714Z PASS [ 29.210s] (1719/3432) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75452026-09-11T20:26:00.428Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
75462026-09-11T20:26:00.538Z PASS [ 21.558s] (1720/3432) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75472026-09-11T20:26:04.179Z PASS [ 22.400s] (1721/3432) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
75482026-09-11T20:26:08.678Z PASS [ 19.464s] (1722/3432) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75492026-09-11T20:26:08.678Z PASS [ 19.605s] (1723/3432) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75502026-09-11T20:26:11.027Z PASS [ 24.266s] (1724/3432) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
75512026-09-11T20:26:12.031Z PASS [ 22.198s] (1725/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75522026-09-11T20:26:12.959Z PASS [ 21.001s] (1726/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75532026-09-11T20:26:16.811Z PASS [ 39.761s] (1727/3432) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
75542026-09-11T20:26:17.698Z PASS [ 20.156s] (1728/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75552026-09-11T20:26:18.537Z PASS [ 21.517s] (1729/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75562026-09-11T20:26:18.963Z PASS [ 20.600s] (1730/3432) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75572026-09-11T20:26:19.978Z PASS [ 43.057s] (1731/3432) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
75582026-09-11T20:26:20.713Z PASS [ 22.889s] (1732/3432) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75592026-09-11T20:26:20.991Z PASS [ 22.471s] (1733/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
75602026-09-11T20:26:21.266Z PASS [ 22.105s] (1734/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
75612026-09-11T20:26:21.582Z PASS [ 21.868s] (1735/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75622026-09-11T20:26:21.755Z PASS [ 49.566s] (1736/3432) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75632026-09-11T20:26:21.815Z PASS [ 0.060s] (1737/3432) omicron-nexus app::sagas::project_create::test::test_default_vpc_defaults
75642026-09-11T20:26:22.342Z PASS [ 23.180s] (1738/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
75652026-09-11T20:26:22.351Z PASS [ 21.812s] (1739/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75662026-09-11T20:26:23.071Z PASS [ 48.984s] (1740/3432) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
75672026-09-11T20:26:25.748Z PASS [ 53.295s] (1741/3432) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75682026-09-11T20:26:26.096Z PASS [ 45.618s] (1742/3432) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
75692026-09-11T20:26:28.188Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75702026-09-11T20:26:29.678Z PASS [ 20.999s] (1743/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75712026-09-11T20:26:31.875Z PASS [ 23.196s] (1744/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75722026-09-11T20:26:32.098Z PASS [ 11.386s] (1745/3432) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
75732026-09-11T20:26:32.850Z PASS [ 11.859s] (1746/3432) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
75742026-09-11T20:26:33.029Z PASS [ 11.763s] (1747/3432) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
75752026-09-11T20:26:34.551Z PASS [ 12.736s] (1748/3432) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75762026-09-11T20:26:34.728Z PASS [ 11.657s] (1749/3432) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75772026-09-11T20:26:34.792Z PASS [ 0.064s] (1750/3432) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75782026-09-11T20:26:35.174Z PASS [ 23.143s] (1751/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75792026-09-11T20:26:35.178Z PASS [ 12.837s] (1752/3432) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75802026-09-11T20:26:35.252Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
75812026-09-11T20:26:35.692Z PASS [ 14.110s] (1753/3432) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
75822026-09-11T20:26:37.656Z PASS [ 11.560s] (1754/3432) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75832026-09-11T20:26:38.116Z PASS [ 19.153s] (1755/3432) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75842026-09-11T20:26:39.078Z PASS [ 22.267s] (1756/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75852026-09-11T20:26:39.246Z PASS [ 21.548s] (1757/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75862026-09-11T20:26:39.402Z PASS [ 19.426s] (1758/3432) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
75872026-09-11T20:26:46.385Z PASS [ 11.834s] (1759/3432) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
75882026-09-11T20:26:46.450Z PASS [ 27.914s] (1760/3432) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75892026-09-11T20:26:46.504Z PASS [ 0.053s] (1761/3432) omicron-nexus app::sagas::vpc_create::test::test_should_create_default_subnet
75902026-09-11T20:26:48.581Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75912026-09-11T20:26:49.198Z PASS [ 9.795s] (1762/3432) omicron-nexus app::sagas::test_saga::test_saga_stuck
75922026-09-11T20:26:51.280Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75932026-09-11T20:26:52.570Z PASS [ 16.877s] (1763/3432) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
75942026-09-11T20:26:53.249Z PASS [ 54.280s] (1764/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75952026-09-11T20:26:53.998Z PASS [ 15.881s] (1765/3432) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
75962026-09-11T20:26:54.493Z PASS [ 16.836s] (1766/3432) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
75972026-09-11T20:26:55.019Z PASS [ 15.942s] (1767/3432) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
75982026-09-11T20:26:55.518Z PASS [ 16.272s] (1768/3432) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
75992026-09-11T20:26:55.890Z PASS [ 80.639s] (1769/3432) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
76002026-09-11T20:26:56.759Z PASS [ 68.180s] (1770/3432) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76012026-09-11T20:26:57.319Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76022026-09-11T20:26:57.701Z PASS [ 11.196s] (1771/3432) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76032026-09-11T20:26:58.028Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76042026-09-11T20:26:58.664Z PASS [ 12.279s] (1772/3432) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76052026-09-11T20:26:59.339Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76062026-09-11T20:27:00.429Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
76072026-09-11T20:27:00.530Z PASS [ 11.332s] (1773/3432) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76082026-09-11T20:27:03.150Z PASS [ 58.970s] (1774/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76092026-09-11T20:27:06.096Z PASS [ 12.846s] (1775/3432) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76102026-09-11T20:27:06.451Z PASS [ 33.600s] (1776/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76112026-09-11T20:27:06.524Z PASS [ 13.952s] (1777/3432) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76122026-09-11T20:27:06.885Z PASS [ 11.865s] (1778/3432) omicron-nexus app::update::test::test_contact_support_all_unhealthy
76132026-09-11T20:27:07.554Z PASS [ 11.663s] (1779/3432) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
76142026-09-11T20:27:07.879Z PASS [ 12.346s] (1780/3432) omicron-nexus app::update::test::test_contact_support_healthy_system
76152026-09-11T20:27:08.231Z PASS [ 14.233s] (1781/3432) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76162026-09-11T20:27:08.802Z PASS [ 12.041s] (1782/3432) omicron-nexus app::update::test::test_contact_support_missing_sleds
76172026-09-11T20:27:08.883Z PASS [ 0.083s] (1783/3432) omicron-nexus app::update::test::test_problems_all_unhealthy
76182026-09-11T20:27:08.976Z PASS [ 0.085s] (1784/3432) omicron-nexus app::update::test::test_problems_healthy_system
76192026-09-11T20:27:09.060Z PASS [ 0.091s] (1785/3432) omicron-nexus app::update::test::test_problems_missing_sleds
76202026-09-11T20:27:09.178Z PASS [ 0.089s] (1786/3432) omicron-nexus app::update::test::test_problems_stale_inventory
76212026-09-11T20:27:09.238Z PASS [ 0.086s] (1787/3432) omicron-nexus app::update::test::test_problems_stuck_sagas
76222026-09-11T20:27:09.329Z PASS [ 0.094s] (1788/3432) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
76232026-09-11T20:27:09.415Z PASS [ 0.085s] (1789/3432) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
76242026-09-11T20:27:09.500Z PASS [ 0.085s] (1790/3432) omicron-nexus app::update::test::test_problems_stuck_update
76252026-09-11T20:27:09.578Z PASS [ 0.078s] (1791/3432) omicron-nexus app::update::test::test_problems_target_recently_requested_stale_blueprint
76262026-09-11T20:27:09.638Z PASS [ 15.144s] (1792/3432) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76272026-09-11T20:27:09.659Z PASS [ 0.081s] (1793/3432) omicron-nexus app::update::test::test_problems_unhealthy_services
76282026-09-11T20:27:09.665Z PASS [ 11.964s] (1794/3432) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
76292026-09-11T20:27:09.722Z PASS [ 0.082s] (1795/3432) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
76302026-09-11T20:27:09.799Z PASS [ 0.132s] (1796/3432) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
76312026-09-11T20:27:09.808Z PASS [ 0.084s] (1797/3432) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
76322026-09-11T20:27:09.812Z PASS [ 0.149s] (1798/3432) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
76332026-09-11T20:27:09.943Z PASS [ 0.131s] (1799/3432) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
76342026-09-11T20:27:09.965Z PASS [ 0.152s] (1800/3432) omicron-nexus app::update::test::test_problems_unhealthy_zpools
76352026-09-11T20:27:09.974Z PASS [ 0.154s] (1801/3432) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
76362026-09-11T20:27:10.018Z PASS [ 0.062s] (1802/3432) omicron-nexus external_api::console_api::test::test_accept_gz
76372026-09-11T20:27:10.024Z PASS [ 0.058s] (1803/3432) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76382026-09-11T20:27:10.116Z PASS [ 0.099s] (1804/3432) omicron-nexus external_api::console_api::test::test_find_file_404_on_illegal_segment
76392026-09-11T20:27:10.117Z PASS [ 0.095s] (1805/3432) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76402026-09-11T20:27:10.234Z PASS [ 0.117s] (1806/3432) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76412026-09-11T20:27:10.248Z PASS [ 0.119s] (1807/3432) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76422026-09-11T20:27:10.353Z PASS [ 0.117s] (1808/3432) omicron-nexus external_api::console_api::test::test_find_file_race_does_not_escape_root
76432026-09-11T20:27:10.359Z PASS [ 0.124s] (1809/3432) omicron-nexus external_api::console_api::test::test_find_file_finds_file
76442026-09-11T20:27:10.442Z PASS [ 0.088s] (1810/3432) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76452026-09-11T20:27:10.456Z PASS [ 0.086s] (1811/3432) omicron-nexus external_api::console_api::test::test_relative_uri
76462026-09-11T20:27:10.506Z PASS [ 11.841s] (1812/3432) omicron-nexus app::update::test::test_contact_support_only_propolis_services
76472026-09-11T20:27:11.034Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76482026-09-11T20:27:11.866Z PASS [ 1.935s] (1813/3432) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76492026-09-11T20:27:11.988Z PASS [ 11.451s] (1814/3432) omicron-nexus app::update::test::test_contact_support_services_errors_only
76502026-09-11T20:27:12.962Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76512026-09-11T20:27:14.677Z PASS [ 11.527s] (1815/3432) omicron-nexus app::update::test::test_contact_support_stuck_saga
76522026-09-11T20:27:16.091Z PASS [ 43.992s] (1816/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
76532026-09-11T20:27:17.168Z PASS [ 10.717s] (1817/3432) omicron-nexus app::update::test::test_contact_support_target_recently_requested_stale_blueprint
76542026-09-11T20:27:17.287Z PASS [ 11.192s] (1818/3432) omicron-nexus app::update::test::test_contact_support_stuck_update
76552026-09-11T20:27:17.737Z PASS [ 11.214s] (1819/3432) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
76562026-09-11T20:27:18.093Z PASS [ 11.208s] (1820/3432) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
76572026-09-11T20:27:18.816Z PASS [ 11.241s] (1821/3432) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
76582026-09-11T20:27:19.581Z PASS [ 11.695s] (1822/3432) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
76592026-09-11T20:27:19.590Z PASS [ 11.359s] (1823/3432) omicron-nexus app::update::test::test_contact_support_update_in_progress
76602026-09-11T20:27:20.488Z PASS [ 50.810s] (1824/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
76612026-09-11T20:27:20.673Z PASS [ 54.924s] (1825/3432) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
76622026-09-11T20:27:22.219Z PASS [ 11.775s] (1826/3432) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76632026-09-11T20:27:22.252Z PASS [ 11.743s] (1827/3432) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76642026-09-11T20:27:22.354Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76652026-09-11T20:27:23.066Z PASS [ 51.190s] (1828/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
76662026-09-11T20:27:26.206Z PASS [ 94.927s] (1829/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76672026-09-11T20:27:27.941Z PASS [ 54.903s] (1830/3432) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76682026-09-11T20:27:28.065Z PASS [ 65.713s] (1831/3432) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76692026-09-11T20:27:28.190Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76702026-09-11T20:27:28.547Z PASS [ 0.482s] (1832/3432) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76712026-09-11T20:27:28.751Z PASS [ 2.538s] (1833/3432) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76722026-09-11T20:27:29.616Z PASS [ 54.823s] (1834/3432) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
76732026-09-11T20:27:29.883Z PASS [ 18.018s] (1835/3432) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76742026-09-11T20:27:30.204Z PASS [ 2.270s] (1836/3432) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76752026-09-11T20:27:30.518Z PASS [ 93.197s] (1837/3432) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76762026-09-11T20:27:31.354Z PASS [ 19.164s] (1838/3432) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76772026-09-11T20:27:32.123Z PASS [ 56.305s] (1839/3432) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
76782026-09-11T20:27:32.538Z PASS [ 13.026s] (1840/3432) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
76792026-09-11T20:27:32.659Z PASS [ 12.685s] (1841/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
76802026-09-11T20:27:32.659Z PASS [ 16.303s] (1842/3432) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76812026-09-11T20:27:37.268Z PASS [ 14.374s] (1843/3432) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76822026-09-11T20:27:37.405Z PASS [ 17.020s] (1844/3432) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76832026-09-11T20:27:37.405Z PASS [ 17.183s] (1845/3432) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76842026-09-11T20:27:37.405Z PASS [ 16.257s] (1846/3432) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76852026-09-11T20:27:37.405Z PASS [ 11.405s] (1847/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
76862026-09-11T20:27:37.405Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76872026-09-11T20:27:37.405Z PASS [ 85.696s] (1848/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76882026-09-11T20:27:38.969Z PASS [ 99.632s] (1849/3432) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76892026-09-11T20:27:39.236Z PASS [ 86.276s] (1850/3432) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76902026-09-11T20:27:39.604Z PASS [ 17.385s] (1851/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
76912026-09-11T20:27:41.236Z PASS [ 12.493s] (1852/3432) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76922026-09-11T20:27:41.316Z PASS [ 19.039s] (1853/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76932026-09-11T20:27:41.690Z PASS [ 11.807s] (1854/3432) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76942026-09-11T20:27:42.181Z PASS [ 13.632s] (1855/3432) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76952026-09-11T20:27:42.270Z PASS [ 11.753s] (1856/3432) omicron-nexus::test_all integration_tests::basic::test_basic_failures
76962026-09-11T20:27:42.419Z PASS [ 12.741s] (1857/3432) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76972026-09-11T20:27:42.591Z PASS [ 0.198s] (1858/3432) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
76982026-09-11T20:27:42.659Z PASS [ 27.981s] (1859/3432) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
76992026-09-11T20:27:43.531Z PASS [ 12.047s] (1860/3432) omicron-nexus::test_all integration_tests::basic::test_ping
77002026-09-11T20:27:43.674Z PASS [ 1.494s] (1861/3432) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
77012026-09-11T20:27:43.866Z PASS [ 13.663s] (1862/3432) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
77022026-09-11T20:27:44.073Z PASS [ 1.804s] (1863/3432) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
77032026-09-11T20:27:44.447Z PASS [ 12.626s] (1864/3432) omicron-nexus::test_all integration_tests::basic::test_ping_on_second_external_address
77042026-09-11T20:27:44.687Z PASS [ 344.264s] (1865/3432) oximeter-db client::tests::test_replicated
77052026-09-11T20:27:45.180Z PASS [ 27.443s] (1866/3432) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
77062026-09-11T20:27:46.074Z PASS [ 1.387s] (1867/3432) omicron-clickhouse-admin context::tests::test_database_usage
77072026-09-11T20:27:46.079Z PASS [ 12.145s] (1868/3432) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
77082026-09-11T20:27:46.108Z PASS [ 0.034s] (1869/3432) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
77092026-09-11T20:27:46.140Z PASS [ 0.032s] (1870/3432) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
77102026-09-11T20:27:46.169Z PASS [ 0.028s] (1871/3432) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
77112026-09-11T20:27:46.194Z PASS [ 0.025s] (1872/3432) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
77122026-09-11T20:27:46.226Z PASS [ 0.031s] (1873/3432) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
77132026-09-11T20:27:46.452Z PASS [ 11.980s] (1874/3432) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
77142026-09-11T20:27:46.604Z PASS [ 12.246s] (1875/3432) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
77152026-09-11T20:27:46.839Z PASS [ 12.485s] (1876/3432) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
77162026-09-11T20:27:47.170Z PASS [ 12.861s] (1877/3432) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
77172026-09-11T20:27:47.229Z PASS [ 1.004s] (1878/3432) omicron-clickhouse-admin context::tests::test_retention_policy
77182026-09-11T20:27:47.297Z PASS [ 26.624s] (1879/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
77192026-09-11T20:27:47.836Z PASS [ 0.607s] (1880/3432) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
77202026-09-11T20:27:48.424Z PASS [ 0.588s] (1881/3432) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
77212026-09-11T20:27:48.644Z PASS [ 0.220s] (1882/3432) omicron-clickhouse-admin::integration_test test_lgif_parsing
77222026-09-11T20:27:48.838Z PASS [ 0.193s] (1883/3432) omicron-clickhouse-admin::integration_test test_raft_config_parsing
77232026-09-11T20:27:48.910Z PASS [ 12.184s] (1884/3432) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
77242026-09-11T20:27:48.988Z PASS [ 0.150s] (1885/3432) omicron-clickhouse-admin::integration_test test_teardown
77252026-09-11T20:27:49.106Z PASS [ 0.118s] (1886/3432) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
77262026-09-11T20:27:52.346Z PASS [ 13.109s] (1887/3432) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
77272026-09-11T20:27:53.321Z PASS [ 21.045s] (1888/3432) omicron-nexus::test_all integration_tests::basic::test_projects_basic
77282026-09-11T20:27:53.403Z PASS [ 12.166s] (1889/3432) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
77292026-09-11T20:27:53.406Z PASS [ 11.713s] (1890/3432) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
77302026-09-11T20:27:53.715Z PASS [ 12.427s] (1891/3432) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
77312026-09-11T20:27:54.075Z PASS [ 15.105s] (1892/3432) omicron-nexus::test_all integration_tests::certificates::test_crud
77322026-09-11T20:27:54.581Z PASS [ 23.436s] (1893/3432) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
77332026-09-11T20:27:55.383Z PASS [ 12.826s] (1894/3432) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
77342026-09-11T20:27:56.115Z PASS [ 13.454s] (1895/3432) omicron-nexus::test_all integration_tests::console_api::test_assets
77352026-09-11T20:27:56.136Z PASS [ 80.961s] (1896/3432) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
77362026-09-11T20:27:56.474Z PASS [ 12.401s] (1897/3432) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
77372026-09-11T20:27:56.662Z PASS [ 13.130s] (1898/3432) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
77382026-09-11T20:27:57.219Z PASS [ 24.824s] (1899/3432) omicron-nexus::test_all integration_tests::basic::test_projects_list
77392026-09-11T20:27:57.835Z PASS [ 11.238s] (1900/3432) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
77402026-09-11T20:27:58.030Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77412026-09-11T20:27:58.392Z PASS [ 12.313s] (1901/3432) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
77422026-09-11T20:27:58.638Z PASS [ 14.191s] (1902/3432) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
77432026-09-11T20:27:59.288Z PASS [ 14.105s] (1903/3432) omicron-nexus::test_all integration_tests::console_api::test_session_me
77442026-09-11T20:27:59.652Z PASS [ 20.046s] (1904/3432) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
77452026-09-11T20:27:59.728Z PASS [ 16.053s] (1905/3432) omicron-nexus::test_all integration_tests::console_api::test_console_pages
77462026-09-11T20:28:01.663Z PASS [ 17.796s] (1906/3432) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
77472026-09-11T20:28:04.275Z PASS [ 17.823s] (1907/3432) omicron-nexus::test_all integration_tests::console_api::test_sessions
77482026-09-11T20:28:10.444Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
77492026-09-11T20:28:10.547Z PASS [ 11.262s] (1908/3432) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
77502026-09-11T20:28:11.259Z PASS [ 11.532s] (1909/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
77512026-09-11T20:28:11.599Z PASS [ 133.572s] (1910/3432) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77522026-09-11T20:28:11.654Z PASS [ 9.990s] (1911/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
77532026-09-11T20:28:13.400Z PASS [ 9.125s] (1912/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
77542026-09-11T20:28:17.614Z PASS [ 17.940s] (1913/3432) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77552026-09-11T20:28:19.252Z PASS [ 7.652s] (1914/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77562026-09-11T20:28:20.500Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77572026-09-11T20:28:21.740Z PASS [ 34.903s] (1915/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
77582026-09-11T20:28:22.619Z PASS [ 10.966s] (1916/3432) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
77592026-09-11T20:28:22.977Z PASS [ 12.429s] (1917/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77602026-09-11T20:28:23.144Z PASS [ 11.884s] (1918/3432) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77612026-09-11T20:28:28.193Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77622026-09-11T20:28:32.195Z PASS [ 38.121s] (1919/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
77632026-09-11T20:28:35.995Z PASS [ 41.414s] (1920/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77642026-09-11T20:28:36.169Z PASS [ 48.999s] (1921/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
77652026-09-11T20:28:38.030Z PASS [ 44.629s] (1922/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77662026-09-11T20:28:43.965Z PASS [ 30.565s] (1923/3432) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77672026-09-11T20:28:44.151Z PASS [ 46.316s] (1924/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
77682026-09-11T20:28:44.241Z PASS [ 22.502s] (1925/3432) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
77692026-09-11T20:28:46.282Z PASS [ 85.794s] (1926/3432) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77702026-09-11T20:28:46.949Z PASS [ 50.836s] (1927/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
77712026-09-11T20:28:47.301Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
77722026-09-11T20:28:47.660Z PASS [ 58.752s] (1928/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77732026-09-11T20:28:49.108Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77742026-09-11T20:28:49.891Z PASS [ 60.785s] (1929/3432) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77752026-09-11T20:28:50.612Z PASS [ 57.292s] (1930/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77762026-09-11T20:28:51.500Z PASS [ 57.784s] (1931/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77772026-09-11T20:28:52.347Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77782026-09-11T20:28:52.799Z PASS [ 2.908s] (1932/3432) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
77792026-09-11T20:28:53.405Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77802026-09-11T20:28:55.387Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77812026-09-11T20:28:56.140Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77822026-09-11T20:28:56.477Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77832026-09-11T20:28:56.664Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77842026-09-11T20:28:57.220Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77852026-09-11T20:28:57.533Z PASS [ 10.583s] (1933/3432) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77862026-09-11T20:28:58.394Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77872026-09-11T20:28:58.568Z PASS [ 10.907s] (1934/3432) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77882026-09-11T20:28:58.641Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77892026-09-11T20:29:02.930Z PASS [ 69.526s] (1935/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77902026-09-11T20:29:03.503Z PASS [ 12.003s] (1936/3432) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77912026-09-11T20:29:05.085Z PASS [ 12.285s] (1937/3432) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
77922026-09-11T20:29:05.321Z PASS [ 29.323s] (1938/3432) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77932026-09-11T20:29:06.962Z PASS [ 44.343s] (1939/3432) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
77942026-09-11T20:29:08.490Z PASS [ 30.460s] (1940/3432) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77952026-09-11T20:29:09.586Z PASS [ 50.334s] (1941/3432) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
77962026-09-11T20:29:10.272Z PASS [ 77.927s] (1942/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77972026-09-11T20:29:10.445Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
77982026-09-11T20:29:10.651Z PASS [ 24.369s] (1943/3432) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
77992026-09-11T20:29:11.623Z PASS [ 76.240s] (1944/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78002026-09-11T20:29:14.084Z PASS [ 50.911s] (1945/3432) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
78012026-09-11T20:29:15.293Z PASS [ 76.885s] (1946/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
78022026-09-11T20:29:15.863Z PASS [ 79.195s] (1947/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
78032026-09-11T20:29:16.271Z PASS [ 32.306s] (1948/3432) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
78042026-09-11T20:29:17.594Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
78052026-09-11T20:29:18.924Z PASS [ 28.311s] (1949/3432) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
78062026-09-11T20:29:19.743Z PASS [ 47.548s] (1950/3432) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
78072026-09-11T20:29:20.348Z PASS [ 62.746s] (1951/3432) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
78082026-09-11T20:29:20.451Z PASS [ 84.306s] (1952/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78092026-09-11T20:29:20.549Z PASS [ 44.360s] (1953/3432) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
78102026-09-11T20:29:21.130Z PASS [ 18.199s] (1954/3432) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
78112026-09-11T20:29:21.776Z PASS [ 37.624s] (1955/3432) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
78122026-09-11T20:29:22.904Z PASS [ 59.896s] (1956/3432) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
78132026-09-11T20:29:24.197Z PASS [ 17.231s] (1957/3432) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
78142026-09-11T20:29:27.717Z PASS [ 43.475s] (1958/3432) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
78152026-09-11T20:29:28.211Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78162026-09-11T20:29:28.955Z PASS [ 18.662s] (1959/3432) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
78172026-09-11T20:29:29.189Z PASS [ 31.648s] (1960/3432) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
78182026-09-11T20:29:29.322Z PASS [ 17.672s] (1961/3432) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
78192026-09-11T20:29:31.899Z PASS [ 26.569s] (1962/3432) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
78202026-09-11T20:29:32.216Z PASS [ 33.642s] (1963/3432) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
78212026-09-11T20:29:34.265Z PASS [ 13.821s] (1964/3432) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
78222026-09-11T20:29:34.940Z PASS [ 13.164s] (1965/3432) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
78232026-09-11T20:29:35.055Z PASS [ 14.525s] (1966/3432) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
78242026-09-11T20:29:36.361Z PASS [ 15.231s] (1967/3432) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
78252026-09-11T20:29:36.652Z PASS [ 13.778s] (1968/3432) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
78262026-09-11T20:29:37.424Z PASS [ 100.202s] (1969/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
78272026-09-11T20:29:37.693Z PASS [ 13.496s] (1970/3432) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
78282026-09-11T20:29:39.626Z PASS [ 19.883s] (1971/3432) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
78292026-09-11T20:29:40.349Z PASS [ 103.874s] (1972/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78302026-09-11T20:29:41.077Z PASS [ 32.585s] (1973/3432) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
78312026-09-11T20:29:42.019Z PASS [ 14.302s] (1974/3432) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
78322026-09-11T20:29:42.147Z PASS [ 38.630s] (1975/3432) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
78332026-09-11T20:29:42.515Z PASS [ 37.429s] (1976/3432) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
78342026-09-11T20:29:42.526Z PASS [ 13.591s] (1977/3432) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
78352026-09-11T20:29:42.540Z PASS [ 32.949s] (1978/3432) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
78362026-09-11T20:29:43.292Z PASS [ 115.994s] (1979/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
78372026-09-11T20:29:45.629Z PASS [ 16.449s] (1980/3432) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
78382026-09-11T20:29:46.024Z PASS [ 16.726s] (1981/3432) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
78392026-09-11T20:29:47.837Z PASS [ 31.979s] (1982/3432) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
78402026-09-11T20:29:48.018Z PASS [ 37.366s] (1983/3432) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
78412026-09-11T20:29:48.294Z PASS [ 16.400s] (1984/3432) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
78422026-09-11T20:29:50.614Z PASS [ 31.688s] (1985/3432) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
78432026-09-11T20:29:50.626Z PASS [ 18.415s] (1986/3432) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
78442026-09-11T20:29:52.118Z PASS [ 15.757s] (1987/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
78452026-09-11T20:29:52.188Z PASS [ 38.132s] (1988/3432) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
78462026-09-11T20:29:54.663Z PASS [ 15.037s] (1989/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
78472026-09-11T20:29:54.810Z PASS [ 14.459s] (1990/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
78482026-09-11T20:29:55.239Z PASS [ 17.818s] (1991/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
78492026-09-11T20:29:55.257Z PASS [ 39.979s] (1992/3432) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
78502026-09-11T20:29:56.081Z PASS [ 14.999s] (1993/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
78512026-09-11T20:29:56.711Z PASS [ 14.185s] (1994/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
78522026-09-11T20:29:57.360Z PASS [ 20.478s] (1995/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
78532026-09-11T20:29:57.375Z PASS [ 22.938s] (1996/3432) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
78542026-09-11T20:29:57.375Z PASS [ 14.799s] (1997/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
78552026-09-11T20:29:57.375Z PASS [ 15.337s] (1998/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
78562026-09-11T20:29:58.260Z PASS [ 15.724s] (1999/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
78572026-09-11T20:29:58.644Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78582026-09-11T20:29:58.872Z PASS [ 16.738s] (2000/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
78592026-09-11T20:29:59.362Z PASS [ 43.091s] (2001/3432) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
78602026-09-11T20:29:59.711Z PASS [ 39.373s] (2002/3432) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
78612026-09-11T20:30:03.933Z PASS [ 22.396s] (2003/3432) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
78622026-09-11T20:30:03.989Z PASS [ 15.310s] (2004/3432) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
78632026-09-11T20:30:04.085Z PASS [ 13.459s] (2005/3432) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
78642026-09-11T20:30:05.826Z PASS [ 15.214s] (2006/3432) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
78652026-09-11T20:30:05.875Z PASS [ 30.820s] (2007/3432) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
78662026-09-11T20:30:06.032Z PASS [ 13.914s] (2008/3432) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
78672026-09-11T20:30:06.362Z PASS [ 18.524s] (2009/3432) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
78682026-09-11T20:30:06.922Z PASS [ 31.982s] (2010/3432) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
78692026-09-11T20:30:07.084Z PASS [ 21.454s] (2011/3432) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
78702026-09-11T20:30:08.044Z PASS [ 24.750s] (2012/3432) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
78712026-09-11T20:30:08.391Z PASS [ 20.373s] (2013/3432) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
78722026-09-11T20:30:09.708Z PASS [ 17.520s] (2014/3432) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
78732026-09-11T20:30:10.446Z SLOW [>180.000s] (─────────) omicron-nexus populate::test::test_populators
78742026-09-11T20:30:11.871Z PASS [ 5.994s] (2015/3432) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
78752026-09-11T20:30:11.994Z PASS [ 5.962s] (2016/3432) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
78762026-09-11T20:30:12.513Z PASS [ 17.850s] (2017/3432) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
78772026-09-11T20:30:13.825Z PASS [ 18.586s] (2018/3432) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
78782026-09-11T20:30:14.819Z PASS [ 20.011s] (2019/3432) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
78792026-09-11T20:30:15.859Z PASS [ 9.498s] (2020/3432) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
78802026-09-11T20:30:19.455Z PASS [ 22.141s] (2021/3432) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
78812026-09-11T20:30:20.038Z PASS [ 21.779s] (2022/3432) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
78822026-09-11T20:30:20.290Z PASS [ 13.206s] (2023/3432) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
78832026-09-11T20:30:20.582Z PASS [ 13.658s] (2024/3432) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
78842026-09-11T20:30:21.521Z PASS [ 24.320s] (2025/3432) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
78852026-09-11T20:30:21.642Z PASS [ 18.043s] (2026/3432) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
78862026-09-11T20:30:22.052Z PASS [ 22.690s] (2027/3432) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
78872026-09-11T20:30:22.333Z PASS [ 18.248s] (2028/3432) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78882026-09-11T20:30:24.059Z PASS [ 14.351s] (2029/3432) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
78892026-09-11T20:30:24.262Z PASS [ 24.175s] (2030/3432) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
78902026-09-11T20:30:26.555Z PASS [ 11.736s] (2031/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
78912026-09-11T20:30:27.191Z PASS [ 41.167s] (2032/3432) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
78922026-09-11T20:30:28.194Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78932026-09-11T20:30:28.441Z PASS [ 33.184s] (2033/3432) omicron-nexus::test_all integration_tests::images::test_image_create
78942026-09-11T20:30:29.023Z PASS [ 13.162s] (2034/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
78952026-09-11T20:30:31.316Z PASS [ 19.321s] (2035/3432) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
78962026-09-11T20:30:31.647Z PASS [ 201.205s] (2036/3432) omicron-nexus populate::test::test_populators
78972026-09-11T20:30:33.167Z PASS [ 12.877s] (2037/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
78982026-09-11T20:30:33.323Z PASS [ 34.451s] (2038/3432) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
78992026-09-11T20:30:33.574Z PASS [ 25.182s] (2039/3432) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
79002026-09-11T20:30:35.401Z PASS [ 38.681s] (2040/3432) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
79012026-09-11T20:30:35.558Z PASS [ 35.835s] (2041/3432) omicron-nexus::test_all integration_tests::images::test_silo_image_create
79022026-09-11T20:30:36.014Z PASS [ 24.131s] (2042/3432) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
79032026-09-11T20:30:36.166Z PASS [ 39.025s] (2043/3432) omicron-nexus::test_all integration_tests::images::test_image_promotion
79042026-09-11T20:30:36.588Z PASS [ 39.231s] (2044/3432) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
79052026-09-11T20:30:36.764Z PASS [ 15.120s] (2045/3432) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
79062026-09-11T20:30:36.777Z PASS [ 28.733s] (2046/3432) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
79072026-09-11T20:30:37.001Z PASS [ 15.474s] (2047/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
79082026-09-11T20:30:37.657Z PASS [ 41.577s] (2048/3432) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
79092026-09-11T20:30:40.806Z PASS [ 16.544s] (2049/3432) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
79102026-09-11T20:30:41.436Z PASS [ 27.611s] (2050/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
79112026-09-11T20:30:43.990Z PASS [ 23.952s] (2051/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
79122026-09-11T20:30:44.521Z PASS [ 17.961s] (2052/3432) omicron-nexus::test_all integration_tests::instances::test_instance_access
79132026-09-11T20:30:44.687Z PASS [ 24.104s] (2053/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
79142026-09-11T20:30:45.193Z PASS [ 32.677s] (2054/3432) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
79152026-09-11T20:30:45.958Z PASS [ 26.499s] (2055/3432) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
79162026-09-11T20:30:46.797Z PASS [ 168.158s] (2056/3432) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79172026-09-11T20:30:47.761Z PASS [ 20.571s] (2057/3432) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
79182026-09-11T20:30:50.559Z PASS [ 26.500s] (2058/3432) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
79192026-09-11T20:30:51.223Z PASS [ 14.460s] (2059/3432) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
79202026-09-11T20:30:52.502Z PASS [ 20.854s] (2060/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
79212026-09-11T20:30:53.173Z PASS [ 20.006s] (2061/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
79222026-09-11T20:30:53.428Z PASS [ 24.985s] (2062/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
79232026-09-11T20:30:54.142Z PASS [ 17.547s] (2063/3432) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
79242026-09-11T20:30:54.526Z PASS [ 19.133s] (2064/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
79252026-09-11T20:30:55.287Z PASS [ 21.963s] (2065/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
79262026-09-11T20:30:56.144Z PASS [ 24.827s] (2066/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
79272026-09-11T20:30:57.005Z PASS [ 20.225s] (2067/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
79282026-09-11T20:30:57.560Z PASS [ 19.907s] (2068/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
79292026-09-11T20:30:57.822Z PASS [ 20.826s] (2069/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
79302026-09-11T20:31:01.454Z PASS [ 20.017s] (2070/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
79312026-09-11T20:31:02.597Z PASS [ 56.770s] (2071/3432) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
79322026-09-11T20:31:03.606Z PASS [ 19.615s] (2072/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
79332026-09-11T20:31:04.506Z PASS [ 23.700s] (2073/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
79342026-09-11T20:31:05.884Z PASS [ 29.882s] (2074/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
79352026-09-11T20:31:05.894Z PASS [ 32.320s] (2075/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
79362026-09-11T20:31:06.676Z PASS [ 13.248s] (2076/3432) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
79372026-09-11T20:31:06.979Z PASS [ 12.453s] (2077/3432) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
79382026-09-11T20:31:07.459Z PASS [ 31.304s] (2078/3432) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
79392026-09-11T20:31:08.226Z PASS [ 14.088s] (2079/3432) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
79402026-09-11T20:31:09.132Z PASS [ 13.846s] (2080/3432) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
79412026-09-11T20:31:09.329Z PASS [ 24.134s] (2081/3432) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
79422026-09-11T20:31:10.661Z PASS [ 48.605s] (2082/3432) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
79432026-09-11T20:31:11.151Z PASS [ 42.128s] (2083/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
79442026-09-11T20:31:11.438Z PASS [ 24.638s] (2084/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
79452026-09-11T20:31:11.558Z PASS [ 23.796s] (2085/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
79462026-09-11T20:31:12.341Z PASS [ 26.382s] (2086/3432) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
79472026-09-11T20:31:14.712Z PASS [ 17.152s] (2087/3432) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
79482026-09-11T20:31:15.622Z PASS [ 25.062s] (2088/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
79492026-09-11T20:31:16.972Z PASS [ 41.423s] (2089/3432) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
79502026-09-11T20:31:19.357Z PASS [ 34.672s] (2090/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
79512026-09-11T20:31:19.453Z PASS [ 13.570s] (2091/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
79522026-09-11T20:31:20.057Z PASS [ 12.598s] (2092/3432) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
79532026-09-11T20:31:20.660Z PASS [ 17.054s] (2093/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
79542026-09-11T20:31:20.709Z PASS [ 58.375s] (2094/3432) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
79552026-09-11T20:31:22.071Z PASS [ 10.634s] (2095/3432) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
79562026-09-11T20:31:22.987Z PASS [ 16.009s] (2096/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
79572026-09-11T20:31:23.101Z PASS [ 17.207s] (2097/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
79582026-09-11T20:31:23.160Z PASS [ 16.485s] (2098/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
79592026-09-11T20:31:24.303Z PASS [ 12.745s] (2099/3432) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
79602026-09-11T20:31:24.641Z PASS [ 12.304s] (2100/3432) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
79612026-09-11T20:31:24.824Z PASS [ 22.227s] (2101/3432) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
79622026-09-11T20:31:24.851Z PASS [ 27.030s] (2102/3432) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
79632026-09-11T20:31:25.186Z PASS [ 16.963s] (2103/3432) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
79642026-09-11T20:31:26.633Z PASS [ 30.489s] (2104/3432) omicron-nexus::test_all integration_tests::instances::test_instance_serial
79652026-09-11T20:31:26.773Z PASS [ 17.640s] (2105/3432) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
79662026-09-11T20:31:27.298Z PASS [ 16.640s] (2106/3432) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
79672026-09-11T20:31:27.804Z PASS [ 13.091s] (2107/3432) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
79682026-09-11T20:31:28.195Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79692026-09-11T20:31:29.791Z PASS [ 10.425s] (2108/3432) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
79702026-09-11T20:31:31.008Z PASS [ 29.553s] (2109/3432) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
79712026-09-11T20:31:31.175Z PASS [ 20.013s] (2110/3432) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
79722026-09-11T20:31:31.549Z PASS [ 38.374s] (2111/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
79732026-09-11T20:31:34.885Z PASS [ 11.723s] (2112/3432) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
79742026-09-11T20:31:36.602Z PASS [ 12.299s] (2113/3432) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
79752026-09-11T20:31:36.666Z PASS [ 21.045s] (2114/3432) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
79762026-09-11T20:31:36.958Z PASS [ 39.957s] (2115/3432) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
79772026-09-11T20:31:37.696Z PASS [ 28.370s] (2116/3432) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
79782026-09-11T20:31:38.823Z PASS [ 13.638s] (2117/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
79792026-09-11T20:31:38.889Z PASS [ 15.788s] (2118/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
79802026-09-11T20:31:39.111Z PASS [ 22.141s] (2119/3432) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
79812026-09-11T20:31:39.968Z PASS [ 13.330s] (2120/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
79822026-09-11T20:31:40.069Z PASS [ 17.081s] (2121/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
79832026-09-11T20:31:40.126Z PASS [ 15.485s] (2122/3432) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
79842026-09-11T20:31:40.511Z PASS [ 13.719s] (2123/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
79852026-09-11T20:31:40.773Z PASS [ 12.960s] (2124/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
79862026-09-11T20:31:40.809Z PASS [ 20.748s] (2125/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
79872026-09-11T20:31:40.923Z PASS [ 48.413s] (2126/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
79882026-09-11T20:31:41.129Z PASS [ 13.830s] (2127/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
79892026-09-11T20:31:41.203Z PASS [ 20.542s] (2128/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
79902026-09-11T20:31:41.547Z PASS [ 16.695s] (2129/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
79912026-09-11T20:31:42.024Z PASS [ 57.502s] (2130/3432) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
79922026-09-11T20:31:42.437Z PASS [ 20.367s] (2131/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
79932026-09-11T20:31:43.541Z PASS [ 22.811s] (2132/3432) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
79942026-09-11T20:31:43.731Z PASS [ 12.183s] (2133/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
79952026-09-11T20:31:44.897Z PASS [ 15.115s] (2134/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
79962026-09-11T20:31:45.593Z PASS [ 14.584s] (2135/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
79972026-09-11T20:31:46.079Z PASS [ 21.221s] (2136/3432) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
79982026-09-11T20:31:46.158Z PASS [ 54.932s] (2137/3432) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
79992026-09-11T20:31:49.860Z PASS [ 13.193s] (2138/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
80002026-09-11T20:31:50.710Z PASS [ 13.744s] (2139/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
80012026-09-11T20:31:51.381Z PASS [ 20.215s] (2140/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
80022026-09-11T20:31:51.955Z PASS [ 14.259s] (2141/3432) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
80032026-09-11T20:31:52.221Z PASS [ 17.331s] (2142/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
80042026-09-11T20:31:53.433Z PASS [ 14.608s] (2143/3432) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
80052026-09-11T20:31:55.423Z PASS [ 16.344s] (2144/3432) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
80062026-09-11T20:31:55.471Z PASS [ 14.548s] (2145/3432) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
80072026-09-11T20:31:56.805Z PASS [ 15.989s] (2146/3432) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
80082026-09-11T20:31:57.747Z PASS [ 38.286s] (2147/3432) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
80092026-09-11T20:31:58.526Z PASS [ 18.034s] (2148/3432) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
80102026-09-11T20:31:58.957Z PASS [ 22.355s] (2149/3432) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
80112026-09-11T20:32:00.253Z PASS [ 19.124s] (2150/3432) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
80122026-09-11T20:32:03.919Z PASS [ 24.808s] (2151/3432) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
80132026-09-11T20:32:04.421Z PASS [ 22.401s] (2152/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
80142026-09-11T20:32:04.509Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80152026-09-11T20:32:05.948Z PASS [ 23.510s] (2153/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
80162026-09-11T20:32:06.296Z PASS [ 26.224s] (2154/3432) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
80172026-09-11T20:32:07.244Z PASS [ 10.449s] (2155/3432) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
80182026-09-11T20:32:07.603Z PASS [ 26.840s] (2156/3432) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
80192026-09-11T20:32:08.916Z PASS [ 13.682s] (2157/3432) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
80202026-09-11T20:32:09.039Z PASS [ 13.575s] (2158/3432) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
80212026-09-11T20:32:09.936Z PASS [ 11.409s] (2159/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion
80222026-09-11T20:32:10.525Z PASS [ 11.568s] (2160/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
80232026-09-11T20:32:12.708Z PASS [ 12.455s] (2161/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
80242026-09-11T20:32:13.331Z PASS [ 27.175s] (2162/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
80252026-09-11T20:32:13.428Z PASS [ 15.688s] (2163/3432) omicron-nexus::test_all integration_tests::projects::test_project_create_defaults
80262026-09-11T20:32:14.474Z PASS [ 34.507s] (2164/3432) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
80272026-09-11T20:32:15.731Z PASS [ 32.210s] (2165/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
80282026-09-11T20:32:17.840Z PASS [ 34.109s] (2166/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
80292026-09-11T20:32:20.747Z PASS [ 11.707s] (2167/3432) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
80302026-09-11T20:32:21.841Z PASS [ 14.237s] (2168/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
80312026-09-11T20:32:21.943Z PASS [ 15.649s] (2169/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
80322026-09-11T20:32:21.969Z PASS [ 13.053s] (2170/3432) omicron-nexus::test_all integration_tests::projects::test_projects
80332026-09-11T20:32:21.974Z PASS [ 17.552s] (2171/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
80342026-09-11T20:32:23.593Z PASS [ 10.262s] (2172/3432) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
80352026-09-11T20:32:23.686Z PASS [ 13.750s] (2173/3432) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
80362026-09-11T20:32:23.950Z PASS [ 10.521s] (2174/3432) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
80372026-09-11T20:32:24.504Z PASS [ 13.978s] (2175/3432) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
80382026-09-11T20:32:24.623Z PASS [ 0.119s] (2176/3432) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
80392026-09-11T20:32:24.728Z PASS [ 0.105s] (2177/3432) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
80402026-09-11T20:32:24.846Z PASS [ 0.118s] (2178/3432) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
80412026-09-11T20:32:24.961Z PASS [ 0.115s] (2179/3432) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
80422026-09-11T20:32:25.068Z PASS [ 0.107s] (2180/3432) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
80432026-09-11T20:32:25.114Z PASS [ 43.911s] (2181/3432) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
80442026-09-11T20:32:25.951Z PASS [ 44.403s] (2182/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
80452026-09-11T20:32:26.298Z PASS [ 11.825s] (2183/3432) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
80462026-09-11T20:32:27.062Z PASS [ 35.106s] (2184/3432) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
80472026-09-11T20:32:27.524Z PASS [ 11.768s] (2185/3432) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
80482026-09-11T20:32:27.990Z PASS [ 38.130s] (2186/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
80492026-09-11T20:32:28.102Z PASS [ 0.112s] (2187/3432) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
80502026-09-11T20:32:28.198Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80512026-09-11T20:32:28.323Z PASS [ 42.731s] (2188/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
80522026-09-11T20:32:28.939Z PASS [ 37.558s] (2189/3432) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
80532026-09-11T20:32:29.043Z PASS [ 0.104s] (2190/3432) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
80542026-09-11T20:32:29.156Z PASS [ 0.113s] (2191/3432) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
80552026-09-11T20:32:29.442Z PASS [ 11.600s] (2192/3432) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
80562026-09-11T20:32:31.990Z PASS [ 45.944s] (2193/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
80572026-09-11T20:32:32.361Z PASS [ 25.117s] (2194/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
80582026-09-11T20:32:33.187Z PASS [ 48.289s] (2195/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
80592026-09-11T20:32:34.865Z PASS [ 13.017s] (2196/3432) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
80602026-09-11T20:32:35.037Z PASS [ 13.088s] (2197/3432) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
80612026-09-11T20:32:36.520Z PASS [ 15.767s] (2198/3432) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
80622026-09-11T20:32:37.691Z PASS [ 33.762s] (2199/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
80632026-09-11T20:32:37.831Z PASS [ 57.695s] (2200/3432) omicron-nexus::test_all integration_tests::metrics::test_metrics
80642026-09-11T20:32:37.853Z PASS [ 47.119s] (2201/3432) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
80652026-09-11T20:32:38.507Z PASS [ 13.393s] (2202/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
80662026-09-11T20:32:38.648Z PASS [ 16.672s] (2203/3432) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
80672026-09-11T20:32:38.665Z PASS [ 13.597s] (2204/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
80682026-09-11T20:32:38.709Z PASS [ 2.188s] (2205/3432) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
80692026-09-11T20:32:38.837Z PASS [ 16.844s] (2206/3432) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
80702026-09-11T20:32:39.409Z PASS [ 13.458s] (2207/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
80712026-09-11T20:32:39.642Z PASS [ 15.955s] (2208/3432) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
80722026-09-11T20:32:39.836Z PASS [ 13.539s] (2209/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
80732026-09-11T20:32:40.002Z PASS [ 16.045s] (2210/3432) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
80742026-09-11T20:32:40.335Z PASS [ 12.833s] (2211/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
80752026-09-11T20:32:40.426Z PASS [ 1.719s] (2212/3432) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
80762026-09-11T20:32:40.433Z PASS [ 13.363s] (2213/3432) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
80772026-09-11T20:32:40.521Z PASS [ 2.000s] (2214/3432) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
80782026-09-11T20:32:41.093Z PASS [ 1.677s] (2215/3432) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
80792026-09-11T20:32:41.111Z PASS [ 11.952s] (2216/3432) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
80802026-09-11T20:32:41.411Z PASS [ 13.302s] (2217/3432) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
80812026-09-11T20:32:41.682Z PASS [ 13.306s] (2218/3432) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
80822026-09-11T20:32:41.694Z PASS [ 12.246s] (2219/3432) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
80832026-09-11T20:32:41.784Z PASS [ 1.277s] (2220/3432) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
80842026-09-11T20:32:41.917Z PASS [ 1.585s] (2221/3432) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
80852026-09-11T20:32:41.981Z PASS [ 1.557s] (2222/3432) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
80862026-09-11T20:32:42.366Z PASS [ 10.375s] (2223/3432) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
80872026-09-11T20:32:42.619Z PASS [ 36.667s] (2224/3432) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
80882026-09-11T20:32:43.272Z PASS [ 19.674s] (2225/3432) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
80892026-09-11T20:32:43.368Z PASS [ 11.003s] (2226/3432) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
80902026-09-11T20:32:43.912Z PASS [ 31.203s] (2227/3432) omicron-nexus::test_all integration_tests::quotas::test_quotas
80912026-09-11T20:32:45.564Z PASS [ 52.128s] (2228/3432) omicron-nexus::test_all integration_tests::password_login::test_local_users
80922026-09-11T20:32:45.576Z PASS [ 3.946s] (2229/3432) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
80932026-09-11T20:32:48.938Z PASS [ 56.723s] (2230/3432) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
80942026-09-11T20:32:50.808Z PASS [ 8.822s] (2231/3432) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
80952026-09-11T20:32:52.296Z PASS [ 9.680s] (2232/3432) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
80962026-09-11T20:32:52.489Z PASS [ 9.122s] (2233/3432) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
80972026-09-11T20:32:52.946Z PASS [ 10.579s] (2234/3432) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
80982026-09-11T20:32:53.163Z PASS [ 9.247s] (2235/3432) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
80992026-09-11T20:32:55.809Z PASS [ 10.233s] (2236/3432) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
81002026-09-11T20:32:55.896Z PASS [ 12.629s] (2237/3432) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
81012026-09-11T20:32:55.940Z PASS [ 10.364s] (2238/3432) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
81022026-09-11T20:32:56.351Z PASS [ 10.790s] (2239/3432) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
81032026-09-11T20:32:56.355Z PASS [ 10.777s] (2240/3432) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
81042026-09-11T20:32:56.990Z PASS [ 11.413s] (2241/3432) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
81052026-09-11T20:32:58.778Z PASS [ 9.839s] (2242/3432) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
81062026-09-11T20:33:00.628Z PASS [ 9.825s] (2243/3432) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
81072026-09-11T20:33:01.798Z PASS [ 8.851s] (2244/3432) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
81082026-09-11T20:33:02.018Z PASS [ 9.722s] (2245/3432) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
81092026-09-11T20:33:02.725Z PASS [ 9.566s] (2246/3432) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
81102026-09-11T20:33:02.881Z PASS [ 10.394s] (2247/3432) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
81112026-09-11T20:33:03.161Z PASS [ 21.374s] (2248/3432) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
81122026-09-11T20:33:03.819Z PASS [ 21.895s] (2249/3432) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
81132026-09-11T20:33:03.875Z PASS [ 22.787s] (2250/3432) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81142026-09-11T20:33:04.519Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81152026-09-11T20:33:04.978Z PASS [ 9.168s] (2251/3432) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
81162026-09-11T20:33:05.864Z PASS [ 9.964s] (2252/3432) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
81172026-09-11T20:33:06.603Z PASS [ 10.646s] (2253/3432) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
81182026-09-11T20:33:06.647Z PASS [ 10.251s] (2254/3432) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
81192026-09-11T20:33:07.354Z PASS [ 10.322s] (2255/3432) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
81202026-09-11T20:33:07.421Z PASS [ 11.070s] (2256/3432) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
81212026-09-11T20:33:13.130Z PASS [ 12.505s] (2257/3432) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
81222026-09-11T20:33:14.239Z PASS [ 15.454s] (2258/3432) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
81232026-09-11T20:33:14.411Z PASS [ 12.612s] (2259/3432) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
81242026-09-11T20:33:14.779Z PASS [ 12.759s] (2260/3432) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
81252026-09-11T20:33:16.504Z PASS [ 13.346s] (2261/3432) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
81262026-09-11T20:33:16.761Z PASS [ 14.032s] (2262/3432) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
81272026-09-11T20:33:17.811Z PASS [ 13.998s] (2263/3432) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
81282026-09-11T20:33:17.823Z PASS [ 14.007s] (2264/3432) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
81292026-09-11T20:33:17.937Z PASS [ 15.052s] (2265/3432) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
81302026-09-11T20:33:18.128Z PASS [ 14.316s] (2266/3432) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
81312026-09-11T20:33:18.228Z PASS [ 14.353s] (2267/3432) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
81322026-09-11T20:33:18.746Z PASS [ 14.926s] (2268/3432) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
81332026-09-11T20:33:19.355Z PASS [ 16.197s] (2269/3432) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
81342026-09-11T20:33:19.499Z PASS [ 15.625s] (2270/3432) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
81352026-09-11T20:33:19.796Z PASS [ 16.636s] (2271/3432) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
81362026-09-11T20:33:20.161Z PASS [ 14.299s] (2272/3432) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
81372026-09-11T20:33:22.279Z PASS [ 18.404s] (2273/3432) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
81382026-09-11T20:33:22.848Z PASS [ 15.427s] (2274/3432) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
81392026-09-11T20:33:23.633Z PASS [ 20.473s] (2275/3432) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
81402026-09-11T20:33:24.427Z PASS [ 19.449s] (2276/3432) omicron-nexus::test_all integration_tests::silos::test_silos
81412026-09-11T20:33:24.582Z PASS [ 20.706s] (2277/3432) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
81422026-09-11T20:33:25.579Z PASS [ 141.071s] (2278/3432) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81432026-09-11T20:33:26.309Z PASS [ 11.531s] (2279/3432) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
81442026-09-11T20:33:28.201Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81452026-09-11T20:33:28.462Z PASS [ 21.875s] (2280/3432) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
81462026-09-11T20:33:28.811Z PASS [ 21.499s] (2281/3432) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
81472026-09-11T20:33:32.497Z PASS [ 15.978s] (2282/3432) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
81482026-09-11T20:33:32.539Z PASS [ 13.184s] (2283/3432) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
81492026-09-11T20:33:33.329Z PASS [ 13.534s] (2284/3432) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
81502026-09-11T20:33:33.400Z PASS [ 15.590s] (2285/3432) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
81512026-09-11T20:33:33.634Z PASS [ 16.872s] (2286/3432) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
81522026-09-11T20:33:35.125Z PASS [ 12.275s] (2287/3432) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
81532026-09-11T20:33:35.731Z PASS [ 53.752s] (2288/3432) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81542026-09-11T20:33:35.861Z PASS [ 12.227s] (2289/3432) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
81552026-09-11T20:33:36.394Z PASS [ 11.786s] (2290/3432) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
81562026-09-11T20:33:36.649Z PASS [ 12.222s] (2291/3432) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
81572026-09-11T20:33:37.912Z PASS [ 12.333s] (2292/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
81582026-09-11T20:33:38.357Z PASS [ 24.123s] (2293/3432) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
81592026-09-11T20:33:38.940Z PASS [ 12.631s] (2294/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
81602026-09-11T20:33:39.999Z PASS [ 11.537s] (2295/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
81612026-09-11T20:33:40.077Z PASS [ 25.669s] (2296/3432) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
81622026-09-11T20:33:40.175Z PASS [ 20.675s] (2297/3432) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
81632026-09-11T20:33:40.403Z PASS [ 11.591s] (2298/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
81642026-09-11T20:33:41.762Z PASS [ 28.630s] (2299/3432) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
81652026-09-11T20:33:41.904Z PASS [ 1.902s] (2300/3432) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
81662026-09-11T20:33:43.889Z PASS [ 25.956s] (2301/3432) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
81672026-09-11T20:33:45.384Z PASS [ 23.105s] (2302/3432) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
81682026-09-11T20:33:46.463Z PASS [ 26.303s] (2303/3432) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
81692026-09-11T20:33:47.283Z PASS [ 29.155s] (2304/3432) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
81702026-09-11T20:33:48.210Z PASS [ 29.968s] (2305/3432) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
81712026-09-11T20:33:48.677Z PASS [ 12.944s] (2306/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
81722026-09-11T20:33:48.741Z PASS [ 16.201s] (2307/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
81732026-09-11T20:33:49.344Z PASS [ 13.476s] (2308/3432) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
81742026-09-11T20:33:50.143Z PASS [ 31.396s] (2309/3432) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
81752026-09-11T20:33:50.292Z PASS [ 14.558s] (2310/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
81762026-09-11T20:33:50.509Z PASS [ 17.106s] (2311/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
81772026-09-11T20:33:50.828Z PASS [ 44.211s] (2312/3432) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
81782026-09-11T20:33:51.959Z PASS [ 15.591s] (2313/3432) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
81792026-09-11T20:33:52.591Z PASS [ 15.941s] (2314/3432) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
81802026-09-11T20:33:52.979Z PASS [ 12.563s] (2315/3432) omicron-nexus::test_all integration_tests::updates::test_repo_prune
81812026-09-11T20:33:53.375Z PASS [ 17.639s] (2316/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
81822026-09-11T20:33:54.887Z PASS [ 12.978s] (2317/3432) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
81832026-09-11T20:33:55.159Z PASS [ 16.803s] (2318/3432) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
81842026-09-11T20:33:56.069Z PASS [ 18.156s] (2319/3432) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
81852026-09-11T20:33:56.745Z PASS [ 21.007s] (2320/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
81862026-09-11T20:33:56.818Z PASS [ 12.927s] (2321/3432) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
81872026-09-11T20:33:58.229Z PASS [ 23.095s] (2322/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
81882026-09-11T20:33:58.939Z PASS [ 12.462s] (2323/3432) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
81892026-09-11T20:33:59.458Z PASS [ 26.965s] (2324/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
81902026-09-11T20:33:59.512Z PASS [ 41.690s] (2325/3432) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
81912026-09-11T20:33:59.569Z PASS [ 19.391s] (2326/3432) omicron-nexus::test_all integration_tests::updates::test_repo_list
81922026-09-11T20:33:59.821Z PASS [ 14.403s] (2327/3432) omicron-nexus::test_all integration_tests::updates::test_stock_planner
81932026-09-11T20:34:00.342Z PASS [ 26.709s] (2328/3432) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
81942026-09-11T20:34:00.490Z PASS [ 12.283s] (2329/3432) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
81952026-09-11T20:34:02.994Z PASS [ 15.708s] (2330/3432) omicron-nexus::test_all integration_tests::updates::test_update_status
81962026-09-11T20:34:03.891Z PASS [ 22.129s] (2331/3432) omicron-nexus::test_all integration_tests::updates::test_repo_upload
81972026-09-11T20:34:04.922Z PASS [ 24.844s] (2332/3432) omicron-nexus::test_all integration_tests::updates::test_debug_files
81982026-09-11T20:34:09.450Z PASS [ 20.772s] (2333/3432) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
81992026-09-11T20:34:15.190Z PASS [ 25.017s] (2334/3432) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
82002026-09-11T20:34:15.514Z PASS [ 24.893s] (2335/3432) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82012026-09-11T20:34:16.558Z PASS [ 21.396s] (2336/3432) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
82022026-09-11T20:34:18.857Z PASS [ 28.336s] (2337/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82032026-09-11T20:34:20.967Z PASS [ 47.637s] (2338/3432) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
82042026-09-11T20:34:26.012Z PASS [ 27.083s] (2339/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82052026-09-11T20:34:26.481Z PASS [ 37.739s] (2340/3432) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
82062026-09-11T20:34:28.201Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82072026-09-11T20:34:29.328Z PASS [ 29.531s] (2341/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
82082026-09-11T20:34:30.298Z PASS [ 38.244s] (2342/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
82092026-09-11T20:34:30.324Z PASS [ 39.445s] (2343/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
82102026-09-11T20:34:32.593Z PASS [ 34.928s] (2344/3432) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
82112026-09-11T20:34:34.819Z PASS [ 38.080s] (2345/3432) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
82122026-09-11T20:34:34.859Z PASS [ 41.489s] (2346/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
82132026-09-11T20:34:35.269Z PASS [ 39.200s] (2347/3432) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
82142026-09-11T20:34:36.244Z PASS [ 43.650s] (2348/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82152026-09-11T20:34:36.832Z PASS [ 41.936s] (2349/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
82162026-09-11T20:34:38.252Z PASS [ 23.070s] (2350/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
82172026-09-11T20:34:38.945Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82182026-09-11T20:34:39.470Z PASS [ 10.152s] (2351/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
82192026-09-11T20:34:39.855Z PASS [ 39.360s] (2352/3432) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82202026-09-11T20:34:40.239Z PASS [ 42.012s] (2353/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82212026-09-11T20:34:40.248Z PASS [ 10.031s] (2354/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
82222026-09-11T20:34:40.389Z PASS [ 10.127s] (2355/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
82232026-09-11T20:34:44.083Z PASS [ 10.721s] (2356/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
82242026-09-11T20:34:44.747Z PASS [ 54.612s] (2357/3432) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
82252026-09-11T20:34:44.822Z PASS [ 0.072s] (2358/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
82262026-09-11T20:34:45.279Z PASS [ 35.833s] (2359/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
82272026-09-11T20:34:45.620Z PASS [ 10.761s] (2360/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
82282026-09-11T20:34:45.843Z PASS [ 11.025s] (2361/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
82292026-09-11T20:34:46.491Z PASS [ 11.221s] (2362/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
82302026-09-11T20:34:47.071Z PASS [ 10.820s] (2363/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
82312026-09-11T20:34:49.350Z PASS [ 12.532s] (2364/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
82322026-09-11T20:34:49.460Z PASS [ 56.495s] (2365/3432) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
82332026-09-11T20:34:49.688Z PASS [ 46.696s] (2366/3432) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
82342026-09-11T20:34:51.262Z PASS [ 11.792s] (2367/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
82352026-09-11T20:34:51.345Z PASS [ 11.505s] (2368/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
82362026-09-11T20:34:51.677Z PASS [ 13.425s] (2369/3432) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
82372026-09-11T20:34:51.800Z PASS [ 11.412s] (2370/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
82382026-09-11T20:34:51.813Z PASS [ 52.365s] (2371/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82392026-09-11T20:34:51.905Z PASS [ 11.674s] (2372/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
82402026-09-11T20:34:52.060Z PASS [ 11.827s] (2373/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
82412026-09-11T20:34:54.126Z PASS [ 35.260s] (2374/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
82422026-09-11T20:34:54.831Z PASS [ 12.365s] (2375/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
82432026-09-11T20:34:55.659Z PASS [ 55.318s] (2376/3432) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82442026-09-11T20:34:56.096Z PASS [ 51.174s] (2377/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
82452026-09-11T20:34:56.533Z PASS [ 688.345s] (2378/3432) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82462026-09-11T20:34:57.420Z PASS [ 57.854s] (2379/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
82472026-09-11T20:34:57.766Z PASS [ 12.486s] (2380/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
82482026-09-11T20:34:58.201Z PASS [ 12.581s] (2381/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
82492026-09-11T20:34:58.492Z PASS [ 12.648s] (2382/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
82502026-09-11T20:34:58.872Z PASS [ 32.391s] (2383/3432) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
82512026-09-11T20:34:58.969Z PASS [ 12.479s] (2384/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
82522026-09-11T20:34:59.512Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82532026-09-11T20:35:00.161Z PASS [ 13.098s] (2385/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
82542026-09-11T20:35:00.859Z PASS [ 44.304s] (2386/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
82552026-09-11T20:35:01.570Z PASS [ 40.602s] (2387/3432) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
82562026-09-11T20:35:02.048Z PASS [ 12.699s] (2388/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
82572026-09-11T20:35:02.410Z PASS [ 48.058s] (2389/3432) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
82582026-09-11T20:35:03.892Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
82592026-09-11T20:35:04.780Z PASS [ 13.517s] (2390/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
82602026-09-11T20:35:04.802Z PASS [ 13.124s] (2391/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
82612026-09-11T20:35:05.239Z PASS [ 13.893s] (2392/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
82622026-09-11T20:35:05.381Z PASS [ 13.566s] (2393/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
82632026-09-11T20:35:05.782Z PASS [ 13.981s] (2394/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
82642026-09-11T20:35:08.461Z PASS [ 16.401s] (2395/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
82652026-09-11T20:35:11.384Z PASS [ 45.374s] (2396/3432) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
82662026-09-11T20:35:11.427Z PASS [ 17.323s] (2397/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
82672026-09-11T20:35:11.754Z PASS [ 15.658s] (2398/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
82682026-09-11T20:35:12.431Z PASS [ 16.772s] (2399/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
82692026-09-11T20:35:12.570Z PASS [ 27.750s] (2400/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
82702026-09-11T20:35:14.111Z PASS [ 19.279s] (2401/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
82712026-09-11T20:35:14.410Z PASS [ 95.469s] (2402/3432) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82722026-09-11T20:35:15.453Z PASS [ 18.920s] (2403/3432) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
82732026-09-11T20:35:16.291Z PASS [ 26.828s] (2404/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
82742026-09-11T20:35:16.833Z PASS [ 15.264s] (2405/3432) omicron-nexus::test_all integration_tests::vpcs::test_vpc_create_without_default_subnet
82752026-09-11T20:35:16.924Z PASS [ 12.123s] (2406/3432) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
82762026-09-11T20:35:17.537Z PASS [ 18.568s] (2407/3432) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
82772026-09-11T20:35:17.557Z PASS [ 0.020s] (2408/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
82782026-09-11T20:35:17.580Z PASS [ 0.022s] (2409/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
82792026-09-11T20:35:17.601Z PASS [ 0.022s] (2410/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
82802026-09-11T20:35:17.623Z PASS [ 0.020s] (2411/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
82812026-09-11T20:35:17.642Z PASS [ 0.020s] (2412/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
82822026-09-11T20:35:17.658Z PASS [ 78.148s] (2413/3432) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82832026-09-11T20:35:17.663Z PASS [ 0.022s] (2414/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
82842026-09-11T20:35:17.679Z PASS [ 0.021s] (2415/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
82852026-09-11T20:35:17.684Z PASS [ 0.021s] (2416/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
82862026-09-11T20:35:17.699Z PASS [ 0.019s] (2417/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
82872026-09-11T20:35:17.705Z PASS [ 19.939s] (2418/3432) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
82882026-09-11T20:35:17.705Z PASS [ 0.021s] (2419/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
82892026-09-11T20:35:17.720Z PASS [ 0.021s] (2420/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
82902026-09-11T20:35:17.728Z PASS [ 0.022s] (2421/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
82912026-09-11T20:35:17.734Z PASS [ 0.029s] (2422/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
82922026-09-11T20:35:17.742Z PASS [ 0.022s] (2423/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
82932026-09-11T20:35:17.749Z PASS [ 0.021s] (2424/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
82942026-09-11T20:35:17.754Z PASS [ 0.020s] (2425/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
82952026-09-11T20:35:17.765Z PASS [ 0.024s] (2426/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
82962026-09-11T20:35:17.774Z PASS [ 0.025s] (2427/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
82972026-09-11T20:35:17.778Z PASS [ 0.024s] (2428/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
82982026-09-11T20:35:17.797Z PASS [ 0.031s] (2429/3432) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
82992026-09-11T20:35:18.053Z PASS [ 17.194s] (2430/3432) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
83002026-09-11T20:35:18.104Z PASS [ 0.052s] (2431/3432) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
83012026-09-11T20:35:18.240Z PASS [ 0.135s] (2432/3432) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83022026-09-11T20:35:18.265Z PASS [ 13.026s] (2433/3432) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
83032026-09-11T20:35:18.282Z PASS [ 0.042s] (2434/3432) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83042026-09-11T20:35:18.286Z PASS [ 0.021s] (2435/3432) omicron-package config::tests::multi_preset_arg
83052026-09-11T20:35:18.304Z PASS [ 0.022s] (2436/3432) omicron-package dot::test::test_bad_dependency
83062026-09-11T20:35:18.309Z PASS [ 0.023s] (2437/3432) omicron-package dot::test::test_dot_output
83072026-09-11T20:35:18.329Z PASS [ 0.020s] (2438/3432) omicron-passwords test::test_password_constraints
83082026-09-11T20:35:19.873Z PASS [ 22.452s] (2439/3432) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
83092026-09-11T20:35:20.185Z PASS [ 14.395s] (2440/3432) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
83102026-09-11T20:35:20.237Z PASS [ 0.056s] (2441/3432) omicron-passwords test::test_stable
83112026-09-11T20:35:20.247Z PASS [ 14.854s] (2442/3432) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
83122026-09-11T20:35:20.253Z PASS [ 0.019s] (2443/3432) omicron-passwords test::test_weak_hashes
83132026-09-11T20:35:20.256Z PASS [ 0.021s] (2444/3432) omicron-rpaths internal::tests::test_configure_from_path
83142026-09-11T20:35:20.269Z PASS [ 18.221s] (2445/3432) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
83152026-09-11T20:35:20.273Z PASS [ 0.018s] (2446/3432) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
83162026-09-11T20:35:20.278Z PASS [ 0.019s] (2447/3432) omicron-rpaths internal::tests::test_emit_rpath
83172026-09-11T20:35:20.974Z PASS [ 0.205s] (2448/3432) omicron-sled-agent artifact_store::test::issue_7796
83182026-09-11T20:35:20.988Z PASS [ 0.244s] (2449/3432) omicron-sled-agent artifact_store::test::generations
83192026-09-11T20:35:20.988Z PASS [ 20.410s] (2450/3432) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83202026-09-11T20:35:20.988Z PASS [ 0.111s] (2451/3432) omicron-sled-agent artifact_store::test::no_dataset
83212026-09-11T20:35:20.989Z PASS [ 0.054s] (2452/3432) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
83222026-09-11T20:35:20.989Z PASS [ 0.357s] (2453/3432) omicron-sled-agent artifact_store::test::list_get_put
83232026-09-11T20:35:20.989Z PASS [ 0.127s] (2454/3432) omicron-sled-agent artifact_store::test::wrong_hash
83242026-09-11T20:35:20.989Z PASS [ 0.067s] (2455/3432) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
83252026-09-11T20:35:20.989Z PASS [ 0.037s] (2456/3432) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
83262026-09-11T20:35:20.990Z PASS [ 0.035s] (2457/3432) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
83272026-09-11T20:35:20.990Z PASS [ 0.034s] (2458/3432) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
83282026-09-11T20:35:20.990Z PASS [ 0.030s] (2459/3432) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
83292026-09-11T20:35:20.990Z PASS [ 0.033s] (2460/3432) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
83302026-09-11T20:35:20.990Z PASS [ 0.031s] (2461/3432) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
83312026-09-11T20:35:20.990Z PASS [ 0.034s] (2462/3432) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
83322026-09-11T20:35:20.990Z PASS [ 0.044s] (2463/3432) omicron-sled-agent config::test::test_smf_configs
83332026-09-11T20:35:20.990Z PASS [ 0.032s] (2464/3432) omicron-sled-agent fmd::tests::boolean_presence
83342026-09-11T20:35:20.991Z PASS [ 0.038s] (2465/3432) omicron-sled-agent fmd::tests::boolean_array
83352026-09-11T20:35:20.991Z PASS [ 0.032s] (2466/3432) omicron-sled-agent fmd::tests::boolean_value
83362026-09-11T20:35:20.991Z PASS [ 0.052s] (2467/3432) omicron-sled-agent fmd::tests::double
83372026-09-11T20:35:20.991Z PASS [ 0.054s] (2468/3432) omicron-sled-agent fmd::tests::hrtime
83382026-09-11T20:35:20.991Z PASS [ 0.045s] (2469/3432) omicron-sled-agent fmd::tests::integers
83392026-09-11T20:35:20.991Z PASS [ 0.056s] (2470/3432) omicron-sled-agent fmd::tests::integer_arrays
83402026-09-11T20:35:20.991Z PASS [ 0.033s] (2471/3432) omicron-sled-agent fmd::tests::string
83412026-09-11T20:35:20.991Z PASS [ 0.033s] (2472/3432) omicron-sled-agent fmd::tests::unknown_type
83422026-09-11T20:35:20.991Z PASS [ 0.035s] (2473/3432) omicron-sled-agent fmd::tests::string_array
83432026-09-11T20:35:20.993Z PASS [ 0.035s] (2474/3432) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
83442026-09-11T20:35:20.993Z PASS [ 0.031s] (2475/3432) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
83452026-09-11T20:35:20.993Z PASS [ 0.045s] (2476/3432) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
83462026-09-11T20:35:20.993Z PASS [ 0.059s] (2477/3432) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
83472026-09-11T20:35:20.993Z PASS [ 0.064s] (2478/3432) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
83482026-09-11T20:35:20.993Z PASS [ 0.043s] (2479/3432) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
83492026-09-11T20:35:20.993Z PASS [ 0.041s] (2480/3432) omicron-sled-agent instance::tests::add_new_floating_ip
83502026-09-11T20:35:20.993Z PASS [ 0.036s] (2481/3432) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
83512026-09-11T20:35:20.993Z PASS [ 0.041s] (2482/3432) omicron-sled-agent instance::tests::prune_existing_floating_ip
83522026-09-11T20:35:20.993Z PASS [ 0.052s] (2483/3432) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
83532026-09-11T20:35:21.216Z PASS [ 0.305s] (2484/3432) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
83542026-09-11T20:35:21.240Z PASS [ 0.323s] (2485/3432) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
83552026-09-11T20:35:21.392Z PASS [ 0.463s] (2486/3432) omicron-sled-agent instance::tests::test_instance_create_events_normal
83562026-09-11T20:35:21.761Z PASS [ 0.538s] (2487/3432) omicron-sled-agent instance::tests::test_instance_manager_allows_existing_vmm_while_evacuating
83572026-09-11T20:35:21.803Z PASS [ 0.411s] (2488/3432) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_before_config_loaded
83582026-09-11T20:35:22.008Z PASS [ 0.248s] (2489/3432) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_while_evacuating
83592026-09-11T20:35:22.019Z PASS [ 23.146s] (2490/3432) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
83602026-09-11T20:35:22.060Z PASS [ 0.041s] (2491/3432) omicron-sled-agent instance::tests::test_multicast_membership_equality
83612026-09-11T20:35:22.086Z PASS [ 1.149s] (2492/3432) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
83622026-09-11T20:35:22.148Z PASS [ 0.062s] (2493/3432) omicron-sled-agent metrics::test_samples_per_collection
83632026-09-11T20:35:22.153Z PASS [ 0.091s] (2494/3432) omicron-sled-agent instance_manager::jobs::tests::jobs_upholds_invariants
83642026-09-11T20:35:22.204Z PASS [ 3.875s] (2495/3432) omicron-passwords test::test_reproducible
83652026-09-11T20:35:22.216Z PASS [ 0.065s] (2496/3432) omicron-sled-agent probe_manager::test::probe_state_set_ops
83662026-09-11T20:35:22.244Z PASS [ 0.037s] (2497/3432) omicron-sled-agent profile::tests::empty_profile
83672026-09-11T20:35:22.252Z PASS [ 0.033s] (2498/3432) omicron-sled-agent profile::tests::test_disabled_instance
83682026-09-11T20:35:22.286Z PASS [ 0.037s] (2499/3432) omicron-sled-agent profile::tests::test_multiple
83692026-09-11T20:35:22.286Z PASS [ 0.044s] (2500/3432) omicron-sled-agent profile::tests::test_instance
83702026-09-11T20:35:22.298Z PASS [ 13.837s] (2501/3432) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
83712026-09-11T20:35:22.306Z PASS [ 0.502s] (2502/3432) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
83722026-09-11T20:35:22.334Z PASS [ 0.048s] (2503/3432) omicron-sled-agent profile::tests::test_property
83732026-09-11T20:35:22.338Z PASS [ 0.036s] (2504/3432) omicron-sled-agent profile::tests::test_service
83742026-09-11T20:35:22.342Z PASS [ 0.054s] (2505/3432) omicron-sled-agent profile::tests::test_property_group
83752026-09-11T20:35:22.342Z PASS [ 0.036s] (2506/3432) omicron-sled-agent profile::tests::test_service_property_group
83762026-09-11T20:35:22.373Z PASS [ 0.039s] (2507/3432) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
83772026-09-11T20:35:22.379Z PASS [ 0.044s] (2508/3432) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
83782026-09-11T20:35:22.383Z PASS [ 0.040s] (2509/3432) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
83792026-09-11T20:35:22.388Z PASS [ 0.046s] (2510/3432) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
83802026-09-11T20:35:22.416Z PASS [ 0.413s] (2511/3432) omicron-sled-agent instance::tests::test_instance_manager_vmm_count_tracks_registration
83812026-09-11T20:35:22.419Z PASS [ 0.043s] (2512/3432) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
83822026-09-11T20:35:22.428Z PASS [ 0.046s] (2513/3432) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
83832026-09-11T20:35:22.431Z PASS [ 0.044s] (2514/3432) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
83842026-09-11T20:35:22.473Z PASS [ 0.041s] (2515/3432) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
83852026-09-11T20:35:22.479Z PASS [ 0.056s] (2516/3432) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
83862026-09-11T20:35:22.479Z PASS [ 0.043s] (2517/3432) omicron-sled-agent sim::storage::test::nested_dataset
83872026-09-11T20:35:22.485Z PASS [ 0.068s] (2518/3432) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
83882026-09-11T20:35:22.523Z PASS [ 0.050s] (2519/3432) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
83892026-09-11T20:35:22.529Z PASS [ 0.045s] (2520/3432) omicron-sled-agent sim::storage::test::snapshot_needs_region
83902026-09-11T20:35:22.529Z PASS [ 1.290s] (2521/3432) omicron-sled-agent instance::tests::test_instance_manager_creation
83912026-09-11T20:35:22.533Z PASS [ 0.057s] (2522/3432) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
83922026-09-11T20:35:22.533Z PASS [ 0.062s] (2523/3432) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
83932026-09-11T20:35:22.582Z PASS [ 0.052s] (2524/3432) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
83942026-09-11T20:35:22.588Z PASS [ 0.065s] (2525/3432) omicron-sled-agent support_bundle::storage::tests::basic_crud
83952026-09-11T20:35:22.605Z PASS [ 0.075s] (2526/3432) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
83962026-09-11T20:35:22.613Z PASS [ 0.082s] (2527/3432) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
83972026-09-11T20:35:22.617Z PASS [ 0.085s] (2528/3432) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
83982026-09-11T20:35:22.634Z PASS [ 0.052s] (2529/3432) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
83992026-09-11T20:35:22.644Z PASS [ 0.056s] (2530/3432) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
84002026-09-11T20:35:22.658Z PASS [ 0.054s] (2531/3432) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
84012026-09-11T20:35:22.668Z PASS [ 0.055s] (2532/3432) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
84022026-09-11T20:35:22.674Z PASS [ 0.058s] (2533/3432) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84032026-09-11T20:35:22.693Z PASS [ 0.034s] (2534/3432) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84042026-09-11T20:35:22.708Z PASS [ 0.063s] (2535/3432) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84052026-09-11T20:35:22.709Z PASS [ 0.073s] (2536/3432) omicron-sled-agent support_bundle::storage::tests::ranges
84062026-09-11T20:35:22.738Z PASS [ 0.045s] (2537/3432) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84072026-09-11T20:35:23.427Z PASS [ 24.935s] (2538/3432) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
84082026-09-11T20:35:23.499Z PASS [ 0.071s] (2539/3432) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84092026-09-11T20:35:23.537Z PASS [ 0.039s] (2540/3432) omicron-sled-agent zone_bundle::tests::test_dir_size
84102026-09-11T20:35:23.607Z PASS [ 0.070s] (2541/3432) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84112026-09-11T20:35:23.693Z PASS [ 21.279s] (2542/3432) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
84122026-09-11T20:35:23.736Z PASS [ 0.046s] (2543/3432) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84132026-09-11T20:35:23.775Z PASS [ 0.167s] (2544/3432) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84142026-09-11T20:35:23.811Z PASS [ 0.036s] (2545/3432) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84152026-09-11T20:35:23.850Z PASS [ 0.029s] (2546/3432) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84162026-09-11T20:35:24.102Z PASS [ 0.261s] (2547/3432) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84172026-09-11T20:35:24.491Z PASS [ 0.389s] (2548/3432) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84182026-09-11T20:35:24.495Z PASS [ 0.759s] (2549/3432) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
84192026-09-11T20:35:24.532Z PASS [ 0.038s] (2550/3432) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84202026-09-11T20:35:24.566Z PASS [ 0.033s] (2551/3432) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84212026-09-11T20:35:24.856Z PASS [ 0.284s] (2552/3432) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84222026-09-11T20:35:25.302Z PASS [ 0.453s] (2553/3432) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
84232026-09-11T20:35:25.526Z PASS [ 1.034s] (2554/3432) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
84242026-09-11T20:35:25.546Z PASS [ 0.235s] (2555/3432) omicron-test-utils dev::db::test::test_bad_cmd
84252026-09-11T20:35:25.977Z PASS [ 0.449s] (2556/3432) omicron-test-utils dev::db::test::test_cmd_fails
84262026-09-11T20:35:26.245Z PASS [ 3.865s] (2557/3432) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
84272026-09-11T20:35:26.322Z PASS [ 3.648s] (2558/3432) omicron-sled-agent zone_bundle::illumos_tests::test_context
84282026-09-11T20:35:26.461Z PASS [ 8.157s] (2559/3432) omicron-passwords test::test_compatible
84292026-09-11T20:35:26.496Z PASS [ 0.035s] (2560/3432) omicron-test-utils dev::db::test::test_make_pg_config_fail
84302026-09-11T20:35:26.536Z PASS [ 3.857s] (2561/3432) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
84312026-09-11T20:35:26.541Z PASS [ 0.031s] (2562/3432) omicron-test-utils dev::db::test::test_make_pg_config_ok
84322026-09-11T20:35:26.541Z PASS [ 0.285s] (2563/3432) omicron-test-utils dev::db::test::test_database_start_hang
84332026-09-11T20:35:26.566Z PASS [ 0.038s] (2564/3432) omicron-test-utils dev::db::test::test_process_exit_abnormal
84342026-09-11T20:35:26.570Z PASS [ 0.041s] (2565/3432) omicron-test-utils dev::db::test::test_parse_http_addr
84352026-09-11T20:35:26.575Z PASS [ 0.045s] (2566/3432) omicron-test-utils dev::db::test::test_process_exit_normal
84362026-09-11T20:35:26.697Z PASS [ 12.286s] (2567/3432) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
84372026-09-11T20:35:26.708Z PASS [ 3.999s] (2568/3432) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84382026-09-11T20:35:26.731Z PASS [ 0.034s] (2569/3432) omicron-test-utils dev::db::test::test_starter_tmpdir
84392026-09-11T20:35:26.750Z PASS [ 0.043s] (2570/3432) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
84402026-09-11T20:35:26.768Z PASS [ 0.036s] (2571/3432) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
84412026-09-11T20:35:26.782Z PASS [ 0.033s] (2572/3432) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
84422026-09-11T20:35:26.786Z PASS [ 14.215s] (2573/3432) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
84432026-09-11T20:35:26.802Z PASS [ 0.034s] (2574/3432) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
84442026-09-11T20:35:26.806Z PASS [ 14.370s] (2575/3432) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
84452026-09-11T20:35:26.822Z PASS [ 0.039s] (2576/3432) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
84462026-09-11T20:35:26.829Z PASS [ 0.039s] (2577/3432) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
84472026-09-11T20:35:26.844Z PASS [ 0.039s] (2578/3432) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
84482026-09-11T20:35:26.853Z PASS [ 0.050s] (2579/3432) omicron-test-utils dev::test_cmds::tests::test_redact_extra
84492026-09-11T20:35:26.870Z PASS [ 0.048s] (2580/3432) omicron-test-utils dev::test_cmds::tests::test_redact_section
84502026-09-11T20:35:26.889Z PASS [ 0.049s] (2581/3432) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
84512026-09-11T20:35:26.909Z PASS [ 4.201s] (2582/3432) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
84522026-09-11T20:35:26.915Z PASS [ 0.057s] (2583/3432) oximeter test::timeseries_schema_consistency
84532026-09-11T20:35:26.969Z PASS [ 0.098s] (2584/3432) oximeter-collector agent::tests::test_self_stat_collection_count
84542026-09-11T20:35:26.998Z PASS [ 0.107s] (2585/3432) oximeter-collector agent::tests::test_self_stat_error_counter
84552026-09-11T20:35:27.009Z PASS [ 0.099s] (2586/3432) oximeter-collector agent::tests::test_self_stat_unreachable_counter
84562026-09-11T20:35:27.022Z PASS [ 0.456s] (2587/3432) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
84572026-09-11T20:35:27.048Z PASS [ 0.039s] (2588/3432) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
84582026-09-11T20:35:27.054Z PASS [ 0.229s] (2589/3432) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
84592026-09-11T20:35:27.075Z PASS [ 0.106s] (2590/3432) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
84602026-09-11T20:35:27.079Z PASS [ 0.755s] (2591/3432) omicron-test-utils dev::db::test::test_http_addr_integration
84612026-09-11T20:35:27.092Z PASS [ 0.038s] (2592/3432) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
84622026-09-11T20:35:27.097Z PASS [ 0.075s] (2593/3432) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
84632026-09-11T20:35:27.109Z PASS [ 0.035s] (2594/3432) oximeter-collector self_stats::tests::test_failure_reason_serialization
84642026-09-11T20:35:27.109Z PASS [ 0.113s] (2595/3432) oximeter-collector agent::tests::verify_producer_details
84652026-09-11T20:35:27.113Z PASS [ 4.373s] (2596/3432) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84662026-09-11T20:35:27.127Z PASS [ 0.079s] (2597/3432) oximeter-collector results_sink::tests::test_batch_handoff_overflow
84672026-09-11T20:35:27.135Z PASS [ 0.042s] (2598/3432) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
84682026-09-11T20:35:27.152Z PASS [ 0.045s] (2599/3432) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
84692026-09-11T20:35:27.157Z PASS [ 0.038s] (2600/3432) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
84702026-09-11T20:35:27.162Z PASS [ 0.047s] (2601/3432) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
84712026-09-11T20:35:27.167Z PASS [ 0.036s] (2602/3432) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
84722026-09-11T20:35:27.201Z PASS [ 0.123s] (2603/3432) oximeter-collector::test_commands test_oximeter_no_args
84732026-09-11T20:35:27.328Z PASS [ 1.352s] (2604/3432) omicron-test-utils dev::db::test::test_database_concurrent
84742026-09-11T20:35:27.348Z PASS [ 11.895s] (2605/3432) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
84752026-09-11T20:35:27.362Z PASS [ 0.033s] (2606/3432) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
84762026-09-11T20:35:27.506Z PASS [ 0.595s] (2607/3432) oximeter-collector agent::tests::test_standalone_integration
84772026-09-11T20:35:27.552Z PASS [ 0.045s] (2608/3432) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
84782026-09-11T20:35:27.677Z PASS [ 1.102s] (2609/3432) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
84792026-09-11T20:35:27.691Z PASS [ 11.403s] (2610/3432) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
84802026-09-11T20:35:27.733Z PASS [ 13.622s] (2611/3432) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
84812026-09-11T20:35:27.915Z PASS [ 0.755s] (2612/3432) oximeter-db client::oxql::tests::test_get_fields_query
84822026-09-11T20:35:27.921Z PASS [ 0.787s] (2613/3432) oximeter-db client::oxql::tests::test_get_entire_table
84832026-09-11T20:35:27.924Z PASS [ 0.812s] (2614/3432) oximeter-db client::oxql::tests::oxql_query_uses_at_most_one_concurrent_claim
84842026-09-11T20:35:27.953Z PASS [ 0.809s] (2615/3432) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
84852026-09-11T20:35:27.957Z PASS [ 0.807s] (2616/3432) oximeter-db client::oxql::tests::test_get_fields
84862026-09-11T20:35:27.960Z PASS [ 0.794s] (2617/3432) oximeter-db client::oxql::tests::test_get_one_timeseries
84872026-09-11T20:35:27.974Z PASS [ 0.773s] (2618/3432) oximeter-db client::oxql::tests::test_limit_operations
84882026-09-11T20:35:27.978Z PASS [ 0.628s] (2619/3432) oximeter-db client::tests::can_ping_clickhouse
84892026-09-11T20:35:28.446Z PASS [ 0.707s] (2620/3432) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
84902026-09-11T20:35:28.450Z PASS [ 0.752s] (2621/3432) oximeter-db client::tests::read_latest_version_reports_max
84912026-09-11T20:35:28.551Z PASS [ 0.636s] (2622/3432) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
84922026-09-11T20:35:28.555Z PASS [ 11.722s] (2623/3432) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
84932026-09-11T20:35:28.565Z PASS [ 11.641s] (2624/3432) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
84942026-09-11T20:35:28.594Z PASS [ 0.639s] (2625/3432) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
84952026-09-11T20:35:28.615Z PASS [ 0.660s] (2626/3432) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
84962026-09-11T20:35:28.639Z PASS [ 0.718s] (2627/3432) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
84972026-09-11T20:35:28.669Z PASS [ 0.029s] (2628/3432) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
84982026-09-11T20:35:28.679Z PASS [ 0.757s] (2629/3432) oximeter-db client::tests::select_timeseries_with_select_one
84992026-09-11T20:35:28.712Z PASS [ 0.752s] (2630/3432) oximeter-db client::tests::test_client_select_timeseries_one
85002026-09-11T20:35:28.727Z PASS [ 0.749s] (2631/3432) oximeter-db client::tests::test_database_version_will_not_downgrade
85012026-09-11T20:35:28.739Z PASS [ 0.764s] (2632/3432) oximeter-db client::tests::test_database_version_update_is_idempotent
85022026-09-11T20:35:28.774Z PASS [ 0.036s] (2633/3432) oximeter-db client::tests::test_read_schema_upgrade_sql_files
85032026-09-11T20:35:28.813Z PASS [ 0.038s] (2634/3432) oximeter-db client::tests::test_read_timeseries_to_delete
85042026-09-11T20:35:28.850Z PASS [ 0.037s] (2635/3432) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
85052026-09-11T20:35:28.872Z PASS [ 36.967s] (2636/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
85062026-09-11T20:35:28.882Z PASS [ 0.033s] (2637/3432) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85072026-09-11T20:35:28.986Z PASS [ 39.295s] (2638/3432) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
85082026-09-11T20:35:29.009Z PASS [ 1.454s] (2639/3432) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
85092026-09-11T20:35:29.148Z PASS [ 0.705s] (2640/3432) oximeter-db client::tests::test_database_version_will_not_upgrade
85102026-09-11T20:35:29.156Z PASS [ 0.711s] (2641/3432) oximeter-db client::tests::test_differentiate_by_timeseries_name
85112026-09-11T20:35:29.298Z PASS [ 0.732s] (2642/3432) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85122026-09-11T20:35:29.302Z PASS [ 0.752s] (2643/3432) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
85132026-09-11T20:35:29.302Z PASS [ 0.747s] (2644/3432) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85142026-09-11T20:35:29.320Z PASS [ 0.728s] (2645/3432) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85152026-09-11T20:35:29.401Z PASS [ 0.719s] (2646/3432) oximeter-db client::tests::test_insert_samples
85162026-09-11T20:35:29.406Z PASS [ 0.737s] (2647/3432) oximeter-db client::tests::test_field_record_count
85172026-09-11T20:35:29.415Z PASS [ 1.737s] (2648/3432) oximeter-db client::tests::insert_samples_fails_fast
85182026-09-11T20:35:29.419Z PASS [ 0.706s] (2649/3432) oximeter-db client::tests::test_is_oximeter_cluster
85192026-09-11T20:35:29.496Z PASS [ 0.765s] (2650/3432) oximeter-db client::tests::test_list_timeseries
85202026-09-11T20:35:29.527Z PASS [ 0.032s] (2651/3432) oximeter-db client::tests::test_unravel_index
85212026-09-11T20:35:29.564Z PASS [ 0.041s] (2652/3432) oximeter-db client::tests::test_verify_schema_upgrades
85222026-09-11T20:35:29.588Z PASS [ 0.973s] (2653/3432) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85232026-09-11T20:35:29.601Z PASS [ 4.063s] (2654/3432) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
85242026-09-11T20:35:29.606Z PASS [ 0.042s] (2655/3432) oximeter-db model::fields::tests::test_extract_fields_as_block
85252026-09-11T20:35:29.620Z PASS [ 0.737s] (2656/3432) oximeter-db client::tests::test_schema_mismatch
85262026-09-11T20:35:29.625Z PASS [ 0.038s] (2657/3432) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
85272026-09-11T20:35:29.641Z PASS [ 0.039s] (2658/3432) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
85282026-09-11T20:35:29.645Z PASS [ 0.036s] (2659/3432) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
85292026-09-11T20:35:29.659Z PASS [ 0.032s] (2660/3432) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85302026-09-11T20:35:29.659Z PASS [ 0.038s] (2661/3432) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
85312026-09-11T20:35:29.670Z PASS [ 0.028s] (2662/3432) oximeter-db native::block::tests::datetime64_scale_checks_range
85322026-09-11T20:35:29.674Z PASS [ 0.031s] (2663/3432) oximeter-db native::block::tests::concat_blocks
85332026-09-11T20:35:29.698Z PASS [ 0.039s] (2664/3432) oximeter-db native::block::tests::parse_date_time64
85342026-09-11T20:35:29.699Z PASS [ 0.039s] (2665/3432) oximeter-db native::block::tests::parse_date_time
85352026-09-11T20:35:29.699Z PASS [ 0.028s] (2666/3432) oximeter-db native::block::tests::parse_escaped_date_time64
85362026-09-11T20:35:29.703Z PASS [ 0.031s] (2667/3432) oximeter-db native::block::tests::test_data_type_to_string
85372026-09-11T20:35:29.727Z PASS [ 0.029s] (2668/3432) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
85382026-09-11T20:35:29.731Z PASS [ 0.032s] (2669/3432) oximeter-db native::block::tests::test_parse_all_known_timezones
85392026-09-11T20:35:29.731Z PASS [ 0.033s] (2670/3432) oximeter-db native::block::tests::test_datetime64_conversions
85402026-09-11T20:35:29.737Z PASS [ 0.034s] (2671/3432) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
85412026-09-11T20:35:29.765Z PASS [ 0.037s] (2672/3432) oximeter-db native::block::tests::test_parse_enum8
85422026-09-11T20:35:29.774Z PASS [ 0.039s] (2673/3432) oximeter-db native::block::tests::test_parse_enum_variant
85432026-09-11T20:35:29.774Z PASS [ 0.039s] (2674/3432) oximeter-db native::block::tests::test_parse_invalid_data_type
85442026-09-11T20:35:29.783Z PASS [ 0.767s] (2675/3432) oximeter-db client::tests::test_schema_update
85452026-09-11T20:35:29.827Z PASS [ 0.842s] (2676/3432) oximeter-db client::tests::test_schema_reinserted_after_redeployment
85462026-09-11T20:35:29.887Z PASS [ 1.015s] (2677/3432) oximeter-db client::tests::test_recall_of_all_fields
85472026-09-11T20:35:29.911Z PASS [ 0.766s] (2678/3432) oximeter-db client::tests::test_select_all_datum_types
85482026-09-11T20:35:29.915Z PASS [ 0.759s] (2679/3432) oximeter-db client::tests::test_select_all_field_types
85492026-09-11T20:35:30.098Z PASS [ 0.798s] (2680/3432) oximeter-db client::tests::test_select_timeseries_with_all
85502026-09-11T20:35:30.113Z PASS [ 12.316s] (2681/3432) omicron-omdb::test_all_output test_omdb_usage_errors
85512026-09-11T20:35:30.197Z PASS [ 0.878s] (2682/3432) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
85522026-09-11T20:35:30.232Z PASS [ 0.929s] (2683/3432) oximeter-db client::tests::test_select_timeseries_with_order
85532026-09-11T20:35:30.235Z PASS [ 0.819s] (2684/3432) oximeter-db client::tests::test_timeseries_schema_list
85542026-09-11T20:35:30.262Z PASS [ 0.027s] (2685/3432) oximeter-db native::io::block::tests::test_decode_full_block
85552026-09-11T20:35:30.262Z PASS [ 0.030s] (2686/3432) oximeter-db native::io::block::tests::test_decode_block_with_nulls
85562026-09-11T20:35:30.281Z PASS [ 0.875s] (2687/3432) oximeter-db client::tests::test_select_timeseries_with_start_time
85572026-09-11T20:35:30.285Z PASS [ 0.884s] (2688/3432) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
85582026-09-11T20:35:30.285Z PASS [ 0.980s] (2689/3432) oximeter-db client::tests::test_select_timeseries_with_limit
85592026-09-11T20:35:30.296Z PASS [ 0.034s] (2690/3432) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
85602026-09-11T20:35:30.301Z PASS [ 0.035s] (2691/3432) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
85612026-09-11T20:35:30.311Z PASS [ 0.030s] (2692/3432) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
85622026-09-11T20:35:30.315Z PASS [ 0.033s] (2693/3432) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
85632026-09-11T20:35:30.315Z PASS [ 0.033s] (2694/3432) oximeter-db native::io::column::tests::test_decode_string_column
85642026-09-11T20:35:30.333Z PASS [ 0.035s] (2695/3432) oximeter-db native::io::column::tests::test_decode_uint8_column
85652026-09-11T20:35:30.340Z PASS [ 0.038s] (2696/3432) oximeter-db native::io::column::tests::test_decode_uint64_column
85662026-09-11T20:35:30.349Z PASS [ 0.030s] (2697/3432) oximeter-db native::io::column::tests::test_decode_uuid_column
85672026-09-11T20:35:30.356Z PASS [ 0.040s] (2698/3432) oximeter-db native::io::packet::server::tests::test_decode_full_hello
85682026-09-11T20:35:30.363Z PASS [ 0.044s] (2699/3432) oximeter-db native::io::column::tests::test_encode_decode_column
85692026-09-11T20:35:30.364Z PASS [ 0.624s] (2700/3432) oximeter-db native::connection::tests::ensure_desynced_connections_are_poisoned
85702026-09-11T20:35:30.368Z PASS [ 0.029s] (2701/3432) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
85712026-09-11T20:35:30.368Z PASS [ 0.032s] (2702/3432) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
85722026-09-11T20:35:30.372Z PASS [ 0.031s] (2703/3432) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
85732026-09-11T20:35:30.384Z PASS [ 0.029s] (2704/3432) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
85742026-09-11T20:35:30.390Z PASS [ 0.029s] (2705/3432) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
85752026-09-11T20:35:30.394Z PASS [ 0.031s] (2706/3432) oximeter-db native::io::packet::server::tests::test_decode_pong
85762026-09-11T20:35:30.398Z PASS [ 0.030s] (2707/3432) oximeter-db native::io::string::test::test_encode_decode
85772026-09-11T20:35:30.398Z PASS [ 0.627s] (2708/3432) oximeter-db native::connection::tests::ensure_settings_correctly_encoded
85782026-09-11T20:35:30.398Z PASS [ 0.626s] (2709/3432) oximeter-db native::connection::tests::test_basic_select_query
85792026-09-11T20:35:30.398Z PASS [ 0.034s] (2710/3432) oximeter-db native::io::packet::server::tests::test_decode_single_exception
85802026-09-11T20:35:30.401Z PASS [ 0.029s] (2711/3432) oximeter-db native::io::string::test::test_encode_hello_world
85812026-09-11T20:35:30.415Z PASS [ 0.031s] (2712/3432) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
85822026-09-11T20:35:30.420Z PASS [ 0.029s] (2713/3432) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
85832026-09-11T20:35:30.425Z PASS [ 0.032s] (2714/3432) oximeter-db native::io::table_columns::tests::test_column_count
85842026-09-11T20:35:30.425Z PASS [ 0.028s] (2715/3432) oximeter-db native::io::table_columns::tests::test_column_description_with_default
85852026-09-11T20:35:30.429Z PASS [ 0.029s] (2716/3432) oximeter-db native::io::varuint::test_encode_decode_varuint
85862026-09-11T20:35:30.434Z PASS [ 0.670s] (2717/3432) oximeter-db native::connection::tests::ensure_dropped_query_future_poisons_connection
85872026-09-11T20:35:30.438Z PASS [ 0.042s] (2718/3432) oximeter-db native::io::table_columns::tests::test_column_descriptions
85882026-09-11T20:35:30.442Z PASS [ 0.037s] (2719/3432) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
85892026-09-11T20:35:30.442Z PASS [ 0.613s] (2720/3432) oximeter-db native::connection::tests::test_exchange_hello
85902026-09-11T20:35:30.442Z PASS [ 0.042s] (2721/3432) oximeter-db oxql::ast::grammar::tests::test_align_table_op
85912026-09-11T20:35:30.446Z PASS [ 0.031s] (2722/3432) oximeter-db oxql::ast::grammar::tests::test_comparison
85922026-09-11T20:35:30.450Z PASS [ 0.029s] (2723/3432) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
85932026-09-11T20:35:30.453Z PASS [ 0.031s] (2724/3432) oximeter-db oxql::ast::grammar::tests::test_double_literal
85942026-09-11T20:35:30.457Z PASS [ 0.031s] (2725/3432) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
85952026-09-11T20:35:30.457Z PASS [ 0.032s] (2726/3432) oximeter-db oxql::ast::grammar::tests::test_duration_literal
85962026-09-11T20:35:30.464Z PASS [ 0.030s] (2727/3432) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
85972026-09-11T20:35:30.478Z PASS [ 0.040s] (2728/3432) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
85982026-09-11T20:35:30.482Z PASS [ 0.044s] (2729/3432) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
85992026-09-11T20:35:30.485Z PASS [ 0.045s] (2730/3432) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
86002026-09-11T20:35:30.489Z PASS [ 0.046s] (2731/3432) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
86012026-09-11T20:35:30.489Z PASS [ 0.041s] (2732/3432) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
86022026-09-11T20:35:30.493Z PASS [ 1.076s] (2733/3432) oximeter-db client::tests::test_sql_query_output
86032026-09-11T20:35:30.497Z PASS [ 0.044s] (2734/3432) oximeter-db oxql::ast::grammar::tests::test_get_table_op
86042026-09-11T20:35:30.502Z PASS [ 0.033s] (2735/3432) oximeter-db oxql::ast::grammar::tests::test_integer_literal
86052026-09-11T20:35:30.502Z PASS [ 0.045s] (2736/3432) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
86062026-09-11T20:35:30.502Z PASS [ 0.047s] (2737/3432) oximeter-db oxql::ast::grammar::tests::test_group_by
86072026-09-11T20:35:30.502Z PASS [ 0.044s] (2738/3432) oximeter-db oxql::ast::grammar::tests::test_ident
86082026-09-11T20:35:30.505Z PASS [ 0.731s] (2739/3432) oximeter-db native::connection::tests::test_can_cancel_query
86092026-09-11T20:35:30.509Z PASS [ 0.029s] (2740/3432) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
86102026-09-11T20:35:30.509Z PASS [ 0.622s] (2741/3432) oximeter-db native::connection::tests::test_insert_and_select_data
86112026-09-11T20:35:30.513Z PASS [ 0.032s] (2742/3432) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
86122026-09-11T20:35:30.516Z PASS [ 0.032s] (2743/3432) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
86132026-09-11T20:35:30.521Z PASS [ 0.032s] (2744/3432) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86142026-09-11T20:35:30.524Z PASS [ 0.037s] (2745/3432) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86152026-09-11T20:35:30.528Z PASS [ 0.036s] (2746/3432) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86162026-09-11T20:35:30.528Z PASS [ 0.034s] (2747/3432) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86172026-09-11T20:35:30.531Z PASS [ 0.034s] (2748/3432) oximeter-db oxql::ast::grammar::tests::test_query
86182026-09-11T20:35:30.535Z PASS [ 0.035s] (2749/3432) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86192026-09-11T20:35:30.540Z PASS [ 0.627s] (2750/3432) oximeter-db native::connection::tests::test_insert_and_select_uuid
86202026-09-11T20:35:30.543Z PASS [ 0.628s] (2751/3432) oximeter-db native::connection::tests::test_select_array_column
86212026-09-11T20:35:30.544Z PASS [ 0.043s] (2752/3432) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86222026-09-11T20:35:30.549Z PASS [ 0.040s] (2753/3432) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86232026-09-11T20:35:30.555Z PASS [ 0.040s] (2754/3432) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86242026-09-11T20:35:30.556Z PASS [ 0.040s] (2755/3432) oximeter-db oxql::ast::grammar::tests::test_reducer
86252026-09-11T20:35:30.556Z PASS [ 0.036s] (2756/3432) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86262026-09-11T20:35:30.561Z PASS [ 0.042s] (2757/3432) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86272026-09-11T20:35:30.561Z PASS [ 0.035s] (2758/3432) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
86282026-09-11T20:35:30.561Z PASS [ 0.039s] (2759/3432) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86292026-09-11T20:35:30.569Z PASS [ 0.040s] (2760/3432) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
86302026-09-11T20:35:30.569Z PASS [ 0.041s] (2761/3432) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
86312026-09-11T20:35:30.577Z PASS [ 0.045s] (2762/3432) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
86322026-09-11T20:35:30.585Z PASS [ 0.050s] (2763/3432) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
86332026-09-11T20:35:30.592Z PASS [ 0.049s] (2764/3432) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
86342026-09-11T20:35:30.595Z PASS [ 0.054s] (2765/3432) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
86352026-09-11T20:35:30.596Z PASS [ 0.049s] (2766/3432) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
86362026-09-11T20:35:30.596Z PASS [ 0.049s] (2767/3432) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
86372026-09-11T20:35:30.596Z PASS [ 0.048s] (2768/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
86382026-09-11T20:35:30.600Z PASS [ 0.052s] (2769/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
86392026-09-11T20:35:30.604Z PASS [ 0.048s] (2770/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
86402026-09-11T20:35:30.604Z PASS [ 0.049s] (2771/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86412026-09-11T20:35:30.608Z PASS [ 0.046s] (2772/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86422026-09-11T20:35:30.611Z PASS [ 0.050s] (2773/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86432026-09-11T20:35:30.615Z PASS [ 0.046s] (2774/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86442026-09-11T20:35:30.618Z PASS [ 0.048s] (2775/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86452026-09-11T20:35:30.619Z PASS [ 0.041s] (2776/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86462026-09-11T20:35:30.623Z PASS [ 0.030s] (2777/3432) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86472026-09-11T20:35:30.623Z PASS [ 0.037s] (2778/3432) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86482026-09-11T20:35:30.632Z PASS [ 0.040s] (2779/3432) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
86492026-09-11T20:35:30.636Z PASS [ 0.042s] (2780/3432) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
86502026-09-11T20:35:30.636Z PASS [ 0.042s] (2781/3432) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86512026-09-11T20:35:30.641Z PASS [ 0.046s] (2782/3432) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
86522026-09-11T20:35:30.648Z PASS [ 0.047s] (2783/3432) oximeter-db oxql::plan::align::test::test_align_input_schema
86532026-09-11T20:35:30.660Z PASS [ 0.045s] (2784/3432) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
86542026-09-11T20:35:30.665Z PASS [ 0.051s] (2785/3432) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
86552026-09-11T20:35:30.665Z PASS [ 0.044s] (2786/3432) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
86562026-09-11T20:35:30.665Z PASS [ 0.046s] (2787/3432) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
86572026-09-11T20:35:30.665Z PASS [ 0.058s] (2788/3432) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
86582026-09-11T20:35:30.665Z PASS [ 0.057s] (2789/3432) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
86592026-09-11T20:35:30.665Z PASS [ 0.060s] (2790/3432) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
86602026-09-11T20:35:30.669Z PASS [ 0.042s] (2791/3432) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
86612026-09-11T20:35:30.669Z PASS [ 0.043s] (2792/3432) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
86622026-09-11T20:35:30.691Z PASS [ 0.055s] (2793/3432) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
86632026-09-11T20:35:30.695Z PASS [ 0.044s] (2794/3432) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
86642026-09-11T20:35:30.695Z PASS [ 0.059s] (2795/3432) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
86652026-09-11T20:35:30.695Z PASS [ 0.051s] (2796/3432) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
86662026-09-11T20:35:30.695Z PASS [ 0.058s] (2797/3432) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
86672026-09-11T20:35:30.704Z PASS [ 0.043s] (2798/3432) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
86682026-09-11T20:35:30.713Z PASS [ 0.050s] (2799/3432) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
86692026-09-11T20:35:30.720Z PASS [ 0.624s] (2800/3432) oximeter-db native::connection::tests::test_select_array_of_nullable_column
86702026-09-11T20:35:30.724Z PASS [ 0.056s] (2801/3432) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
86712026-09-11T20:35:30.724Z PASS [ 0.059s] (2802/3432) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
86722026-09-11T20:35:30.724Z PASS [ 0.060s] (2803/3432) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
86732026-09-11T20:35:30.724Z PASS [ 0.060s] (2804/3432) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
86742026-09-11T20:35:30.728Z PASS [ 0.035s] (2805/3432) oximeter-db oxql::query::tests::test_coalesce_limits
86752026-09-11T20:35:30.728Z PASS [ 0.062s] (2806/3432) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
86762026-09-11T20:35:30.728Z PASS [ 0.036s] (2807/3432) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
86772026-09-11T20:35:30.728Z PASS [ 0.066s] (2808/3432) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
86782026-09-11T20:35:30.732Z PASS [ 0.036s] (2809/3432) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
86792026-09-11T20:35:30.732Z PASS [ 0.068s] (2810/3432) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
86802026-09-11T20:35:30.732Z PASS [ 0.039s] (2811/3432) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
86812026-09-11T20:35:30.736Z PASS [ 0.041s] (2812/3432) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
86822026-09-11T20:35:30.736Z PASS [ 0.032s] (2813/3432) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
86832026-09-11T20:35:30.746Z PASS [ 0.628s] (2814/3432) oximeter-db native::connection::tests::test_select_nullable_column
86842026-09-11T20:35:30.751Z PASS [ 0.033s] (2815/3432) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
86852026-09-11T20:35:30.755Z PASS [ 0.031s] (2816/3432) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
86862026-09-11T20:35:30.758Z PASS [ 0.035s] (2817/3432) oximeter-db oxql::query::tests::test_coalesce_predicates
86872026-09-11T20:35:30.762Z PASS [ 0.038s] (2818/3432) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
86882026-09-11T20:35:30.775Z PASS [ 0.050s] (2819/3432) oximeter-db oxql::query::tests::test_insert_filters
86892026-09-11T20:35:30.778Z PASS [ 0.055s] (2820/3432) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
86902026-09-11T20:35:30.778Z PASS [ 0.055s] (2821/3432) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
86912026-09-11T20:35:30.778Z PASS [ 0.046s] (2822/3432) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
86922026-09-11T20:35:30.778Z PASS [ 0.044s] (2823/3432) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
86932026-09-11T20:35:30.782Z PASS [ 0.050s] (2824/3432) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
86942026-09-11T20:35:30.782Z PASS [ 0.040s] (2825/3432) oximeter-db query::tests::test_field_cmp
86952026-09-11T20:35:30.782Z PASS [ 0.052s] (2826/3432) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
86962026-09-11T20:35:30.786Z PASS [ 0.038s] (2827/3432) oximeter-db query::tests::test_field_selector_as_query
86972026-09-11T20:35:30.786Z PASS [ 0.056s] (2828/3432) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
86982026-09-11T20:35:30.786Z PASS [ 0.056s] (2829/3432) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
86992026-09-11T20:35:30.786Z PASS [ 0.032s] (2830/3432) oximeter-db query::tests::test_field_value_as_db_str
87002026-09-11T20:35:30.786Z PASS [ 0.050s] (2831/3432) oximeter-db oxql::query::tests::test_split_query
87012026-09-11T20:35:30.790Z PASS [ 0.060s] (2832/3432) oximeter-db oxql::query::tests::test_query_end_time
87022026-09-11T20:35:30.796Z PASS [ 0.040s] (2833/3432) oximeter-db query::tests::test_select_query_builder_field_selectors
87032026-09-11T20:35:30.799Z PASS [ 0.039s] (2834/3432) oximeter-db query::tests::test_select_query_builder_filter_raw
87042026-09-11T20:35:30.812Z PASS [ 0.037s] (2835/3432) oximeter-db query::tests::test_select_query_builder_from_parts
87052026-09-11T20:35:30.815Z PASS [ 0.037s] (2836/3432) oximeter-db query::tests::test_select_query_builder_limit_offset
87062026-09-11T20:35:30.816Z PASS [ 0.618s] (2837/3432) oximeter-db native::connection::tests::test_send_cancel_with_no_query
87072026-09-11T20:35:30.819Z PASS [ 0.040s] (2838/3432) oximeter-db query::tests::test_select_query_builder_full
87082026-09-11T20:35:30.823Z PASS [ 0.046s] (2839/3432) oximeter-db query::tests::test_select_query_builder_no_fields
87092026-09-11T20:35:30.827Z PASS [ 0.046s] (2840/3432) oximeter-db query::tests::test_time_range
87102026-09-11T20:35:30.831Z PASS [ 0.051s] (2841/3432) oximeter-db query::tests::test_string_field_selector
87112026-09-11T20:35:30.835Z PASS [ 0.053s] (2842/3432) oximeter-db query::tests::test_select_query_builder_no_selectors
87122026-09-11T20:35:30.835Z PASS [ 0.051s] (2843/3432) oximeter-db sql::tests::test_allow_subqueries
87132026-09-11T20:35:30.841Z PASS [ 0.056s] (2844/3432) oximeter-db sql::tests::test_ctes_are_not_supported
87142026-09-11T20:35:30.845Z PASS [ 0.052s] (2845/3432) oximeter-db sql::tests::test_multiple_statements_are_not_supported
87152026-09-11T20:35:30.846Z PASS [ 0.060s] (2846/3432) oximeter-db sql::tests::test_allow_limit_offset
87162026-09-11T20:35:30.846Z PASS [ 0.057s] (2847/3432) oximeter-db sql::tests::test_join_must_be_inner
87172026-09-11T20:35:30.846Z PASS [ 0.058s] (2848/3432) oximeter-db sql::tests::test_cannot_name_database
87182026-09-11T20:35:30.846Z PASS [ 0.047s] (2849/3432) oximeter-db sql::tests::test_query_must_be_select_statement
87192026-09-11T20:35:30.846Z PASS [ 0.059s] (2850/3432) oximeter-db sql::tests::test_function_allow_list
87202026-09-11T20:35:30.850Z PASS [ 0.047s] (2851/3432) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87212026-09-11T20:35:30.850Z PASS [ 0.034s] (2852/3432) oximeter-db sql::tests::test_require_table_is_timeseries_name
87222026-09-11T20:35:30.861Z PASS [ 0.025s] (2853/3432) oximeter-instruments http::tests::test_latency_tracker
87232026-09-11T20:35:30.865Z PASS [ 0.044s] (2854/3432) oximeter-db sql::tests::test_with_comma_join_fails
87242026-09-11T20:35:30.865Z PASS [ 0.024s] (2855/3432) oximeter-instruments kstat::cpu::tests::test_kstat_interested
87252026-09-11T20:35:30.865Z PASS [ 0.039s] (2856/3432) oximeter-db tests::test_timeseries_key_sample_stability
87262026-09-11T20:35:30.865Z PASS [ 0.049s] (2857/3432) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
87272026-09-11T20:35:30.866Z PASS [ 0.047s] (2858/3432) oximeter-db tests::test_timeseries_key_field_stability
87282026-09-11T20:35:30.870Z PASS [ 0.039s] (2859/3432) oximeter-db::integration_test test_schemas_are_not_modified
87292026-09-11T20:35:30.870Z PASS [ 0.028s] (2860/3432) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
87302026-09-11T20:35:30.896Z PASS [ 0.033s] (2861/3432) oximeter-instruments kstat::link::tests::test_interested_positive
87312026-09-11T20:35:30.900Z PASS [ 0.037s] (2862/3432) oximeter-instruments kstat::link::tests::test_interested_negative
87322026-09-11T20:35:30.903Z PASS [ 0.032s] (2863/3432) oximeter-instruments kstat::opte_port::tests::test_interested_negative
87332026-09-11T20:35:30.903Z PASS [ 0.033s] (2864/3432) oximeter-instruments kstat::link::tests::test_to_samples
87342026-09-11T20:35:30.945Z PASS [ 0.066s] (2865/3432) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
87352026-09-11T20:35:30.950Z PASS [ 0.067s] (2866/3432) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
87362026-09-11T20:35:30.950Z PASS [ 0.069s] (2867/3432) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
87372026-09-11T20:35:30.950Z PASS [ 0.072s] (2868/3432) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
87382026-09-11T20:35:30.950Z PASS [ 0.070s] (2869/3432) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
87392026-09-11T20:35:30.951Z PASS [ 0.052s] (2870/3432) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
87402026-09-11T20:35:30.951Z PASS [ 0.070s] (2871/3432) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
87412026-09-11T20:35:30.951Z PASS [ 0.022s] (2872/3432) oximeter-instruments kstat::opte_port::tests::test_interested_positive
87422026-09-11T20:35:30.951Z PASS [ 0.026s] (2873/3432) oximeter-instruments kstat::opte_port::tests::test_to_samples
87432026-09-11T20:35:30.951Z PASS [ 0.025s] (2874/3432) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
87442026-09-11T20:35:30.951Z PASS [ 0.025s] (2875/3432) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
87452026-09-11T20:35:30.951Z PASS [ 0.022s] (2876/3432) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
87462026-09-11T20:35:30.951Z PASS [ 0.066s] (2877/3432) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
87472026-09-11T20:35:30.951Z PASS [ 0.068s] (2878/3432) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
87482026-09-11T20:35:30.951Z PASS [ 0.022s] (2879/3432) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
87492026-09-11T20:35:30.951Z PASS [ 0.074s] (2880/3432) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
87502026-09-11T20:35:30.951Z PASS [ 0.023s] (2881/3432) oximeter-instruments kstat::zone::tests::test_kstat_interested
87512026-09-11T20:35:30.951Z PASS [ 0.027s] (2882/3432) oximeter-instruments kstat::zone::tests::test_zone_samples
87522026-09-11T20:35:30.951Z PASS [ 0.031s] (2883/3432) oximeter-instruments zfs::usage::tests::test_dataset_samples
87532026-09-11T20:35:30.951Z PASS [ 0.021s] (2884/3432) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
87542026-09-11T20:35:30.951Z PASS [ 0.029s] (2885/3432) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
87552026-09-11T20:35:30.951Z PASS [ 0.022s] (2886/3432) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
87562026-09-11T20:35:30.953Z PASS [ 0.022s] (2887/3432) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
87572026-09-11T20:35:30.957Z PASS [ 0.022s] (2888/3432) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
87582026-09-11T20:35:30.957Z PASS [ 0.022s] (2889/3432) oximeter-macro-impl tests::test_metric_annotated_field
87592026-09-11T20:35:30.958Z PASS [ 0.037s] (2890/3432) oximeter-instruments zfs::usage::tests::test_collect_zpools
87602026-09-11T20:35:30.958Z PASS [ 0.022s] (2891/3432) oximeter-macro-impl tests::test_metric_datum_field
87612026-09-11T20:35:30.958Z PASS [ 0.021s] (2892/3432) oximeter-macro-impl tests::test_metric_enum
87622026-09-11T20:35:30.958Z PASS [ 0.022s] (2893/3432) oximeter-macro-impl tests::test_metric_without_datum_field
87632026-09-11T20:35:30.958Z PASS [ 0.021s] (2894/3432) oximeter-macro-impl tests::test_target
87642026-09-11T20:35:30.968Z PASS [ 0.025s] (2895/3432) oximeter-macro-impl tests::test_target_empty_struct
87652026-09-11T20:35:30.973Z PASS [ 0.052s] (2896/3432) oximeter-instruments zfs::usage::tests::test_collect_datasets
87662026-09-11T20:35:30.973Z PASS [ 0.022s] (2897/3432) oximeter-macro-impl tests::test_target_enum
87672026-09-11T20:35:30.973Z PASS [ 0.022s] (2898/3432) oximeter-macro-impl tests::test_target_unit_struct
87682026-09-11T20:35:30.973Z PASS [ 0.023s] (2899/3432) oximeter-macro-impl tests::test_target_with_datum_field
87692026-09-11T20:35:30.985Z PASS [ 0.029s] (2900/3432) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
87702026-09-11T20:35:30.990Z PASS [ 0.031s] (2901/3432) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
87712026-09-11T20:35:30.990Z PASS [ 0.028s] (2902/3432) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
87722026-09-11T20:35:30.990Z PASS [ 0.031s] (2903/3432) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
87732026-09-11T20:35:30.990Z PASS [ 0.031s] (2904/3432) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
87742026-09-11T20:35:30.990Z PASS [ 0.032s] (2905/3432) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
87752026-09-11T20:35:30.990Z PASS [ 0.032s] (2906/3432) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
87762026-09-11T20:35:30.990Z PASS [ 0.019s] (2907/3432) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
87772026-09-11T20:35:30.991Z PASS [ 0.031s] (2908/3432) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
87782026-09-11T20:35:30.991Z PASS [ 0.018s] (2909/3432) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
87792026-09-11T20:35:30.991Z PASS [ 0.021s] (2910/3432) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
87802026-09-11T20:35:31.002Z PASS [ 0.018s] (2911/3432) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
87812026-09-11T20:35:31.002Z PASS [ 0.024s] (2912/3432) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
87822026-09-11T20:35:31.008Z PASS [ 0.020s] (2913/3432) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
87832026-09-11T20:35:31.008Z PASS [ 0.020s] (2914/3432) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
87842026-09-11T20:35:31.008Z PASS [ 0.020s] (2915/3432) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
87852026-09-11T20:35:31.008Z PASS [ 0.021s] (2916/3432) oximeter-schema ir::tests::fail_on_empty_metric_name
87862026-09-11T20:35:31.027Z PASS [ 0.028s] (2917/3432) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
87872026-09-11T20:35:31.031Z PASS [ 0.031s] (2918/3432) oximeter-schema ir::tests::fail_on_very_long_field_names
87882026-09-11T20:35:31.031Z PASS [ 0.031s] (2919/3432) oximeter-schema ir::tests::fail_on_empty_target_name
87892026-09-11T20:35:31.031Z PASS [ 0.029s] (2920/3432) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
87902026-09-11T20:35:31.031Z PASS [ 0.032s] (2921/3432) oximeter-schema ir::tests::fail_on_empty_descriptions
87912026-09-11T20:35:31.031Z PASS [ 0.033s] (2922/3432) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
87922026-09-11T20:35:31.031Z PASS [ 0.033s] (2923/3432) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
87932026-09-11T20:35:31.031Z PASS [ 0.028s] (2924/3432) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
87942026-09-11T20:35:31.031Z PASS [ 0.033s] (2925/3432) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
87952026-09-11T20:35:31.031Z PASS [ 0.028s] (2926/3432) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
87962026-09-11T20:35:31.035Z PASS [ 0.027s] (2927/3432) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
87972026-09-11T20:35:31.035Z PASS [ 0.031s] (2928/3432) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
87982026-09-11T20:35:31.035Z PASS [ 0.031s] (2929/3432) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
87992026-09-11T20:35:31.039Z PASS [ 0.026s] (2930/3432) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
88002026-09-11T20:35:31.043Z PASS [ 0.023s] (2931/3432) oximeter-schema ir::tests::only_support_format_version_1
88012026-09-11T20:35:31.047Z PASS [ 0.027s] (2932/3432) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
88022026-09-11T20:35:31.047Z PASS [ 0.028s] (2933/3432) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
88032026-09-11T20:35:31.055Z PASS [ 0.028s] (2934/3432) oximeter-types queue::tests::test_bounded_queue
88042026-09-11T20:35:31.059Z PASS [ 0.024s] (2935/3432) oximeter-types queue::tests::test_bounded_queue_overflow
88052026-09-11T20:35:31.059Z PASS [ 0.018s] (2936/3432) oximeter-types traits::tests::test_target_trait
88062026-09-11T20:35:31.059Z PASS [ 0.024s] (2937/3432) oximeter-types traits::tests::test_metric_trait
88072026-09-11T20:35:31.059Z PASS [ 0.025s] (2938/3432) oximeter-types queue::tests::test_bounded_queue_sample_overflow
88082026-09-11T20:35:31.063Z PASS [ 0.024s] (2939/3432) oximeter-types traits::tests::test_producer_trait
88092026-09-11T20:35:31.063Z PASS [ 0.045s] (2940/3432) oximeter-test-utils tests::test_gen_test_samples
88102026-09-11T20:35:31.067Z PASS [ 0.041s] (2941/3432) oximeter-test-utils tests::test_timeseries_schema_from_sample
88112026-09-11T20:35:31.067Z PASS [ 0.048s] (2942/3432) oximeter-test-utils tests::test_sample_struct
88122026-09-11T20:35:31.071Z PASS [ 0.022s] (2943/3432) oximeter-types-versions impls::histogram::tests::test_bin_range_from
88132026-09-11T20:35:31.071Z PASS [ 0.026s] (2944/3432) oximeter-types-versions impls::histogram::tests::test_bin_range
88142026-09-11T20:35:31.071Z PASS [ 0.050s] (2945/3432) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
88152026-09-11T20:35:31.076Z PASS [ 0.051s] (2946/3432) oximeter-test-utils tests::test_timeseries_schema_from_parts
88162026-09-11T20:35:31.076Z PASS [ 0.019s] (2947/3432) oximeter-types-versions impls::histogram::tests::test_bin_range_to
88172026-09-11T20:35:31.080Z PASS [ 0.576s] (2948/3432) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
88182026-09-11T20:35:31.080Z PASS [ 0.021s] (2949/3432) oximeter-types-versions impls::histogram::tests::test_ensure_finite
88192026-09-11T20:35:31.084Z PASS [ 0.022s] (2950/3432) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
88202026-09-11T20:35:31.088Z PASS [ 0.027s] (2951/3432) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
88212026-09-11T20:35:31.088Z PASS [ 0.028s] (2952/3432) oximeter-types-versions impls::histogram::tests::test_histogram
88222026-09-11T20:35:31.088Z PASS [ 0.022s] (2953/3432) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
88232026-09-11T20:35:31.088Z PASS [ 0.025s] (2954/3432) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
88242026-09-11T20:35:31.088Z PASS [ 0.025s] (2955/3432) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
88252026-09-11T20:35:31.093Z PASS [ 0.022s] (2956/3432) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
88262026-09-11T20:35:31.093Z PASS [ 0.021s] (2957/3432) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
88272026-09-11T20:35:31.093Z PASS [ 0.022s] (2958/3432) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
88282026-09-11T20:35:31.093Z PASS [ 0.022s] (2959/3432) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
88292026-09-11T20:35:31.097Z PASS [ 0.022s] (2960/3432) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
88302026-09-11T20:35:31.101Z PASS [ 0.024s] (2961/3432) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
88312026-09-11T20:35:31.101Z PASS [ 0.023s] (2962/3432) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
88322026-09-11T20:35:31.102Z PASS [ 0.020s] (2963/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
88332026-09-11T20:35:31.105Z PASS [ 0.021s] (2964/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
88342026-09-11T20:35:31.109Z PASS [ 0.022s] (2965/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
88352026-09-11T20:35:31.109Z PASS [ 0.021s] (2966/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
88362026-09-11T20:35:31.109Z PASS [ 0.022s] (2967/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
88372026-09-11T20:35:31.113Z PASS [ 0.021s] (2968/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
88382026-09-11T20:35:31.113Z PASS [ 0.021s] (2969/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
88392026-09-11T20:35:31.113Z PASS [ 0.025s] (2970/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
88402026-09-11T20:35:31.113Z PASS [ 0.025s] (2971/3432) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
88412026-09-11T20:35:31.113Z PASS [ 0.019s] (2972/3432) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
88422026-09-11T20:35:31.117Z PASS [ 0.023s] (2973/3432) oximeter-types-versions impls::histogram::tests::test_span_decades
88432026-09-11T20:35:31.122Z PASS [ 0.023s] (2974/3432) oximeter-types-versions impls::quantile::tests::test_empty_observations
88442026-09-11T20:35:31.122Z PASS [ 0.024s] (2975/3432) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
88452026-09-11T20:35:31.126Z PASS [ 0.023s] (2976/3432) oximeter-types-versions impls::quantile::tests::test_find_cells
88462026-09-11T20:35:31.126Z PASS [ 0.025s] (2977/3432) oximeter-types-versions impls::quantile::tests::test_default_percentiles
88472026-09-11T20:35:31.126Z PASS [ 0.019s] (2978/3432) oximeter-types-versions impls::quantile::tests::test_float_observations
88482026-09-11T20:35:31.130Z PASS [ 0.020s] (2979/3432) oximeter-types-versions impls::quantile::tests::test_integer_observations
88492026-09-11T20:35:31.130Z PASS [ 0.027s] (2980/3432) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
88502026-09-11T20:35:31.130Z PASS [ 0.020s] (2981/3432) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
88512026-09-11T20:35:31.130Z PASS [ 0.019s] (2982/3432) oximeter-types-versions impls::quantile::tests::test_max_p
88522026-09-11T20:35:31.134Z PASS [ 0.021s] (2983/3432) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
88532026-09-11T20:35:31.134Z PASS [ 0.021s] (2984/3432) oximeter-types-versions impls::quantile::tests::test_rounding
88542026-09-11T20:35:31.134Z PASS [ 0.021s] (2985/3432) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
88552026-09-11T20:35:31.139Z PASS [ 0.026s] (2986/3432) oximeter-types-versions impls::quantile::tests::test_min_p
88562026-09-11T20:35:31.139Z PASS [ 0.023s] (2987/3432) oximeter-types-versions impls::schema::tests::test_timeseries_name
88572026-09-11T20:35:31.143Z PASS [ 0.021s] (2988/3432) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
88582026-09-11T20:35:31.147Z PASS [ 0.021s] (2989/3432) oximeter-types-versions impls::types::tests::test_datum
88592026-09-11T20:35:31.150Z PASS [ 0.022s] (2990/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
88602026-09-11T20:35:31.150Z PASS [ 0.023s] (2991/3432) oximeter-types-versions impls::types::tests::test_cumulative_i64
88612026-09-11T20:35:31.150Z PASS [ 0.026s] (2992/3432) oximeter-types-versions impls::types::tests::test_cumulative_f64
88622026-09-11T20:35:31.151Z PASS [ 0.023s] (2993/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
88632026-09-11T20:35:31.151Z PASS [ 0.021s] (2994/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
88642026-09-11T20:35:31.154Z PASS [ 0.023s] (2995/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
88652026-09-11T20:35:31.154Z PASS [ 0.025s] (2996/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
88662026-09-11T20:35:31.154Z PASS [ 0.021s] (2997/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
88672026-09-11T20:35:31.154Z PASS [ 0.022s] (2998/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
88682026-09-11T20:35:31.154Z PASS [ 0.020s] (2999/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
88692026-09-11T20:35:31.158Z PASS [ 0.021s] (3000/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
88702026-09-11T20:35:31.162Z PASS [ 0.023s] (3001/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
88712026-09-11T20:35:31.165Z PASS [ 0.020s] (3002/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
88722026-09-11T20:35:31.168Z PASS [ 0.018s] (3003/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
88732026-09-11T20:35:31.169Z PASS [ 0.020s] (3004/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
88742026-09-11T20:35:31.173Z PASS [ 0.019s] (3005/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
88752026-09-11T20:35:31.173Z PASS [ 0.021s] (3006/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
88762026-09-11T20:35:31.173Z PASS [ 0.020s] (3007/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
88772026-09-11T20:35:31.173Z PASS [ 0.022s] (3008/3432) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
88782026-09-11T20:35:31.173Z PASS [ 0.019s] (3009/3432) oximeter-types-versions impls::types::tests::test_measurement
88792026-09-11T20:35:31.173Z PASS [ 0.020s] (3010/3432) oximeter-types-versions impls::types::tests::test_verify_field_names
88802026-09-11T20:35:31.177Z PASS [ 0.022s] (3011/3432) oxlog tests::test_created_lookup_gating
88812026-09-11T20:35:31.178Z PASS [ 0.019s] (3012/3432) oxlog tests::test_daterange_filter_content_span
88822026-09-11T20:35:31.178Z PASS [ 0.022s] (3013/3432) oxlog tests::test_daterange_filter
88832026-09-11T20:35:31.178Z PASS [ 0.023s] (3014/3432) oxlog illumos_tests::test_crtime_of_new_file
88842026-09-11T20:35:31.181Z PASS [ 0.017s] (3015/3432) oxlog tests::test_is_oxide_smf_log_file
88852026-09-11T20:35:31.185Z PASS [ 0.019s] (3016/3432) oxlog tests::test_oxide_smf_service_name_from_log_file_name
88862026-09-11T20:35:31.188Z PASS [ 0.020s] (3017/3432) oxlog tests::test_sort_logs
88872026-09-11T20:35:31.188Z PASS [ 0.019s] (3018/3432) oxql-types point::tests::test_cast_points_from_bool
88882026-09-11T20:35:31.191Z PASS [ 0.020s] (3019/3432) oxql-types point::tests::test_cast_points_from_double_distribution
88892026-09-11T20:35:31.192Z PASS [ 0.021s] (3020/3432) oxql-types point::tests::test_cast_points_from_double
88902026-09-11T20:35:31.192Z PASS [ 0.020s] (3021/3432) oxql-types point::tests::test_cast_points_from_integer
88912026-09-11T20:35:31.192Z PASS [ 0.020s] (3022/3432) oxql-types point::tests::test_cast_points_from_string
88922026-09-11T20:35:31.192Z PASS [ 0.023s] (3023/3432) oxlog::bin/oxlog tests::test_parse_timestamp
88932026-09-11T20:35:31.195Z PASS [ 0.025s] (3024/3432) oxql-types point::tests::test_cast_points_from_int_distribution
88942026-09-11T20:35:31.200Z PASS [ 0.019s] (3025/3432) oxql-types point::tests::test_point_delta_between_with_new_epoch
88952026-09-11T20:35:31.200Z PASS [ 0.020s] (3026/3432) oxql-types point::tests::test_join_point_arrays
88962026-09-11T20:35:31.200Z PASS [ 0.020s] (3027/3432) oxql-types point::tests::test_point_delta_between
88972026-09-11T20:35:31.200Z PASS [ 0.019s] (3028/3432) oxql-types point::tests::test_push_concrete_values
88982026-09-11T20:35:31.201Z PASS [ 0.023s] (3029/3432) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
88992026-09-11T20:35:31.204Z PASS [ 0.018s] (3030/3432) oxql-types point::tests::test_sub_between_histogram_distributions
89002026-09-11T20:35:31.212Z PASS [ 0.022s] (3031/3432) range-requests test::get_response_no_range
89012026-09-11T20:35:31.216Z PASS [ 0.022s] (3032/3432) range-requests test::invalid_ranges
89022026-09-11T20:35:31.216Z PASS [ 0.019s] (3033/3432) range-requests test::parse_range_invalid
89032026-09-11T20:35:31.220Z PASS [ 0.025s] (3034/3432) range-requests test::get_response_with_range
89042026-09-11T20:35:31.220Z PASS [ 0.023s] (3035/3432) range-requests test::parse_range_valid
89052026-09-11T20:35:31.223Z PASS [ 0.024s] (3036/3432) range-requests test::range_into_str
89062026-09-11T20:35:31.223Z PASS [ 0.024s] (3037/3432) range-requests test::single_range_parsing_does_not_crash
89072026-09-11T20:35:31.223Z PASS [ 0.025s] (3038/3432) range-requests test::potential_range_parsing_does_not_crash
89082026-09-11T20:35:31.235Z PASS [ 0.045s] (3039/3432) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
89092026-09-11T20:35:31.239Z PASS [ 0.049s] (3040/3432) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
89102026-09-11T20:35:31.245Z PASS [ 0.055s] (3041/3432) rack-init-config tests::bgp_request_round_trips_through_sled_agent
89112026-09-11T20:35:31.269Z PASS [ 0.082s] (3042/3432) parallel-task-set test::test_spawn_many
89122026-09-11T20:35:31.318Z PASS [ 0.118s] (3043/3432) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
89132026-09-11T20:35:31.356Z PASS [ 0.135s] (3044/3432) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
89142026-09-11T20:35:31.363Z PASS [ 0.127s] (3045/3432) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
89152026-09-11T20:35:31.402Z PASS [ 0.190s] (3046/3432) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
89162026-09-11T20:35:31.407Z PASS [ 0.205s] (3047/3432) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89172026-09-11T20:35:31.415Z PASS [ 0.201s] (3048/3432) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
89182026-09-11T20:35:31.431Z PASS [ 0.215s] (3049/3432) reconfigurator-cli::test-scripts script::cmds-example.txt
89192026-09-11T20:35:31.435Z PASS [ 0.213s] (3050/3432) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89202026-09-11T20:35:31.460Z PASS [ 0.239s] (3051/3432) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89212026-09-11T20:35:31.464Z PASS [ 0.238s] (3052/3432) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89222026-09-11T20:35:31.498Z PASS [ 0.279s] (3053/3432) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89232026-09-11T20:35:31.558Z PASS [ 0.127s] (3054/3432) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
89242026-09-11T20:35:31.589Z PASS [ 0.129s] (3055/3432) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
89252026-09-11T20:35:31.631Z PASS [ 0.391s] (3056/3432) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
89262026-09-11T20:35:31.643Z PASS [ 0.400s] (3057/3432) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
89272026-09-11T20:35:31.648Z PASS [ 0.297s] (3058/3432) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
89282026-09-11T20:35:31.657Z PASS [ 0.295s] (3059/3432) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
89292026-09-11T20:35:31.661Z PASS [ 0.391s] (3060/3432) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
89302026-09-11T20:35:31.691Z PASS [ 0.192s] (3061/3432) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
89312026-09-11T20:35:31.699Z PASS [ 0.296s] (3062/3432) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
89322026-09-11T20:35:31.705Z PASS [ 0.387s] (3063/3432) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
89332026-09-11T20:35:31.709Z PASS [ 0.119s] (3064/3432) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
89342026-09-11T20:35:31.725Z PASS [ 0.026s] (3065/3432) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
89352026-09-11T20:35:31.741Z PASS [ 0.304s] (3066/3432) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
89362026-09-11T20:35:31.751Z PASS [ 0.193s] (3067/3432) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
89372026-09-11T20:35:31.760Z PASS [ 0.128s] (3068/3432) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
89382026-09-11T20:35:31.767Z PASS [ 0.121s] (3069/3432) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
89392026-09-11T20:35:31.771Z PASS [ 0.307s] (3070/3432) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
89402026-09-11T20:35:31.824Z PASS [ 0.408s] (3071/3432) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
89412026-09-11T20:35:31.828Z PASS [ 0.422s] (3072/3432) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
89422026-09-11T20:35:31.887Z PASS [ 0.197s] (3073/3432) reconfigurator-cli::test-scripts script::cmds.txt
89432026-09-11T20:35:31.943Z PASS [ 0.286s] (3074/3432) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
89442026-09-11T20:35:31.993Z PASS [ 0.049s] (3075/3432) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
89452026-09-11T20:35:32.059Z PASS [ 0.399s] (3076/3432) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
89462026-09-11T20:35:32.087Z PASS [ 0.094s] (3077/3432) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
89472026-09-11T20:35:32.097Z PASS [ 0.038s] (3078/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
89482026-09-11T20:35:32.119Z PASS [ 0.032s] (3079/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
89492026-09-11T20:35:32.142Z PASS [ 0.045s] (3080/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
89502026-09-11T20:35:32.158Z PASS [ 0.039s] (3081/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
89512026-09-11T20:35:32.180Z PASS [ 0.038s] (3082/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
89522026-09-11T20:35:32.200Z PASS [ 0.041s] (3083/3432) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
89532026-09-11T20:35:32.247Z PASS [ 0.067s] (3084/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
89542026-09-11T20:35:32.255Z PASS [ 0.055s] (3085/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
89552026-09-11T20:35:32.307Z PASS [ 0.060s] (3086/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
89562026-09-11T20:35:32.311Z PASS [ 1.467s] (3087/3432) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
89572026-09-11T20:35:32.315Z PASS [ 0.060s] (3088/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
89582026-09-11T20:35:32.348Z PASS [ 0.039s] (3089/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
89592026-09-11T20:35:32.352Z PASS [ 0.036s] (3090/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
89602026-09-11T20:35:32.362Z PASS [ 0.055s] (3091/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
89612026-09-11T20:35:32.393Z PASS [ 0.040s] (3092/3432) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
89622026-09-11T20:35:32.406Z PASS [ 0.058s] (3093/3432) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
89632026-09-11T20:35:32.419Z PASS [ 0.056s] (3094/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
89642026-09-11T20:35:32.426Z PASS [ 0.035s] (3095/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
89652026-09-11T20:35:32.445Z PASS [ 0.039s] (3096/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
89662026-09-11T20:35:32.464Z PASS [ 0.043s] (3097/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
89672026-09-11T20:35:32.479Z PASS [ 0.039s] (3098/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
89682026-09-11T20:35:32.486Z PASS [ 0.040s] (3099/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
89692026-09-11T20:35:32.492Z PASS [ 34.290s] (3100/3432) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
89702026-09-11T20:35:32.497Z PASS [ 0.035s] (3101/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
89712026-09-11T20:35:32.506Z PASS [ 0.040s] (3102/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
89722026-09-11T20:35:32.526Z PASS [ 0.040s] (3103/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
89732026-09-11T20:35:32.535Z PASS [ 0.043s] (3104/3432) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
89742026-09-11T20:35:32.544Z PASS [ 0.038s] (3105/3432) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
89752026-09-11T20:35:32.548Z PASS [ 0.719s] (3106/3432) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
89762026-09-11T20:35:32.566Z PASS [ 0.041s] (3107/3432) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
89772026-09-11T20:35:32.584Z PASS [ 0.037s] (3108/3432) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
89782026-09-11T20:35:32.601Z PASS [ 0.035s] (3109/3432) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
89792026-09-11T20:35:32.618Z PASS [ 0.035s] (3110/3432) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
89802026-09-11T20:35:32.645Z PASS [ 0.044s] (3111/3432) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::can_convert_v4_to_newer_versions
89812026-09-11T20:35:32.658Z PASS [ 0.040s] (3112/3432) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_artifact_config_converts_from_older_versions
89822026-09-11T20:35:32.675Z PASS [ 0.139s] (3113/3432) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
89832026-09-11T20:35:32.706Z PASS [ 0.045s] (3114/3432) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
89842026-09-11T20:35:32.717Z PASS [ 0.042s] (3115/3432) sled-agent-config-reconciler ledger::tests::read_existing_config
89852026-09-11T20:35:32.723Z PASS [ 1.018s] (3116/3432) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
89862026-09-11T20:35:32.727Z PASS [ 0.078s] (3117/3432) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_config_converts_from_older_versions
89872026-09-11T20:35:32.741Z PASS [ 0.037s] (3118/3432) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
89882026-09-11T20:35:32.745Z PASS [ 0.854s] (3119/3432) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
89892026-09-11T20:35:32.755Z PASS [ 0.038s] (3120/3432) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
89902026-09-11T20:35:32.761Z PASS [ 0.037s] (3121/3432) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
89912026-09-11T20:35:32.769Z PASS [ 0.044s] (3122/3432) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
89922026-09-11T20:35:32.774Z PASS [ 0.032s] (3123/3432) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
89932026-09-11T20:35:32.777Z PASS [ 0.037s] (3124/3432) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
89942026-09-11T20:35:32.787Z PASS [ 0.025s] (3125/3432) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
89952026-09-11T20:35:32.805Z PASS [ 1.162s] (3126/3432) reconfigurator-cli::test-scripts script::cmds-target-release.txt
89962026-09-11T20:35:32.838Z PASS [ 0.033s] (3127/3432) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
89972026-09-11T20:35:32.882Z PASS [ 0.043s] (3128/3432) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
89982026-09-11T20:35:32.909Z PASS [ 1.200s] (3129/3432) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
89992026-09-11T20:35:32.919Z PASS [ 0.037s] (3130/3432) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
90002026-09-11T20:35:32.947Z PASS [ 0.038s] (3131/3432) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
90012026-09-11T20:35:32.953Z PASS [ 0.033s] (3132/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
90022026-09-11T20:35:32.983Z PASS [ 0.037s] (3133/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
90032026-09-11T20:35:32.989Z PASS [ 0.037s] (3134/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
90042026-09-11T20:35:33.022Z PASS [ 0.038s] (3135/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
90052026-09-11T20:35:33.028Z PASS [ 0.039s] (3136/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
90062026-09-11T20:35:33.063Z PASS [ 0.041s] (3137/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
90072026-09-11T20:35:33.071Z PASS [ 0.041s] (3138/3432) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
90082026-09-11T20:35:33.092Z PASS [ 0.029s] (3139/3432) sled-agent-multirack-join tests::new_start_sled_agent_status
90092026-09-11T20:35:33.096Z PASS [ 1.368s] (3140/3432) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
90102026-09-11T20:35:33.096Z PASS [ 1.335s] (3141/3432) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
90112026-09-11T20:35:33.101Z PASS [ 0.032s] (3142/3432) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
90122026-09-11T20:35:33.135Z PASS [ 0.034s] (3143/3432) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
90132026-09-11T20:35:33.139Z PASS [ 0.042s] (3144/3432) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
90142026-09-11T20:35:33.139Z PASS [ 0.045s] (3145/3432) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
90152026-09-11T20:35:33.139Z PASS [ 6.570s] (3146/3432) omicron-test-utils dev::db::test::test_setup_database_default_dir
90162026-09-11T20:35:33.172Z PASS [ 0.036s] (3147/3432) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
90172026-09-11T20:35:33.176Z PASS [ 0.037s] (3148/3432) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
90182026-09-11T20:35:33.179Z PASS [ 0.038s] (3149/3432) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
90192026-09-11T20:35:33.179Z PASS [ 0.041s] (3150/3432) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
90202026-09-11T20:35:33.206Z PASS [ 0.035s] (3151/3432) sled-agent-rack-setup service::test::parse_rack_initialization
90212026-09-11T20:35:33.210Z PASS [ 0.033s] (3152/3432) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
90222026-09-11T20:35:33.216Z PASS [ 0.041s] (3153/3432) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
90232026-09-11T20:35:33.242Z PASS [ 0.063s] (3154/3432) sled-agent-rack-setup service::test::test_extra_certs
90242026-09-11T20:35:33.262Z PASS [ 0.039s] (3155/3432) sled-agent-rack-setup service::test::test_subnets
90252026-09-11T20:35:33.272Z PASS [ 0.032s] (3156/3432) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
90262026-09-11T20:35:33.273Z PASS [ 0.047s] (3157/3432) sled-agent-rack-setup service::test::test_omicron_zone_configs
90272026-09-11T20:35:33.278Z PASS [ 0.036s] (3158/3432) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
90282026-09-11T20:35:33.290Z PASS [ 0.043s] (3159/3432) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
90292026-09-11T20:35:33.290Z PASS [ 0.036s] (3160/3432) sled-agent-resolvable-files manifest::tests::read_success
90302026-09-11T20:35:33.293Z PASS [ 0.044s] (3161/3432) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
90312026-09-11T20:35:33.304Z PASS [ 0.027s] (3162/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
90322026-09-11T20:35:33.317Z PASS [ 0.027s] (3163/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
90332026-09-11T20:35:33.322Z PASS [ 0.033s] (3164/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
90342026-09-11T20:35:33.325Z PASS [ 0.031s] (3165/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
90352026-09-11T20:35:33.329Z PASS [ 0.024s] (3166/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
90362026-09-11T20:35:33.341Z PASS [ 0.025s] (3167/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
90372026-09-11T20:35:33.350Z PASS [ 0.027s] (3168/3432) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
90382026-09-11T20:35:34.357Z PASS [ 0.032s] (3169/3432) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
90392026-09-11T20:35:34.363Z PASS [ 0.028s] (3170/3432) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
90402026-09-11T20:35:34.363Z PASS [ 0.022s] (3171/3432) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
90412026-09-11T20:35:34.363Z PASS [ 0.027s] (3172/3432) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
90422026-09-11T20:35:34.363Z PASS [ 0.028s] (3173/3432) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
90432026-09-11T20:35:34.363Z PASS [ 0.028s] (3174/3432) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
90442026-09-11T20:35:34.363Z PASS [ 0.028s] (3175/3432) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
90452026-09-11T20:35:34.363Z PASS [ 0.314s] (3176/3432) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
90462026-09-11T20:35:34.363Z PASS [ 0.028s] (3177/3432) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
90472026-09-11T20:35:34.363Z PASS [ 0.028s] (3178/3432) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
90482026-09-11T20:35:34.363Z PASS [ 0.026s] (3179/3432) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
90492026-09-11T20:35:34.364Z PASS [ 0.027s] (3180/3432) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
90502026-09-11T20:35:34.364Z PASS [ 0.027s] (3181/3432) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
90512026-09-11T20:35:34.364Z PASS [ 0.032s] (3182/3432) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
90522026-09-11T20:35:34.364Z PASS [ 0.032s] (3183/3432) sled-agent-resolvable-files mupdate_override::tests::read_both_present
90532026-09-11T20:35:34.365Z PASS [ 0.032s] (3184/3432) sled-agent-resolvable-files mupdate_override::tests::read_different_values
90542026-09-11T20:35:34.365Z PASS [ 0.028s] (3185/3432) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
90552026-09-11T20:35:34.365Z PASS [ 0.028s] (3186/3432) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
90562026-09-11T20:35:34.365Z PASS [ 0.030s] (3187/3432) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
90572026-09-11T20:35:34.365Z PASS [ 0.032s] (3188/3432) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
90582026-09-11T20:35:34.365Z PASS [ 0.030s] (3189/3432) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
90592026-09-11T20:35:34.365Z PASS [ 0.034s] (3190/3432) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
90602026-09-11T20:35:34.365Z PASS [ 0.038s] (3191/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
90612026-09-11T20:35:34.366Z PASS [ 0.037s] (3192/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
90622026-09-11T20:35:34.366Z PASS [ 1.814s] (3193/3432) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
90632026-09-11T20:35:34.366Z PASS [ 0.032s] (3194/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
90642026-09-11T20:35:34.366Z PASS [ 0.034s] (3195/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
90652026-09-11T20:35:34.366Z PASS [ 1.838s] (3196/3432) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
90662026-09-11T20:35:34.366Z PASS [ 0.033s] (3197/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
90672026-09-11T20:35:34.366Z PASS [ 0.047s] (3198/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
90682026-09-11T20:35:34.366Z PASS [ 0.045s] (3199/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
90692026-09-11T20:35:34.366Z PASS [ 0.038s] (3200/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
90702026-09-11T20:35:34.366Z PASS [ 2.806s] (3201/3432) oximeter-producer tests::test_producer_registration_task
90712026-09-11T20:35:34.366Z PASS [ 0.070s] (3202/3432) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
90722026-09-11T20:35:34.366Z PASS [ 1.172s] (3203/3432) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
90732026-09-11T20:35:34.366Z PASS [ 0.290s] (3204/3432) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
90742026-09-11T20:35:34.366Z PASS [ 0.213s] (3205/3432) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
90752026-09-11T20:35:34.367Z PASS [ 1.513s] (3206/3432) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
90762026-09-11T20:35:34.367Z PASS [ 2.316s] (3207/3432) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
90772026-09-11T20:35:34.367Z PASS [ 0.173s] (3208/3432) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
90782026-09-11T20:35:34.367Z PASS [ 0.035s] (3209/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
90792026-09-11T20:35:34.367Z PASS [ 0.034s] (3210/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
90802026-09-11T20:35:34.367Z PASS [ 0.533s] (3211/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
90812026-09-11T20:35:34.367Z PASS [ 1.427s] (3212/3432) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
90822026-09-11T20:35:34.367Z PASS [ 0.034s] (3213/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
90832026-09-11T20:35:34.367Z PASS [ 0.034s] (3214/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
90842026-09-11T20:35:34.367Z PASS [ 0.033s] (3215/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
90852026-09-11T20:35:34.367Z PASS [ 0.036s] (3216/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
90862026-09-11T20:35:34.367Z PASS [ 0.302s] (3217/3432) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
90872026-09-11T20:35:34.368Z PASS [ 0.033s] (3218/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
90882026-09-11T20:35:34.368Z PASS [ 0.033s] (3219/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
90892026-09-11T20:35:34.368Z PASS [ 0.033s] (3220/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
90902026-09-11T20:35:34.368Z PASS [ 0.034s] (3221/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
90912026-09-11T20:35:34.368Z PASS [ 1.525s] (3222/3432) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
90922026-09-11T20:35:34.369Z PASS [ 0.032s] (3223/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
90932026-09-11T20:35:34.369Z PASS [ 0.033s] (3224/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
90942026-09-11T20:35:34.369Z PASS [ 0.032s] (3225/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
90952026-09-11T20:35:34.369Z PASS [ 0.037s] (3226/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
90962026-09-11T20:35:34.369Z PASS [ 0.314s] (3227/3432) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
90972026-09-11T20:35:34.373Z PASS [ 0.034s] (3228/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
90982026-09-11T20:35:34.373Z PASS [ 0.034s] (3229/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
90992026-09-11T20:35:34.377Z PASS [ 0.034s] (3230/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
91002026-09-11T20:35:34.388Z PASS [ 0.035s] (3231/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
91012026-09-11T20:35:34.394Z PASS [ 0.032s] (3232/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
91022026-09-11T20:35:34.403Z PASS [ 0.034s] (3233/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
91032026-09-11T20:35:34.411Z PASS [ 0.034s] (3234/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
91042026-09-11T20:35:34.423Z PASS [ 0.034s] (3235/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
91052026-09-11T20:35:34.427Z PASS [ 0.033s] (3236/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
91062026-09-11T20:35:34.437Z PASS [ 0.034s] (3237/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
91072026-09-11T20:35:34.465Z PASS [ 0.037s] (3238/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
91082026-09-11T20:35:34.475Z PASS [ 0.037s] (3239/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
91092026-09-11T20:35:34.495Z PASS [ 1.707s] (3240/3432) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
91102026-09-11T20:35:34.555Z PASS [ 0.036s] (3241/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
91112026-09-11T20:35:34.560Z PASS [ 0.039s] (3242/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
91122026-09-11T20:35:34.560Z PASS [ 0.038s] (3243/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
91132026-09-11T20:35:34.560Z PASS [ 0.038s] (3244/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
91142026-09-11T20:35:34.560Z PASS [ 0.038s] (3245/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
91152026-09-11T20:35:34.571Z PASS [ 0.039s] (3246/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
91162026-09-11T20:35:34.578Z PASS [ 0.038s] (3247/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
91172026-09-11T20:35:34.590Z PASS [ 0.039s] (3248/3432) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
91182026-09-11T20:35:34.596Z PASS [ 0.345s] (3249/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
91192026-09-11T20:35:34.600Z PASS [ 0.027s] (3250/3432) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
91202026-09-11T20:35:34.615Z PASS [ 0.019s] (3251/3432) sled-agent-types zone_bundle::tests::test_compare_bundles
91212026-09-11T20:35:34.619Z PASS [ 0.019s] (3252/3432) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
91222026-09-11T20:35:34.641Z PASS [ 0.025s] (3253/3432) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
91232026-09-11T20:35:34.645Z PASS [ 0.028s] (3254/3432) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
91242026-09-11T20:35:34.659Z PASS [ 0.018s] (3255/3432) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
91252026-09-11T20:35:34.678Z PASS [ 0.019s] (3256/3432) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
91262026-09-11T20:35:34.688Z PASS [ 0.017s] (3257/3432) sled-agent-types-versions impls::inventory::tests::test_zone_snat_config_as_ip_types
91272026-09-11T20:35:34.688Z PASS [ 0.018s] (3258/3432) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
91282026-09-11T20:35:34.693Z PASS [ 0.017s] (3259/3432) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
91292026-09-11T20:35:34.697Z PASS [ 0.015s] (3260/3432) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
91302026-09-11T20:35:34.708Z PASS [ 0.015s] (3261/3432) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
91312026-09-11T20:35:34.714Z PASS [ 0.017s] (3262/3432) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
91322026-09-11T20:35:34.725Z PASS [ 0.017s] (3263/3432) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
91332026-09-11T20:35:34.741Z PASS [ 0.318s] (3264/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
91342026-09-11T20:35:34.746Z PASS [ 0.021s] (3265/3432) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
91352026-09-11T20:35:34.761Z PASS [ 0.020s] (3266/3432) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
91362026-09-11T20:35:34.849Z PASS [ 0.135s] (3267/3432) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
91372026-09-11T20:35:35.028Z PASS [ 2.253s] (3268/3432) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
91382026-09-11T20:35:35.682Z PASS [ 0.921s] (3269/3432) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
91392026-09-11T20:35:35.709Z PASS [ 0.027s] (3270/3432) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
91402026-09-11T20:35:35.738Z PASS [ 0.029s] (3271/3432) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
91412026-09-11T20:35:35.778Z PASS [ 0.040s] (3272/3432) sled-diagnostics queries::test::test_command_stderr_is_correct
91422026-09-11T20:35:35.815Z PASS [ 0.037s] (3273/3432) sled-diagnostics queries::test::test_command_stdout_is_correct
91432026-09-11T20:35:35.857Z PASS [ 0.042s] (3274/3432) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
91442026-09-11T20:35:35.870Z PASS [ 1.020s] (3275/3432) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
91452026-09-11T20:35:35.883Z PASS [ 16.008s] (3276/3432) omicron-passwords test::test_smoke
91462026-09-11T20:35:35.893Z PASS [ 0.023s] (3277/3432) sled-hardware disk::test::test_disk_paths
91472026-09-11T20:35:35.907Z PASS [ 0.023s] (3278/3432) sled-hardware disk::test::test_partition_device_paths
91482026-09-11T20:35:35.919Z PASS [ 0.026s] (3279/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
91492026-09-11T20:35:35.923Z PASS [ 4.100s] (3280/3432) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
91502026-09-11T20:35:35.930Z PASS [ 0.027s] (3281/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
91512026-09-11T20:35:35.944Z PASS [ 0.025s] (3282/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
91522026-09-11T20:35:35.952Z PASS [ 0.029s] (3283/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
91532026-09-11T20:35:35.961Z PASS [ 0.030s] (3284/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
91542026-09-11T20:35:35.974Z PASS [ 0.029s] (3285/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
91552026-09-11T20:35:35.980Z PASS [ 0.028s] (3286/3432) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
91562026-09-11T20:35:35.988Z PASS [ 0.027s] (3287/3432) sled-hardware illumos::tests::parse_smbios_invalid
91572026-09-11T20:35:36.001Z PASS [ 0.027s] (3288/3432) sled-hardware illumos::tests::parse_smbios_valid
91582026-09-11T20:35:36.006Z PASS [ 0.018s] (3289/3432) sled-storage dataset::test::serialize_dataset_name
91592026-09-11T20:35:36.011Z PASS [ 0.028s] (3290/3432) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
91602026-09-11T20:35:36.039Z PASS [ 0.038s] (3291/3432) support-bundle-collection zip::test::test_bundle_to_stream
91612026-09-11T20:35:36.045Z PASS [ 1.299s] (3292/3432) sled-diagnostics logs::illumos_tests::collect_current_logs
91622026-09-11T20:35:36.051Z PASS [ 0.045s] (3293/3432) support-bundle-collection zip::test::test_bundle_to_writer
91632026-09-11T20:35:36.055Z PASS [ 0.047s] (3294/3432) support-bundle-collection zip::test::test_bundle_to_zipfile
91642026-09-11T20:35:36.084Z PASS [ 0.041s] (3295/3432) trust-quorum proxy::tests::proxy_roundtrip_concurrent
91652026-09-11T20:35:36.090Z PASS [ 0.045s] (3296/3432) trust-quorum proxy::tests::proxy_roundtrip_disconnected
91662026-09-11T20:35:36.094Z PASS [ 0.042s] (3297/3432) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
91672026-09-11T20:35:36.128Z PASS [ 2.660s] (3298/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
91682026-09-11T20:35:36.132Z PASS [ 2.656s] (3299/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
91692026-09-11T20:35:36.389Z PASS [ 0.532s] (3300/3432) sled-diagnostics queries::test::test_long_running_command_is_aborted
91702026-09-11T20:35:36.457Z PASS [ 18.683s] (3301/3432) omicron-omdb::test_all_output test_omdb_env_settings
91712026-09-11T20:35:36.487Z PASS [ 3.011s] (3302/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
91722026-09-11T20:35:36.611Z PASS [ 1.584s] (3303/3432) sled-diagnostics logs::illumos_tests::log_snapshots_work
91732026-09-11T20:35:36.664Z PASS [ 0.053s] (3304/3432) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
91742026-09-11T20:35:36.702Z PASS [ 0.038s] (3305/3432) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
91752026-09-11T20:35:36.853Z PASS [ 0.152s] (3306/3432) trust-quorum-protocol node::tests::initial_configuration
91762026-09-11T20:35:36.894Z PASS [ 0.041s] (3307/3432) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
91772026-09-11T20:35:36.996Z PASS [ 0.101s] (3308/3432) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
91782026-09-11T20:35:37.069Z PASS [ 0.581s] (3309/3432) trust-quorum-protocol crypto::tests::rack_secret_test
91792026-09-11T20:35:37.077Z PASS [ 0.985s] (3310/3432) trust-quorum task::tests::tq_initial_config
91802026-09-11T20:35:37.082Z PASS [ 0.988s] (3311/3432) trust-quorum task::tests::tq_initial_config_prepare_and_commit
91812026-09-11T20:35:37.096Z PASS [ 0.021s] (3312/3432) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
91822026-09-11T20:35:37.100Z PASS [ 0.102s] (3313/3432) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
91832026-09-11T20:35:37.105Z PASS [ 0.024s] (3314/3432) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
91842026-09-11T20:35:37.115Z PASS [ 0.018s] (3315/3432) wicket state::inventory::tests::component_id_display
91852026-09-11T20:35:37.119Z PASS [ 0.019s] (3316/3432) wicket state::rack::tests::prev_next_are_opposites
91862026-09-11T20:35:37.124Z PASS [ 0.016s] (3317/3432) wicket state::rack::tests::up_down_are_opposites
91872026-09-11T20:35:37.133Z PASS [ 0.015s] (3318/3432) wicket-common rack_update::tests::test_rollup_update_state
91882026-09-11T20:35:37.149Z PASS [ 0.027s] (3319/3432) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
91892026-09-11T20:35:37.155Z PASS [ 0.022s] (3320/3432) wicketd commission::conversions::tests::caboose_projects_every_field
91902026-09-11T20:35:37.174Z PASS [ 0.026s] (3321/3432) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
91912026-09-11T20:35:37.181Z PASS [ 0.066s] (3322/3432) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
91922026-09-11T20:35:37.185Z PASS [ 0.028s] (3323/3432) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
91932026-09-11T20:35:37.200Z PASS [ 0.026s] (3324/3432) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
91942026-09-11T20:35:37.213Z PASS [ 0.031s] (3325/3432) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
91952026-09-11T20:35:37.218Z PASS [ 0.037s] (3326/3432) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
91962026-09-11T20:35:37.224Z PASS [ 0.024s] (3327/3432) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
91972026-09-11T20:35:37.238Z PASS [ 0.025s] (3328/3432) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
91982026-09-11T20:35:37.243Z PASS [ 0.025s] (3329/3432) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
91992026-09-11T20:35:37.247Z PASS [ 0.022s] (3330/3432) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
92002026-09-11T20:35:37.261Z PASS [ 0.023s] (3331/3432) wicketd commission::conversions::tests::rss_step_projects_one_based_index
92012026-09-11T20:35:37.267Z PASS [ 0.023s] (3332/3432) wicketd commission::conversions::tests::slot_caboose_projects_all_states
92022026-09-11T20:35:37.273Z PASS [ 0.026s] (3333/3432) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
92032026-09-11T20:35:37.286Z PASS [ 0.024s] (3334/3432) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
92042026-09-11T20:35:37.294Z PASS [ 0.027s] (3335/3432) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
92052026-09-11T20:35:37.300Z PASS [ 0.027s] (3336/3432) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
92062026-09-11T20:35:37.313Z PASS [ 0.028s] (3337/3432) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
92072026-09-11T20:35:37.320Z PASS [ 0.026s] (3338/3432) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
92082026-09-11T20:35:37.331Z PASS [ 0.031s] (3339/3432) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
92092026-09-11T20:35:37.351Z PASS [ 0.033s] (3340/3432) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
92102026-09-11T20:35:37.354Z PASS [ 0.029s] (3341/3432) wicketd commission::conversions::tests::transceiver_monitors_projects_power
92112026-09-11T20:35:37.355Z PASS [ 0.023s] (3342/3432) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
92122026-09-11T20:35:37.374Z PASS [ 0.027s] (3343/3432) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
92132026-09-11T20:35:37.378Z PASS [ 0.028s] (3344/3432) wicketd commission::conversions::tests::transceiver_power_projects_modes
92142026-09-11T20:35:37.382Z PASS [ 0.027s] (3345/3432) wicketd commission::conversions::tests::transceiver_status_projects_flags
92152026-09-11T20:35:37.401Z PASS [ 0.026s] (3346/3432) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
92162026-09-11T20:35:37.406Z PASS [ 0.025s] (3347/3432) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
92172026-09-11T20:35:37.412Z PASS [ 0.034s] (3348/3432) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
92182026-09-11T20:35:37.428Z PASS [ 0.026s] (3349/3432) wicketd commission::progress::tests::counter_projects_to_step_progress
92192026-09-11T20:35:37.433Z PASS [ 0.026s] (3350/3432) wicketd commission::progress::tests::empty_report_projects_waiting
92202026-09-11T20:35:37.437Z PASS [ 0.026s] (3351/3432) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
92212026-09-11T20:35:37.447Z PASS [ 1.367s] (3352/3432) trust-quorum task::tests::test_network_config
92222026-09-11T20:35:37.451Z PASS [ 0.022s] (3353/3432) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
92232026-09-11T20:35:37.455Z PASS [ 0.023s] (3354/3432) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
92242026-09-11T20:35:37.460Z PASS [ 0.023s] (3355/3432) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
92252026-09-11T20:35:37.470Z PASS [ 1.013s] (3356/3432) trust-quorum task::tests::tq_upgrade_from_lrtq
92262026-09-11T20:35:37.474Z PASS [ 0.027s] (3357/3432) wicketd installinator_progress::tests::test_states
92272026-09-11T20:35:37.503Z PASS [ 1.372s] (3358/3432) trust-quorum task::tests::tq_proxy
92282026-09-11T20:35:37.522Z PASS [ 1.464s] (3359/3432) trust-quorum task::tests::full_mesh_connectivity
92292026-09-11T20:35:37.525Z PASS [ 0.074s] (3360/3432) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
92302026-09-11T20:35:37.530Z PASS [ 0.027s] (3361/3432) wicketd mgs::tests::rot_communication_failure_projects_to_none
92312026-09-11T20:35:37.535Z PASS [ 0.079s] (3362/3432) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
92322026-09-11T20:35:37.539Z PASS [ 0.077s] (3363/3432) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
92332026-09-11T20:35:37.546Z PASS [ 0.075s] (3364/3432) wicketd mgs::tests::ignition_update_does_not_clear_errors
92342026-09-11T20:35:37.550Z PASS [ 0.073s] (3365/3432) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
92352026-09-11T20:35:37.556Z PASS [ 0.026s] (3366/3432) wicketd mgs::tests::stage0_fetch_projection_table
92362026-09-11T20:35:37.561Z PASS [ 0.024s] (3367/3432) wicketd mgs::tests::sub_fetch_error_projects_to_none
92372026-09-11T20:35:37.575Z PASS [ 0.028s] (3368/3432) wicketd rss_config::tests::test_bgp_auth_key_states
92382026-09-11T20:35:37.580Z PASS [ 0.033s] (3369/3432) wicketd rss_config::tests::rejected_update_is_all_or_nothing
92392026-09-11T20:35:37.587Z PASS [ 0.031s] (3370/3432) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
92402026-09-11T20:35:37.592Z PASS [ 0.072s] (3371/3432) wicketd mgs::tests::sp_state_fetch_error_lifecycle
92412026-09-11T20:35:37.596Z PASS [ 0.073s] (3372/3432) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
92422026-09-11T20:35:37.607Z PASS [ 0.070s] (3373/3432) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
92432026-09-11T20:35:37.631Z PASS [ 3.219s] (3374/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
92442026-09-11T20:35:37.646Z PASS [ 0.016s] (3375/3432) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
92452026-09-11T20:35:37.664Z PASS [ 0.015s] (3376/3432) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
92462026-09-11T20:35:37.678Z PASS [ 0.015s] (3377/3432) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
92472026-09-11T20:35:37.695Z PASS [ 0.015s] (3378/3432) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
92482026-09-11T20:35:37.709Z PASS [ 0.017s] (3379/3432) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
92492026-09-11T20:35:37.726Z PASS [ 0.017s] (3380/3432) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
92502026-09-11T20:35:37.741Z PASS [ 0.015s] (3381/3432) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
92512026-09-11T20:35:37.760Z PASS [ 0.017s] (3382/3432) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
92522026-09-11T20:35:37.778Z PASS [ 5.280s] (3383/3432) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
92532026-09-11T20:35:37.782Z PASS [ 0.019s] (3384/3432) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
92542026-09-11T20:35:37.789Z PASS [ 1.400s] (3385/3432) trust-quorum task::tests::tq_reconfig_with_commit_advance
92552026-09-11T20:35:37.795Z PASS [ 0.017s] (3386/3432) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
92562026-09-11T20:35:37.799Z PASS [ 0.017s] (3387/3432) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
92572026-09-11T20:35:37.806Z PASS [ 0.016s] (3388/3432) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
92582026-09-11T20:35:37.814Z PASS [ 0.019s] (3389/3432) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
92592026-09-11T20:35:37.818Z PASS [ 0.020s] (3390/3432) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
92602026-09-11T20:35:37.822Z PASS [ 0.015s] (3391/3432) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
92612026-09-11T20:35:37.830Z PASS [ 0.016s] (3392/3432) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
92622026-09-11T20:35:37.834Z PASS [ 0.016s] (3393/3432) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
92632026-09-11T20:35:37.841Z PASS [ 0.020s] (3394/3432) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
92642026-09-11T20:35:37.850Z PASS [ 0.016s] (3395/3432) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
92652026-09-11T20:35:37.850Z PASS [ 0.018s] (3396/3432) wicketd-commission-types-versions impls::update::tests::new_accepts_single
92662026-09-11T20:35:37.858Z PASS [ 0.018s] (3397/3432) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
92672026-09-11T20:35:37.865Z PASS [ 1.737s] (3398/3432) trust-quorum task::tests::tq_persistent_state
92682026-09-11T20:35:37.870Z PASS [ 0.021s] (3399/3432) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
92692026-09-11T20:35:37.870Z PASS [ 0.019s] (3400/3432) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
92702026-09-11T20:35:37.874Z PASS [ 0.015s] (3401/3432) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
92712026-09-11T20:35:37.881Z PASS [ 0.017s] (3402/3432) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
92722026-09-11T20:35:37.885Z PASS [ 0.016s] (3403/3432) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
92732026-09-11T20:35:37.911Z PASS [ 0.037s] (3404/3432) zone-setup::bin/zone-setup tests::test_maybe_ipv4_addr_from_str
92742026-09-11T20:35:37.914Z PASS [ 0.045s] (3405/3432) zone-setup::bin/zone-setup tests::test_check_opte_config
92752026-09-11T20:35:37.918Z PASS [ 0.035s] (3406/3432) zone-setup::bin/zone-setup tests::test_opte_interface_args_parsing
92762026-09-11T20:35:38.254Z PASS [ 0.695s] (3407/3432) wicketd::mod integration_tests::commission::test_commission_inventory
92772026-09-11T20:35:38.314Z PASS [ 4.062s] (3408/3432) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
92782026-09-11T20:35:38.318Z PASS [ 0.742s] (3409/3432) wicketd::mod integration_tests::commission::test_commission_rss_config
92792026-09-11T20:35:38.326Z PASS [ 0.738s] (3410/3432) wicketd::mod integration_tests::inventory::test_inventory
92802026-09-11T20:35:38.333Z PASS [ 0.737s] (3411/3432) wicketd::mod integration_tests::updates::test_update_races
92812026-09-11T20:35:38.361Z PASS [ 0.782s] (3412/3432) wicketd::mod integration_tests::commission::test_commission_start_update
92822026-09-11T20:35:38.991Z PASS [ 1.399s] (3413/3432) wicketd::mod integration_tests::updates::test_installinator_fetch
92832026-09-11T20:35:39.745Z PASS [ 2.137s] (3414/3432) wicketd::mod integration_tests::updates::test_updates
92842026-09-11T20:35:40.216Z PASS [ 8.476s] (3415/3432) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
92852026-09-11T20:35:42.624Z PASS [ 8.541s] (3416/3432) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
92862026-09-11T20:35:42.958Z PASS [ 8.367s] (3417/3432) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
92872026-09-11T20:35:44.287Z PASS [ 10.230s] (3418/3432) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
92882026-09-11T20:35:44.555Z PASS [ 100.664s] (3419/3432) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
92892026-09-11T20:35:44.661Z PASS [ 10.083s] (3420/3432) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
92902026-09-11T20:35:45.186Z PASS [ 11.535s] (3421/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
92912026-09-11T20:35:45.586Z PASS [ 14.758s] (3422/3432) oximeter-db::integration_test test_cluster
92922026-09-11T20:35:45.710Z PASS [ 12.242s] (3423/3432) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
92932026-09-11T20:35:45.737Z PASS [ 14.904s] (3424/3432) oximeter-db::integration_test test_schemas_disjoint
92942026-09-11T20:35:50.930Z PASS [ 46.151s] (3425/3432) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
92952026-09-11T20:35:53.210Z PASS [ 41.827s] (3426/3432) omicron-nexus::test_all integration_tests::webhooks::test_probe
92962026-09-11T20:35:54.319Z PASS [ 32.172s] (3427/3432) omicron-sled-agent nexus::test::nexus_self_notification_test
92972026-09-11T20:35:57.402Z PASS [ 30.041s] (3428/3432) oximeter-db client::tests::cannot_ping_nonexistent_server
92982026-09-11T20:35:57.567Z PASS [ 46.140s] (3429/3432) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
92992026-09-11T20:36:00.241Z PASS [ 42.463s] (3430/3432) omicron-omdb::test_all_output test_omdb_success_cases
93002026-09-11T20:36:00.533Z PASS [ 48.779s] (3431/3432) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
93012026-09-11T20:36:33.642Z PASS [ 56.574s] (3432/3432) trust-quorum-protocol::cluster test_trust_quorum_protocol
93022026-09-11T20:36:33.645Z────────────
93032026-09-11T20:36:33.645Z Summary [ 935.638s] 3432 tests run: 3432 passed (36 slow), 8 skipped
93042026-09-11T20:36:33.744Z
93052026-09-11T20:36:33.747Zreal 15:51.161922598
93062026-09-11T20:36:33.747Zuser 5:26:49.273178346
93072026-09-11T20:36:33.747Zsys 1:15:11.035852197
93082026-09-11T20:36:33.747Ztrap 3:40.733584049
93092026-09-11T20:36:33.747Ztflt 7.316725112
93102026-09-11T20:36:33.747Zdflt 40.755133530
93112026-09-11T20:36:33.747Zkflt 0.791526317
93122026-09-11T20:36:33.748Zlock 2121:41:18.807785191
93132026-09-11T20:36:33.748Zslp 130:02:14.191367641
93142026-09-11T20:36:33.748Zlat 5:11:18.117830521
93152026-09-11T20:36:33.748Zstop 14:40.850086002
93162026-09-11T20:36:33.748Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
93172026-09-11T20:36:33.911Zinfo: exported run 56d997f7-4bc2-4f9d-9daf-34cd0074cccd to /tmp/nextest-run-archive.zip (3251531 bytes)
93182026-09-11T20:36:33.915Z
93192026-09-11T20:36:33.915Zreal 0.164176439
93202026-09-11T20:36:33.915Zuser 0.114233849
93212026-09-11T20:36:33.915Zsys 0.042988439
93222026-09-11T20:36:33.915Ztrap 0.000020188
93232026-09-11T20:36:33.915Ztflt 0.000014938
93242026-09-11T20:36:33.915Zdflt 0.000002089
93252026-09-11T20:36:33.915Zkflt 0.000000000
93262026-09-11T20:36:33.915Zlock 0.037740073
93272026-09-11T20:36:33.915Zslp 0.222769914
93282026-09-11T20:36:33.915Zlat 0.000784779
93292026-09-11T20:36:33.915Zstop 0.000338659
93302026-09-11T20:36:33.915Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
93312026-09-11T20:36:34.123Zinfo: wrote Chrome trace for run 56d997f7-4bc2-4f9d-9daf-34cd0074cccd to /tmp/nextest-chrome-trace.json
93322026-09-11T20:36:34.127Z
93332026-09-11T20:36:34.131Zreal 0.206747300
93342026-09-11T20:36:34.131Zuser 0.149861799
93352026-09-11T20:36:34.131Zsys 0.050392269
93362026-09-11T20:36:34.131Ztrap 0.000012518
93372026-09-11T20:36:34.131Ztflt 0.000037918
93382026-09-11T20:36:34.131Zdflt 0.000073448
93392026-09-11T20:36:34.131Zkflt 0.000000000
93402026-09-11T20:36:34.131Zlock 0.038142023
93412026-09-11T20:36:34.131Zslp 0.217045811
93422026-09-11T20:36:34.131Zlat 0.000833499
93432026-09-11T20:36:34.131Zstop 0.000315039
93442026-09-11T20:36:34.131Z+ [[ 0 -ne 0 ]]
93452026-09-11T20:36:34.131Z+ banner doctest
93462026-09-11T20:36:34.131Z
93472026-09-11T20:36:34.131Z ##### #### #### ##### ###### #### #####
93482026-09-11T20:36:34.131Z # # # # # # # # # #
93492026-09-11T20:36:34.131Z # # # # # # ##### #### #
93502026-09-11T20:36:34.131Z # # # # # # # # #
93512026-09-11T20:36:34.131Z # # # # # # # # # # #
93522026-09-11T20:36:34.131Z ##### #### #### # ###### #### #
93532026-09-11T20:36:34.131Z
93542026-09-11T20:36:34.135Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
93552026-09-11T20:36:35.332Z Fresh unicode-ident v1.0.24
93562026-09-11T20:36:35.335Z Fresh cfg-if v1.0.4
93572026-09-11T20:36:35.335Z Fresh memchr v2.8.0
93582026-09-11T20:36:35.335Z Fresh smallvec v1.15.1
93592026-09-11T20:36:35.335Z Fresh autocfg v1.5.0
93602026-09-11T20:36:35.335Z Fresh log v0.4.33
93612026-09-11T20:36:35.335Z Fresh itoa v1.0.17
93622026-09-11T20:36:35.335Z Fresh rand_core v0.10.0
93632026-09-11T20:36:35.335Z Fresh subtle v2.6.1
93642026-09-11T20:36:35.335Z Fresh version_check v0.9.5
93652026-09-11T20:36:35.335Z Fresh scopeguard v1.2.0
93662026-09-11T20:36:35.335Z Fresh typenum v1.20.1
93672026-09-11T20:36:35.335Z Fresh stable_deref_trait v1.2.1
93682026-09-11T20:36:35.335Z Fresh percent-encoding v2.3.2
93692026-09-11T20:36:35.335Z Fresh litemap v0.8.1
93702026-09-11T20:36:35.335Z Fresh writeable v0.6.2
93712026-09-11T20:36:35.335Z Fresh utf8_iter v1.0.4
93722026-09-11T20:36:35.335Z Fresh critical-section v1.2.0
93732026-09-11T20:36:35.335Z Fresh proc-macro2 v1.0.106
93742026-09-11T20:36:35.335Z Fresh lock_api v0.4.14
93752026-09-11T20:36:35.335Z Fresh form_urlencoded v1.2.2
93762026-09-11T20:36:35.335Z Fresh pin-project-lite v0.2.17
93772026-09-11T20:36:35.336Z Fresh equivalent v1.0.2
93782026-09-11T20:36:35.336Z Fresh iana-time-zone v0.1.65
93792026-09-11T20:36:35.336Z Fresh shlex v1.3.0
93802026-09-11T20:36:35.336Z Fresh heck v0.5.0
93812026-09-11T20:36:35.336Z Fresh find-msvc-tools v0.1.9
93822026-09-11T20:36:35.336Z Fresh foldhash v0.2.0
93832026-09-11T20:36:35.336Z Fresh regex-syntax v0.8.10
93842026-09-11T20:36:35.336Z Fresh dyn-clone v1.0.20
93852026-09-11T20:36:35.336Z Fresh strsim v0.11.1
93862026-09-11T20:36:35.336Z Fresh fnv v1.0.7
93872026-09-11T20:36:35.341Z Fresh quote v1.0.45
93882026-09-11T20:36:35.341Z Fresh serde_core v1.0.228
93892026-09-11T20:36:35.341Z Fresh libc v0.2.185
93902026-09-11T20:36:35.341Z Fresh libm v0.2.16
93912026-09-11T20:36:35.341Z Fresh zmij v1.0.21
93922026-09-11T20:36:35.341Z Fresh icu_properties_data v2.1.2
93932026-09-11T20:36:35.341Z Fresh icu_normalizer_data v2.1.1
93942026-09-11T20:36:35.341Z Fresh portable-atomic v1.13.1
93952026-09-11T20:36:35.341Z Fresh hashbrown v0.17.0
93962026-09-11T20:36:35.341Z Fresh futures-core v0.3.32
93972026-09-11T20:36:35.341Z Fresh cmov v0.5.4
93982026-09-11T20:36:35.341Z Fresh aho-corasick v1.1.4
93992026-09-11T20:36:35.341Z Fresh byteorder v1.5.0
94002026-09-11T20:36:35.341Z Fresh futures-sink v0.3.32
94012026-09-11T20:36:35.341Z Fresh futures-task v0.3.32
94022026-09-11T20:36:35.341Z Fresh futures-io v0.3.32
94032026-09-11T20:36:35.341Z Fresh slab v0.4.12
94042026-09-11T20:36:35.341Z Fresh base64ct v1.8.3
94052026-09-11T20:36:35.341Z Fresh const-oid v0.9.6
94062026-09-11T20:36:35.341Z Fresh base64 v0.22.1
94072026-09-11T20:36:35.341Z Fresh const-oid v0.10.2
94082026-09-11T20:36:35.341Z Fresh ident_case v1.0.1
94092026-09-11T20:36:35.341Z Fresh syn v2.0.117
94102026-09-11T20:36:35.341Z Fresh errno v0.3.14
94112026-09-11T20:36:35.341Z Fresh getrandom v0.4.3
94122026-09-11T20:36:35.341Z Fresh num-traits v0.2.19
94132026-09-11T20:36:35.342Z Fresh bitflags v2.11.0
94142026-09-11T20:36:35.342Z Fresh serde_json v1.0.151
94152026-09-11T20:36:35.342Z Fresh semver v1.0.28
94162026-09-11T20:36:35.342Z Fresh once_cell v1.21.3
94172026-09-11T20:36:35.342Z Fresh parking_lot_core v0.9.12
94182026-09-11T20:36:35.342Z Fresh jobserver v0.1.34
94192026-09-11T20:36:35.342Z Fresh mio v1.2.0
94202026-09-11T20:36:35.342Z Fresh rustversion v1.0.22
94212026-09-11T20:36:35.342Z Fresh socket2 v0.6.3
94222026-09-11T20:36:35.342Z Fresh indexmap v2.14.0
94232026-09-11T20:36:35.342Z Fresh ctutils v0.4.2
94242026-09-11T20:36:35.342Z Fresh getrandom v0.2.17
94252026-09-11T20:36:35.342Z Fresh regex-automata v0.4.14
94262026-09-11T20:36:35.342Z Fresh futures-channel v0.3.32
94272026-09-11T20:36:35.342Z Fresh utf8parse v0.2.2
94282026-09-11T20:36:35.342Z Fresh anstyle v1.0.14
94292026-09-11T20:36:35.342Z Fresh allocator-api2 v0.2.21
94302026-09-11T20:36:35.342Z Fresh pkg-config v0.3.32
94312026-09-11T20:36:35.342Z Fresh anstyle-query v1.1.5
94322026-09-11T20:36:35.342Z Fresh colorchoice v1.0.4
94332026-09-11T20:36:35.346Z Fresh is_terminal_polyfill v1.70.2
94342026-09-11T20:36:35.346Z Fresh powerfmt v0.2.0
94352026-09-11T20:36:35.346Z Fresh num-conv v0.2.0
94362026-09-11T20:36:35.346Z Fresh serde_derive v1.0.228
94372026-09-11T20:36:35.346Z Fresh zeroize_derive v1.5.0
94382026-09-11T20:36:35.346Z Fresh synstructure v0.13.2
94392026-09-11T20:36:35.346Z Fresh zerovec-derive v0.11.2
94402026-09-11T20:36:35.346Z Fresh displaydoc v0.2.5
94412026-09-11T20:36:35.346Z Fresh zerocopy-derive v0.8.55
94422026-09-11T20:36:35.346Z Fresh thiserror-impl v2.0.18
94432026-09-11T20:36:35.346Z Fresh parking_lot v0.12.5
94442026-09-11T20:36:35.346Z Fresh signal-hook-registry v1.4.8
94452026-09-11T20:36:35.346Z Fresh uuid v1.23.4
94462026-09-11T20:36:35.346Z Fresh cc v1.2.56
94472026-09-11T20:36:35.346Z Fresh tokio-macros v2.7.0
94482026-09-11T20:36:35.346Z Fresh serde_derive_internals v0.29.1
94492026-09-11T20:36:35.347Z Fresh rustix v1.1.4
94502026-09-11T20:36:35.347Z Fresh getrandom v0.3.4
94512026-09-11T20:36:35.347Z Fresh rand_core v0.6.4
94522026-09-11T20:36:35.347Z Fresh futures-macro v0.3.32
94532026-09-11T20:36:35.347Z Fresh syn v1.0.109
94542026-09-11T20:36:35.347Z Fresh thiserror-impl v1.0.69
94552026-09-11T20:36:35.347Z Fresh regex v1.12.3
94562026-09-11T20:36:35.347Z Fresh anyhow v1.0.104
94572026-09-11T20:36:35.347Z Fresh tracing-attributes v0.1.31
94582026-09-11T20:36:35.347Z Fresh anstyle-parse v1.0.0
94592026-09-11T20:36:35.347Z Fresh tracing-core v0.1.36
94602026-09-11T20:36:35.347Z Fresh either v1.15.0
94612026-09-11T20:36:35.347Z Fresh time-core v0.1.8
94622026-09-11T20:36:35.347Z Fresh deranged v0.5.8
94632026-09-11T20:36:35.347Z Fresh num_threads v0.1.7
94642026-09-11T20:36:35.347Z Fresh cpufeatures v0.3.0
94652026-09-11T20:36:35.347Z Fresh clap_lex v1.0.0
94662026-09-11T20:36:35.347Z Fresh clap_derive v4.6.1
94672026-09-11T20:36:35.347Z Fresh serde v1.0.228
94682026-09-11T20:36:35.347Z Fresh zerofrom-derive v0.1.6
94692026-09-11T20:36:35.347Z Fresh yoke-derive v0.8.1
94702026-09-11T20:36:35.347Z Fresh zerocopy v0.8.55
94712026-09-11T20:36:35.347Z Fresh thiserror v2.0.18
94722026-09-11T20:36:35.347Z Fresh schemars_derive v0.8.22
94732026-09-11T20:36:35.347Z Fresh futures-util v0.3.32
94742026-09-11T20:36:35.348Z Fresh thiserror v1.0.69
94752026-09-11T20:36:35.348Z Fresh terminal_size v0.4.3
94762026-09-11T20:36:35.348Z Fresh rand_core v0.9.5
94772026-09-11T20:36:35.348Z Fresh tracing v0.1.44
94782026-09-11T20:36:35.348Z Fresh anstream v1.0.0
94792026-09-11T20:36:35.348Z Fresh time-macros v0.2.27
94802026-09-11T20:36:35.348Z Fresh fastrand v2.3.0
94812026-09-11T20:36:35.348Z Fresh cmake v0.1.57
94822026-09-11T20:36:35.348Z Fresh fs_extra v1.3.0
94832026-09-11T20:36:35.348Z Fresh dunce v1.0.5
94842026-09-11T20:36:35.348Z Fresh rustc_version v0.4.1
94852026-09-11T20:36:35.348Z Fresh spin v0.9.8
94862026-09-11T20:36:35.348Z Fresh cpufeatures v0.2.17
94872026-09-11T20:36:35.348Z Fresh der_derive v0.7.3
94882026-09-11T20:36:35.348Z Fresh pem-rfc7468 v0.7.0
94892026-09-11T20:36:35.348Z Fresh flagset v0.4.7
94902026-09-11T20:36:35.348Z Fresh untrusted v0.7.1
94912026-09-11T20:36:35.348Z Fresh simd-adler32 v0.3.8
94922026-09-11T20:36:35.348Z Fresh unicode-segmentation v1.12.0
94932026-09-11T20:36:35.348Z Fresh ryu v1.0.23
94942026-09-11T20:36:35.348Z Fresh zeroize v1.9.0
94952026-09-11T20:36:35.348Z Fresh bytes v1.11.1
94962026-09-11T20:36:35.348Z Fresh zerofrom v0.1.6
94972026-09-11T20:36:35.348Z Fresh chrono v0.4.45
94982026-09-11T20:36:35.348Z Fresh ppv-lite86 v0.2.21
94992026-09-11T20:36:35.348Z Fresh erased-serde v0.3.31
95002026-09-11T20:36:35.348Z Fresh ipnet v2.12.0
95012026-09-11T20:36:35.348Z Fresh time v0.3.47
95022026-09-11T20:36:35.352Z Fresh serde_tokenstream v0.2.3
95032026-09-11T20:36:35.352Z Fresh clap_builder v4.6.0
95042026-09-11T20:36:35.352Z Fresh tempfile v3.27.0
95052026-09-11T20:36:35.352Z Fresh hex v0.4.3
95062026-09-11T20:36:35.352Z Fresh atomic-waker v1.1.2
95072026-09-11T20:36:35.352Z Fresh unicode-width v0.2.0
95082026-09-11T20:36:35.352Z Fresh ucd-trie v0.1.7
95092026-09-11T20:36:35.352Z Fresh httpdate v1.0.3
95102026-09-11T20:36:35.352Z Fresh try-lock v0.2.5
95112026-09-11T20:36:35.352Z Fresh adler2 v2.0.1
95122026-09-11T20:36:35.352Z Fresh async-trait v0.1.89
95132026-09-11T20:36:35.352Z Fresh tower-layer v0.3.3
95142026-09-11T20:36:35.352Z Fresh tower-service v0.3.3
95152026-09-11T20:36:35.352Z Fresh untrusted v0.9.0
95162026-09-11T20:36:35.352Z Fresh pretty-hex v0.4.1
95172026-09-11T20:36:35.352Z Fresh plain v0.2.3
95182026-09-11T20:36:35.352Z Fresh socket2 v0.5.10
95192026-09-11T20:36:35.353Z Fresh mime v0.3.17
95202026-09-11T20:36:35.353Z Fresh yoke v0.8.1
95212026-09-11T20:36:35.353Z Fresh tokio v1.52.1
95222026-09-11T20:36:35.353Z Fresh hybrid-array v0.4.13
95232026-09-11T20:36:35.353Z Fresh generic-array v0.14.7
95242026-09-11T20:36:35.353Z Fresh http v1.4.2
95252026-09-11T20:36:35.353Z Fresh slog v2.8.2
95262026-09-11T20:36:35.353Z Fresh clap v4.6.1
95272026-09-11T20:36:35.353Z Fresh rand_chacha v0.9.0
95282026-09-11T20:36:35.353Z Fresh crossbeam-utils v0.8.21
95292026-09-11T20:36:35.353Z Fresh camino v1.2.5
95302026-09-11T20:36:35.353Z Fresh httparse v1.10.1
95312026-09-11T20:36:35.353Z Fresh rustls-pki-types v1.14.0
95322026-09-11T20:36:35.353Z Fresh der v0.7.10
95332026-09-11T20:36:35.353Z Fresh rand_chacha v0.3.1
95342026-09-11T20:36:35.353Z Fresh pest v2.8.6
95352026-09-11T20:36:35.353Z Fresh miniz_oxide v0.8.9
95362026-09-11T20:36:35.353Z Fresh want v0.3.1
95372026-09-11T20:36:35.353Z Fresh openssl-probe v0.2.1
95382026-09-11T20:36:35.353Z Fresh lazy_static v1.5.0
95392026-09-11T20:36:35.353Z Fresh serde_urlencoded v0.7.1
95402026-09-11T20:36:35.353Z Fresh hashbrown v0.16.1
95412026-09-11T20:36:35.353Z Fresh encoding_rs v0.8.35
95422026-09-11T20:36:35.353Z Fresh bit-vec v0.8.0
95432026-09-11T20:36:35.353Z Fresh vcpkg v0.2.15
95442026-09-11T20:36:35.353Z Fresh futures-executor v0.3.32
95452026-09-11T20:36:35.353Z Fresh num-integer v0.1.46
95462026-09-11T20:36:35.353Z Fresh darling_core v0.23.0
95472026-09-11T20:36:35.353Z Fresh wait-timeout v0.2.1
95482026-09-11T20:36:35.353Z Fresh zerovec v0.11.5
95492026-09-11T20:36:35.353Z Fresh zerotrie v0.2.3
95502026-09-11T20:36:35.353Z Fresh crypto-common v0.2.2
95512026-09-11T20:36:35.353Z Fresh block-buffer v0.12.1
95522026-09-11T20:36:35.353Z Fresh crypto-common v0.1.7
95532026-09-11T20:36:35.353Z Fresh block-buffer v0.10.4
95542026-09-11T20:36:35.353Z Fresh tokio-util v0.7.18
95552026-09-11T20:36:35.353Z Fresh rand v0.9.2
95562026-09-11T20:36:35.353Z Fresh aws-lc-sys v0.40.0
95572026-09-11T20:36:35.354Z Fresh block-padding v0.4.2
95582026-09-11T20:36:35.354Z Fresh http-body v1.0.1
95592026-09-11T20:36:35.354Z Fresh rand v0.8.6
95602026-09-11T20:36:35.354Z Fresh pest_meta v2.8.6
95612026-09-11T20:36:35.354Z Fresh spki v0.7.3
95622026-09-11T20:36:35.354Z Fresh crc32fast v1.5.0
95632026-09-11T20:36:35.354Z Fresh bit-set v0.8.0
95642026-09-11T20:36:35.354Z Fresh darling_macro v0.23.0
95652026-09-11T20:36:35.354Z Fresh futures v0.3.32
95662026-09-11T20:36:35.354Z Fresh sync_wrapper v1.0.2
95672026-09-11T20:36:35.354Z Fresh winnow v1.0.3
95682026-09-11T20:36:35.354Z Fresh quick-error v1.2.3
95692026-09-11T20:36:35.354Z Fresh openapiv3 v2.2.0
95702026-09-11T20:36:35.354Z Fresh rand_xorshift v0.4.0
95712026-09-11T20:36:35.354Z Fresh hubpack_derive v0.1.1
95722026-09-11T20:36:35.354Z Fresh unarray v0.1.4
95732026-09-11T20:36:35.354Z Fresh iri-string v0.7.10
95742026-09-11T20:36:35.354Z Fresh static_assertions v1.1.0
95752026-09-11T20:36:35.354Z Fresh tinystr v0.8.2
95762026-09-11T20:36:35.354Z Fresh potential_utf v0.1.4
95772026-09-11T20:36:35.354Z Fresh digest v0.10.7
95782026-09-11T20:36:35.354Z Fresh digest v0.11.3
95792026-09-11T20:36:35.354Z Fresh aws-lc-rs v1.16.3
95802026-09-11T20:36:35.354Z Fresh inout v0.2.2
95812026-09-11T20:36:35.354Z Fresh h2 v0.4.15
95822026-09-11T20:36:35.354Z Fresh pest_generator v2.8.6
95832026-09-11T20:36:35.354Z Fresh pkcs8 v0.10.2
95842026-09-11T20:36:35.354Z Fresh http-body-util v0.1.3
95852026-09-11T20:36:35.354Z Fresh paste v1.0.15
95862026-09-11T20:36:35.354Z Fresh darling v0.23.0
95872026-09-11T20:36:35.358Z Fresh rusty-fork v0.3.1
95882026-09-11T20:36:35.358Z Fresh tower v0.5.3
95892026-09-11T20:36:35.358Z Fresh object v0.37.3
95902026-09-11T20:36:35.358Z Fresh toml_parser v1.1.2+spec-1.1.0
95912026-09-11T20:36:35.358Z Fresh hubpack v0.1.2
95922026-09-11T20:36:35.358Z Fresh litrs v1.0.0
95932026-09-11T20:36:35.358Z Fresh rustls-native-certs v0.8.3
95942026-09-11T20:36:35.358Z Fresh scroll_derive v0.13.1
95952026-09-11T20:36:35.358Z Fresh psl-types v2.0.11
95962026-09-11T20:36:35.358Z Fresh tinyvec_macros v0.1.1
95972026-09-11T20:36:35.358Z Fresh unicode-width v0.1.14
95982026-09-11T20:36:35.359Z Fresh num-iter v0.1.45
95992026-09-11T20:36:35.359Z Fresh syn v3.0.3
96002026-09-11T20:36:35.359Z Fresh x509-cert v0.2.5
96012026-09-11T20:36:35.359Z Fresh heck v0.4.1
96022026-09-11T20:36:35.359Z Fresh icu_locale_core v2.1.1
96032026-09-11T20:36:35.359Z Fresh icu_collections v2.1.1
96042026-09-11T20:36:35.359Z Fresh cipher v0.5.2
96052026-09-11T20:36:35.359Z Fresh rustls-webpki v0.103.13
96062026-09-11T20:36:35.359Z Fresh hyper v1.10.1
96072026-09-11T20:36:35.359Z Fresh pest_derive v2.8.6
96082026-09-11T20:36:35.359Z Fresh hmac v0.13.0
96092026-09-11T20:36:35.359Z Fresh signature v2.2.0
96102026-09-11T20:36:35.359Z Fresh proptest v1.11.0
96112026-09-11T20:36:35.359Z Fresh sha2 v0.10.9
96122026-09-11T20:36:35.359Z Fresh tower-http v0.6.8
96132026-09-11T20:36:35.359Z Fresh document-features v0.2.12
96142026-09-11T20:36:35.359Z Fresh sha2 v0.11.0
96152026-09-11T20:36:35.360Z Fresh ahash v0.8.12
96162026-09-11T20:36:35.360Z Fresh cookie v0.18.1
96172026-09-11T20:36:35.360Z Fresh tinyvec v1.10.0
96182026-09-11T20:36:35.360Z Fresh scroll v0.13.0
96192026-09-11T20:36:35.360Z Fresh pkcs1 v0.7.5
96202026-09-11T20:36:35.360Z Fresh darling_core v0.20.11
96212026-09-11T20:36:35.360Z Fresh thread-id v5.1.0
96222026-09-11T20:36:35.360Z Fresh data-encoding v2.10.0
96232026-09-11T20:36:35.360Z Fresh zlib-rs v0.6.2
96242026-09-11T20:36:35.360Z Fresh hmac v0.12.1
96252026-09-11T20:36:35.360Z Fresh daft-derive v0.1.8
96262026-09-11T20:36:35.360Z Fresh serde_spanned v0.6.9
96272026-09-11T20:36:35.360Z Fresh toml_datetime v0.6.11
96282026-09-11T20:36:35.360Z Fresh curve25519-dalek-derive v0.1.1
96292026-09-11T20:36:35.360Z Fresh strum_macros v0.26.4
96302026-09-11T20:36:35.360Z Fresh memmap2 v0.9.10
96312026-09-11T20:36:35.360Z Fresh icu_provider v2.1.1
96322026-09-11T20:36:35.360Z Fresh rustls v0.23.41
96332026-09-11T20:36:35.360Z Fresh hyper-util v0.1.20
96342026-09-11T20:36:35.360Z Fresh goblin v0.10.5
96352026-09-11T20:36:35.360Z Fresh dtrace-parser v0.3.0
96362026-09-11T20:36:35.360Z Fresh num-bigint-dig v0.8.6
96372026-09-11T20:36:35.360Z Fresh darling_macro v0.20.11
96382026-09-11T20:36:35.360Z Fresh flate2 v1.1.9
96392026-09-11T20:36:35.360Z Fresh gimli v0.32.3
96402026-09-11T20:36:35.360Z Fresh base64 v0.21.7
96412026-09-11T20:36:35.360Z Fresh winnow v0.7.14
96422026-09-11T20:36:35.360Z Fresh strum v0.26.3
96432026-09-11T20:36:35.360Z Fresh ff v0.13.1
96442026-09-11T20:36:35.360Z Fresh scroll_derive v0.12.1
96452026-09-11T20:36:35.360Z Fresh smawk v0.3.2
96462026-09-11T20:36:35.360Z Fresh base16ct v0.2.0
96472026-09-11T20:36:35.361Z Fresh is_ci v1.2.0
96482026-09-11T20:36:35.361Z Fresh unicode-linebreak v0.1.5
96492026-09-11T20:36:35.362Z Fresh rustc-demangle v0.1.27
96502026-09-11T20:36:35.362Z Fresh siphasher v1.0.2
96512026-09-11T20:36:35.362Z Fresh hkdf v0.12.4
96522026-09-11T20:36:35.362Z Fresh crossbeam-epoch v0.9.18
96532026-09-11T20:36:35.362Z Fresh crypto-bigint v0.5.5
96542026-09-11T20:36:35.362Z Fresh zerocopy-derive v0.7.35
96552026-09-11T20:36:35.362Z Fresh bstr v1.12.1
96562026-09-11T20:36:35.362Z Fresh tap v1.0.1
96572026-09-11T20:36:35.362Z Fresh cfg_aliases v0.2.1
96582026-09-11T20:36:35.362Z Fresh icu_properties v2.1.2
96592026-09-11T20:36:35.362Z Fresh icu_normalizer v2.1.1
96602026-09-11T20:36:35.362Z Fresh tokio-rustls v0.26.4
96612026-09-11T20:36:35.362Z Fresh rustls-platform-verifier v0.6.2
96622026-09-11T20:36:35.362Z Fresh dof v0.4.0
96632026-09-11T20:36:35.362Z Fresh rsa v0.9.10
96642026-09-11T20:36:35.362Z Fresh addr2line v0.25.1
96652026-09-11T20:36:35.362Z Fresh darling v0.20.11
96662026-09-11T20:36:35.362Z Fresh memoffset v0.9.1
96672026-09-11T20:36:35.362Z Fresh sec1 v0.7.3
96682026-09-11T20:36:35.362Z Fresh group v0.13.0
96692026-09-11T20:36:35.362Z Fresh scroll v0.12.0
96702026-09-11T20:36:35.362Z Fresh wyz v0.5.1
96712026-09-11T20:36:35.362Z Fresh zerocopy v0.7.35
96722026-09-11T20:36:35.362Z Fresh env_filter v2.0.0
96732026-09-11T20:36:35.362Z Fresh winnow v0.5.40
96742026-09-11T20:36:35.362Z Fresh funty v2.0.0
96752026-09-11T20:36:35.367Z Fresh crc-catalog v2.4.0
96762026-09-11T20:36:35.367Z Fresh keccak v0.1.6
96772026-09-11T20:36:35.367Z Fresh dtrace-parser v0.2.0
96782026-09-11T20:36:35.367Z Fresh packed_struct_codegen v0.10.1
96792026-09-11T20:36:35.368Z Fresh bitfield-macros v0.19.4
96802026-09-11T20:36:35.368Z Fresh thread-id v4.2.2
96812026-09-11T20:36:35.368Z Fresh idna_adapter v1.2.1
96822026-09-11T20:36:35.368Z Fresh hyper-rustls v0.27.7
96832026-09-11T20:36:35.368Z Fresh usdt-impl v0.6.0
96842026-09-11T20:36:35.368Z Fresh derive_builder_core v0.20.2
96852026-09-11T20:36:35.368Z Fresh backtrace v0.3.76
96862026-09-11T20:36:35.368Z Fresh rustix v0.38.44
96872026-09-11T20:36:35.368Z Fresh elliptic-curve v0.13.8
96882026-09-11T20:36:35.368Z Fresh goblin v0.8.2
96892026-09-11T20:36:35.368Z Fresh radium v0.7.0
96902026-09-11T20:36:35.368Z Fresh toml_edit v0.19.15
96912026-09-11T20:36:35.368Z Fresh sha3 v0.10.8
96922026-09-11T20:36:35.368Z Fresh crc v3.4.0
96932026-09-11T20:36:35.368Z Fresh env_logger v0.11.11
96942026-09-11T20:36:35.368Z Fresh bitfield v0.19.4
96952026-09-11T20:36:35.369Z Fresh curve25519-dalek v4.1.3
96962026-09-11T20:36:35.369Z Fresh chacha20 v0.10.0
96972026-09-11T20:36:35.369Z Fresh serde_with_macros v3.21.0
96982026-09-11T20:36:35.369Z Fresh itertools v0.13.0
96992026-09-11T20:36:35.369Z Fresh cargo-platform v0.3.2
97002026-09-11T20:36:35.369Z Fresh nodrop v0.1.14
97012026-09-11T20:36:35.369Z Fresh same-file v1.0.6
97022026-09-11T20:36:35.369Z Fresh ed25519 v2.2.3
97032026-09-11T20:36:35.369Z Fresh unicode-normalization v0.1.25
97042026-09-11T20:36:35.369Z Fresh structmeta-derive v0.3.0
97052026-09-11T20:36:35.369Z Fresh foldhash v0.1.5
97062026-09-11T20:36:35.369Z Fresh idna v1.1.0
97072026-09-11T20:36:35.369Z Fresh usdt-attr-macro v0.6.0
97082026-09-11T20:36:35.369Z Fresh usdt-macro v0.6.0
97092026-09-11T20:36:35.370Z Fresh derive_builder_macro v0.20.2
97102026-09-11T20:36:35.370Z Fresh backtrace-ext v0.2.1
97112026-09-11T20:36:35.370Z Fresh dof v0.3.0
97122026-09-11T20:36:35.370Z Fresh bitvec v1.0.1
97132026-09-11T20:36:35.370Z Fresh nix v0.31.2
97142026-09-11T20:36:35.370Z Fresh maybe-uninit v2.0.0
97152026-09-11T20:36:35.370Z Fresh walkdir v2.5.0
97162026-09-11T20:36:35.370Z Fresh array-init v0.0.4
97172026-09-11T20:36:35.370Z Fresh cargo_metadata v0.23.1
97182026-09-11T20:36:35.370Z Fresh owo-colors v4.3.0
97192026-09-11T20:36:35.370Z Fresh bitflags v1.3.2
97202026-09-11T20:36:35.370Z Fresh foreign-types-shared v0.1.1
97212026-09-11T20:36:35.370Z Fresh ed25519-dalek v2.2.0
97222026-09-11T20:36:35.370Z Fresh structmeta v0.3.0
97232026-09-11T20:36:35.370Z Fresh hashbrown v0.15.5
97242026-09-11T20:36:35.370Z Fresh openssl-sys v0.9.117
97252026-09-11T20:36:35.370Z Fresh textwrap v0.16.2
97262026-09-11T20:36:35.370Z Fresh supports-color v3.0.2
97272026-09-11T20:36:35.370Z Fresh ron v0.8.1
97282026-09-11T20:36:35.370Z Fresh enum-as-inner v0.6.1
97292026-09-11T20:36:35.370Z Fresh openssl-macros v0.1.1
97302026-09-11T20:36:35.370Z Fresh miette-derive v7.6.0
97312026-09-11T20:36:35.371Z Fresh supports-hyperlinks v3.2.0
97322026-09-11T20:36:35.371Z Fresh url v2.5.8
97332026-09-11T20:36:35.371Z Fresh publicsuffix v2.3.0
97342026-09-11T20:36:35.371Z Fresh usdt v0.6.0
97352026-09-11T20:36:35.371Z Fresh derive_builder v0.20.2
97362026-09-11T20:36:35.371Z Fresh usdt-impl v0.5.0
97372026-09-11T20:36:35.371Z Fresh packed_struct v0.10.1
97382026-09-11T20:36:35.371Z Fresh smallvec v0.6.14
97392026-09-11T20:36:35.371Z Fresh foreign-types v0.3.2
97402026-09-11T20:36:35.371Z Fresh managed v0.8.0
97412026-09-11T20:36:35.371Z Fresh crc-any v2.5.0
97422026-09-11T20:36:35.371Z Fresh supports-unicode v3.0.0
97432026-09-11T20:36:35.371Z Fresh rand v0.10.1
97442026-09-11T20:36:35.371Z Fresh phf_shared v0.11.3
97452026-09-11T20:36:35.371Z Fresh ref-cast-impl v1.0.25
97462026-09-11T20:36:35.371Z Fresh zerocopy-derive v0.6.6
97472026-09-11T20:36:35.371Z Fresh precomputed-hash v0.1.1
97482026-09-11T20:36:35.371Z Fresh fixedbitset v0.4.2
97492026-09-11T20:36:35.371Z Fresh new_debug_unreachable v1.0.6
97502026-09-11T20:36:35.371Z Fresh globset v0.4.18
97512026-09-11T20:36:35.371Z Fresh pin-project-internal v1.1.11
97522026-09-11T20:36:35.371Z Fresh hashbrown v0.12.3
97532026-09-11T20:36:35.371Z Fresh derive-ex v0.1.8
97542026-09-11T20:36:35.371Z Fresh toml v0.7.8
97552026-09-11T20:36:35.371Z Fresh hashbrown v0.13.2
97562026-09-11T20:36:35.371Z Fresh schemars v0.8.22
97572026-09-11T20:36:35.371Z Fresh cookie_store v0.22.1
97582026-09-11T20:36:35.371Z Fresh serde-hex v0.1.0
97592026-09-11T20:36:35.372Z Fresh vergen-lib v9.1.0
97602026-09-11T20:36:35.372Z Fresh signal-hook v0.3.18
97612026-09-11T20:36:35.372Z Fresh openssl v0.10.80
97622026-09-11T20:36:35.372Z Fresh miette v7.6.0
97632026-09-11T20:36:35.372Z Fresh ref-cast v1.0.25
97642026-09-11T20:36:35.372Z Fresh petgraph v0.6.5
97652026-09-11T20:36:35.372Z Fresh zerocopy v0.6.6
97662026-09-11T20:36:35.372Z Fresh string_cache v0.8.9
97672026-09-11T20:36:35.372Z Fresh bzip2-sys v0.1.13+1.0.8
97682026-09-11T20:36:35.372Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97692026-09-11T20:36:35.372Z Fresh pin-project v1.1.11
97702026-09-11T20:36:35.372Z Fresh libbz2-rs-sys v0.2.2
97712026-09-11T20:36:35.372Z Fresh bumpalo v3.20.2
97722026-09-11T20:36:35.372Z Fresh fixedbitset v0.5.7
97732026-09-11T20:36:35.372Z Fresh lalrpop-util v0.19.12
97742026-09-11T20:36:35.372Z Fresh test-strategy v0.4.5
97752026-09-11T20:36:35.377Z Fresh snafu-derive v0.8.9
97762026-09-11T20:36:35.377Z Fresh serde-big-array v0.5.1
97772026-09-11T20:36:35.377Z Fresh convert_case v0.10.0
97782026-09-11T20:36:35.377Z Fresh serde_repr v0.1.20
97792026-09-11T20:36:35.377Z Fresh hash32 v0.2.1
97802026-09-11T20:36:35.377Z Fresh pem v3.0.6
97812026-09-11T20:36:35.377Z Fresh unicode-bidi v0.3.18
97822026-09-11T20:36:35.377Z Fresh ipnetwork v0.21.1
97832026-09-11T20:36:35.377Z Fresh newtype-uuid v1.3.2
97842026-09-11T20:36:35.377Z Fresh reqwest v0.13.2
97852026-09-11T20:36:35.377Z Fresh serde_with v3.21.0
97862026-09-11T20:36:35.377Z Fresh vergen v9.1.0
97872026-09-11T20:36:35.377Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
97882026-09-11T20:36:35.377Z Fresh signal-hook-mio v0.2.5
97892026-09-11T20:36:35.378Z Fresh native-tls v0.2.18
97902026-09-11T20:36:35.378Z Fresh bzip2 v0.4.4
97912026-09-11T20:36:35.378Z Fresh indexmap v1.9.3
97922026-09-11T20:36:35.378Z Fresh bzip2 v0.6.1
97932026-09-11T20:36:35.378Z Fresh petgraph v0.8.3
97942026-09-11T20:36:35.378Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97952026-09-11T20:36:35.378Z Fresh zopfli v0.8.3
97962026-09-11T20:36:35.378Z Fresh predicates-core v1.0.10
97972026-09-11T20:36:35.378Z Fresh jiff-core v0.1.0
97982026-09-11T20:36:35.378Z Fresh unicode-properties v0.1.4
97992026-09-11T20:36:35.378Z Fresh path-slash v0.1.5
98002026-09-11T20:36:35.378Z Fresh zstd-sys v2.0.16+zstd.1.5.7
98012026-09-11T20:36:35.378Z Fresh byte-wrapper v0.1.0
98022026-09-11T20:36:35.378Z Fresh derive_more-impl v2.1.1
98032026-09-11T20:36:35.378Z Fresh snafu v0.8.9
98042026-09-11T20:36:35.378Z Fresh heapless v0.7.17
98052026-09-11T20:36:35.378Z Fresh hickory-proto v0.25.2
98062026-09-11T20:36:35.378Z Fresh similar v2.7.0
98072026-09-11T20:36:35.378Z Fresh md-5 v0.11.0
98082026-09-11T20:36:35.378Z Fresh serde_plain v1.0.2
98092026-09-11T20:36:35.378Z Fresh strum_macros v0.27.2
98102026-09-11T20:36:35.378Z Fresh float-cmp v0.10.0
98112026-09-11T20:36:35.378Z Fresh oxnet v0.1.6
98122026-09-11T20:36:35.378Z Fresh tokio-native-tls v0.3.1
98132026-09-11T20:36:35.378Z Fresh object v0.30.4
98142026-09-11T20:36:35.378Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
98152026-09-11T20:36:35.378Z Fresh zip v0.6.6
98162026-09-11T20:36:35.378Z Fresh stringprep v0.1.5
98172026-09-11T20:36:35.378Z Fresh fs-err v3.3.0
98182026-09-11T20:36:35.378Z Fresh jiff v0.2.34
98192026-09-11T20:36:35.378Z Fresh crossterm v0.28.1
98202026-09-11T20:36:35.378Z Fresh async-recursion v1.1.1
98212026-09-11T20:36:35.378Z Fresh typed-path v0.12.3
98222026-09-11T20:36:35.378Z Fresh normalize-line-endings v0.3.0
98232026-09-11T20:36:35.378Z Fresh fallible-iterator v0.2.0
98242026-09-11T20:36:35.378Z Fresh difflib v0.4.0
98252026-09-11T20:36:35.378Z Fresh typed-path v0.9.3
98262026-09-11T20:36:35.378Z Fresh toml_write v0.1.2
98272026-09-11T20:36:35.379Z Fresh derive_more v2.1.1
98282026-09-11T20:36:35.379Z Fresh smoltcp v0.9.1
98292026-09-11T20:36:35.379Z Fresh strum v0.27.2
98302026-09-11T20:36:35.379Z Fresh phf_shared v0.13.1
98312026-09-11T20:36:35.379Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
98322026-09-11T20:36:35.379Z Fresh tokio-stream v0.1.18
98332026-09-11T20:36:35.379Z Fresh peg-runtime v0.8.5
98342026-09-11T20:36:35.379Z Fresh olpc-cjson v0.1.4
98352026-09-11T20:36:35.379Z Fresh whoami v2.1.0
98362026-09-11T20:36:35.379Z Fresh buf-list v1.1.2
98372026-09-11T20:36:35.379Z Fresh is-terminal v0.4.17
98382026-09-11T20:36:35.379Z Fresh crossbeam-channel v0.5.15
98392026-09-11T20:36:35.379Z Fresh thread_local v1.1.9
98402026-09-11T20:36:35.379Z Fresh term v1.2.1
98412026-09-11T20:36:35.379Z Fresh daft v0.1.8
98422026-09-11T20:36:35.379Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
98432026-09-11T20:36:35.379Z Fresh hyper-tls v0.6.0
98442026-09-11T20:36:35.379Z Fresh postgres-protocol v0.6.12
98452026-09-11T20:36:35.379Z Fresh zip v8.6.0
98462026-09-11T20:36:35.379Z Fresh toml_edit v0.22.27
98472026-09-11T20:36:35.379Z Fresh predicates v3.1.4
98482026-09-11T20:36:35.379Z Fresh zstd-safe v7.2.4
98492026-09-11T20:36:35.379Z Fresh phf v0.13.1
98502026-09-11T20:36:35.379Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
98512026-09-11T20:36:35.379Z Fresh take_mut v0.2.2
98522026-09-11T20:36:35.379Z Fresh slog-term v2.9.2
98532026-09-11T20:36:35.379Z Fresh newtype-uuid-macros v0.1.0
98542026-09-11T20:36:35.379Z Fresh match_cfg v0.1.0
98552026-09-11T20:36:35.379Z Fresh slog-json v2.6.1
98562026-09-11T20:36:35.379Z Fresh serde_spanned v1.1.1
98572026-09-11T20:36:35.379Z Fresh toml_datetime v1.1.1+spec-1.1.0
98582026-09-11T20:36:35.379Z Fresh toml_writer v1.1.1+spec-1.1.0
98592026-09-11T20:36:35.379Z Fresh debug-ignore v1.0.5
98602026-09-11T20:36:35.379Z Fresh sha1 v0.11.0
98612026-09-11T20:36:35.379Z Fresh compression-core v0.4.31
98622026-09-11T20:36:35.380Z Fresh async-stream-impl v0.3.6
98632026-09-11T20:36:35.380Z Fresh rustls-pemfile v2.2.0
98642026-09-11T20:36:35.380Z Fresh waitgroup v0.1.2
98652026-09-11T20:36:35.380Z Fresh dropshot_endpoint v0.17.1
98662026-09-11T20:36:35.380Z Fresh serde_path_to_error v0.1.20
98672026-09-11T20:36:35.380Z Fresh hostname v0.4.2
98682026-09-11T20:36:35.380Z Fresh progenitor-client v0.14.0
98692026-09-11T20:36:35.380Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98702026-09-11T20:36:35.380Z Fresh reqwest v0.12.28
98712026-09-11T20:36:35.380Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
98722026-09-11T20:36:35.380Z Fresh iddqd v0.4.2
98732026-09-11T20:36:35.380Z Fresh zstd v0.13.3
98742026-09-11T20:36:35.380Z Fresh postgres-types v0.2.14
98752026-09-11T20:36:35.385Z Fresh slog-async v2.8.0
98762026-09-11T20:36:35.386Z Fresh hostname v0.3.1
98772026-09-11T20:36:35.386Z Fresh toml v1.1.2+spec-1.1.0
98782026-09-11T20:36:35.386Z Fresh compression-codecs v0.4.37
98792026-09-11T20:36:35.386Z Fresh async-stream v0.3.6
98802026-09-11T20:36:35.386Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98812026-09-11T20:36:35.386Z Fresh atomicwrites v0.4.4
98822026-09-11T20:36:35.386Z Fresh serde_tokenstream v0.3.0
98832026-09-11T20:36:35.386Z Fresh regress v0.10.5
98842026-09-11T20:36:35.386Z Fresh macaddr v1.0.1
98852026-09-11T20:36:35.386Z Fresh instant v0.1.13
98862026-09-11T20:36:35.386Z Fresh parse-display-derive v0.10.0
98872026-09-11T20:36:35.386Z Fresh itertools v0.14.0
98882026-09-11T20:36:35.386Z Fresh backon v1.6.0
98892026-09-11T20:36:35.386Z Fresh humantime v2.3.0
98902026-09-11T20:36:35.386Z Fresh convert_case v0.4.0
98912026-09-11T20:36:35.386Z Fresh half v2.7.1
98922026-09-11T20:36:35.386Z Fresh ciborium-io v0.2.2
98932026-09-11T20:36:35.386Z Fresh secrecy v0.10.3
98942026-09-11T20:36:35.386Z Fresh regress v0.11.1
98952026-09-11T20:36:35.386Z Fresh indent_write v2.2.0
98962026-09-11T20:36:35.386Z Fresh inout v0.1.4
98972026-09-11T20:36:35.386Z Fresh tokio-postgres v0.7.18
98982026-09-11T20:36:35.386Z Fresh tough v0.22.0
98992026-09-11T20:36:35.386Z Fresh zip v4.6.1
99002026-09-11T20:36:35.386Z Fresh slog-bunyan v2.5.0
99012026-09-11T20:36:35.386Z Fresh multer v3.1.0
99022026-09-11T20:36:35.386Z Fresh async-compression v0.4.41
99032026-09-11T20:36:35.386Z Fresh oxide-generation-macros v0.2.0
99042026-09-11T20:36:35.386Z Fresh backoff v0.4.0
99052026-09-11T20:36:35.386Z Fresh parse-display v0.10.0
99062026-09-11T20:36:35.386Z Fresh progenitor-extras v0.2.0
99072026-09-11T20:36:35.386Z Fresh derive_more v0.99.20
99082026-09-11T20:36:35.386Z Fresh ciborium-ll v0.2.2
99092026-09-11T20:36:35.386Z Fresh typify-impl v0.6.2
99102026-09-11T20:36:35.387Z Fresh cipher v0.4.4
99112026-09-11T20:36:35.387Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99122026-09-11T20:36:35.387Z Fresh universal-hash v0.5.1
99132026-09-11T20:36:35.387Z Fresh thiserror-impl-no-std v2.0.2
99142026-09-11T20:36:35.387Z Fresh unsafe-libyaml v0.2.11
99152026-09-11T20:36:35.387Z Fresh opaque-debug v0.3.1
99162026-09-11T20:36:35.387Z Fresh blake2 v0.10.6
99172026-09-11T20:36:35.387Z Fresh aead v0.5.2
99182026-09-11T20:36:35.387Z Fresh password-hash v0.5.0
99192026-09-11T20:36:35.388Z Fresh camino-tempfile v1.4.1
99202026-09-11T20:36:35.388Z Fresh swrite v0.1.0
99212026-09-11T20:36:35.388Z Fresh itertools v0.15.0
99222026-09-11T20:36:35.388Z Fresh toml_datetime v0.7.5+spec-1.1.0
99232026-09-11T20:36:35.388Z Fresh num-derive v0.4.2
99242026-09-11T20:36:35.388Z Fresh glob v0.3.3
99252026-09-11T20:36:35.388Z Fresh crossbeam-deque v0.8.6
99262026-09-11T20:36:35.388Z Fresh dropshot v0.17.1
99272026-09-11T20:36:35.388Z Fresh ciborium v0.2.2
99282026-09-11T20:36:35.388Z Fresh crucible-workspace-hack v0.1.0
99292026-09-11T20:36:35.388Z Fresh typify-macro v0.6.2
99302026-09-11T20:36:35.388Z Fresh poly1305 v0.8.0
99312026-09-11T20:36:35.388Z Fresh serde_yaml v0.9.34+deprecated
99322026-09-11T20:36:35.388Z Fresh chacha20 v0.9.1
99332026-09-11T20:36:35.388Z Fresh thiserror-no-std v2.0.2
99342026-09-11T20:36:35.388Z Fresh argon2 v0.5.3
99352026-09-11T20:36:35.388Z Fresh toml_edit v0.23.10+spec-1.0.0
99362026-09-11T20:36:35.388Z Fresh tabwriter v1.4.1
99372026-09-11T20:36:35.388Z Fresh ingot-macros v0.2.0
99382026-09-11T20:36:35.388Z Fresh hash32 v0.3.1
99392026-09-11T20:36:35.388Z Fresh colored v3.1.1
99402026-09-11T20:36:35.388Z Fresh cobs v0.3.0
99412026-09-11T20:36:35.388Z Fresh proc-macro-crate v1.3.1
99422026-09-11T20:36:35.388Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99432026-09-11T20:36:35.388Z Fresh foreign-types-macros v0.2.3
99442026-09-11T20:36:35.388Z Fresh foreign-types-shared v0.3.1
99452026-09-11T20:36:35.388Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99462026-09-11T20:36:35.388Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99472026-09-11T20:36:35.388Z Fresh typify v0.6.2
99482026-09-11T20:36:35.388Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99492026-09-11T20:36:35.388Z Fresh chacha20poly1305 v0.10.1
99502026-09-11T20:36:35.388Z Fresh vsss-rs v3.3.4
99512026-09-11T20:36:35.388Z Fresh proc-macro-crate v3.4.0
99522026-09-11T20:36:35.388Z Fresh rayon-core v1.13.0
99532026-09-11T20:36:35.388Z Fresh proc-macro-error-attr v1.0.4
99542026-09-11T20:36:35.388Z Fresh ingot-types v0.2.0
99552026-09-11T20:36:35.388Z Fresh postcard v1.1.3
99562026-09-11T20:36:35.388Z Fresh num_enum_derive v0.5.11
99572026-09-11T20:36:35.389Z Fresh foreign-types v0.5.0
99582026-09-11T20:36:35.389Z Fresh cstr-argument v0.1.2
99592026-09-11T20:36:35.389Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99602026-09-11T20:36:35.389Z Fresh itertools v0.12.1
99612026-09-11T20:36:35.389Z Fresh sigpipe v0.1.3
99622026-09-11T20:36:35.389Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99632026-09-11T20:36:35.389Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99642026-09-11T20:36:35.389Z Fresh smf v0.2.3
99652026-09-11T20:36:35.389Z Fresh whoami v1.6.1
99662026-09-11T20:36:35.389Z Fresh derive-where v1.6.0
99672026-09-11T20:36:35.389Z Fresh toml v0.8.23
99682026-09-11T20:36:35.389Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99692026-09-11T20:36:35.389Z Fresh progenitor-impl v0.14.0
99702026-09-11T20:36:35.389Z Fresh num_enum_derive v0.7.6
99712026-09-11T20:36:35.389Z Fresh proc-macro-error v1.0.4
99722026-09-11T20:36:35.389Z Fresh rayon v1.11.0
99732026-09-11T20:36:35.389Z Fresh heapless v0.8.0
99742026-09-11T20:36:35.389Z Fresh illumos-nvpair-sys v0.2.0
99752026-09-11T20:36:35.394Z Fresh ingot v0.2.1
99762026-09-11T20:36:35.394Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99772026-09-11T20:36:35.394Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99782026-09-11T20:36:35.395Z Fresh num_enum v0.5.11
99792026-09-11T20:36:35.395Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99802026-09-11T20:36:35.395Z Fresh console v0.15.11
99812026-09-11T20:36:35.395Z Fresh newline-converter v0.3.0
99822026-09-11T20:36:35.395Z Fresh oxide-update-engine-types v0.1.2
99832026-09-11T20:36:35.395Z Fresh usdt-macro v0.5.0
99842026-09-11T20:36:35.395Z Fresh usdt-attr-macro v0.5.0
99852026-09-11T20:36:35.395Z Fresh num-rational v0.4.2
99862026-09-11T20:36:35.395Z Fresh num-complex v0.4.6
99872026-09-11T20:36:35.395Z Fresh memmap v0.7.0
99882026-09-11T20:36:35.395Z Fresh float-ord v0.3.2
99892026-09-11T20:36:35.395Z Fresh gethostname v0.5.0
99902026-09-11T20:36:35.395Z Fresh bytecount v0.6.9
99912026-09-11T20:36:35.395Z Fresh linear-map v1.2.0
99922026-09-11T20:36:35.395Z Fresh oxide-generation v0.1.3
99932026-09-11T20:36:35.395Z Fresh resolv-conf v0.7.6
99942026-09-11T20:36:35.395Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99952026-09-11T20:36:35.395Z Fresh progenitor-macro v0.14.0
99962026-09-11T20:36:35.395Z Fresh num_enum v0.7.6
99972026-09-11T20:36:35.395Z Fresh smoltcp v0.11.0
99982026-09-11T20:36:35.395Z Fresh illumos-nvpair v0.3.0
99992026-09-11T20:36:35.395Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100002026-09-11T20:36:35.395Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100012026-09-11T20:36:35.395Z Fresh zone_cfg_derive v0.3.1
100022026-09-11T20:36:35.395Z Fresh expectorate v1.2.0
100032026-09-11T20:36:35.395Z Fresh num v0.4.3
100042026-09-11T20:36:35.395Z Fresh usdt v0.5.0
100052026-09-11T20:36:35.395Z Fresh csv-core v0.1.13
100062026-09-11T20:36:35.395Z Fresh minimal-lexical v0.2.1
100072026-09-11T20:36:35.395Z Fresh termtree v0.5.1
100082026-09-11T20:36:35.395Z Fresh unicode-xid v0.2.6
100092026-09-11T20:36:35.395Z Fresh ar_archive_writer v0.5.1
100102026-09-11T20:36:35.396Z Fresh fd-lock v4.0.4
100112026-09-11T20:36:35.396Z Fresh vte v0.14.1
100122026-09-11T20:36:35.396Z Fresh progenitor v0.14.0
100132026-09-11T20:36:35.396Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100142026-09-11T20:36:35.396Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
100152026-09-11T20:36:35.396Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100162026-09-11T20:36:35.396Z Fresh zone v0.3.1
100172026-09-11T20:36:35.396Z Fresh cancel-safe-futures v0.1.5
100182026-09-11T20:36:35.396Z Fresh tokio-dtrace v0.1.1
100192026-09-11T20:36:35.396Z Fresh prettyplease v0.2.37
100202026-09-11T20:36:35.396Z Fresh nom v7.1.3
100212026-09-11T20:36:35.396Z Fresh csv v1.4.0
100222026-09-11T20:36:35.396Z Fresh linked-hash-map v0.5.6
100232026-09-11T20:36:35.396Z Fresh semver v0.1.20
100242026-09-11T20:36:35.396Z Fresh strip-ansi-escapes v0.2.1
100252026-09-11T20:36:35.396Z Fresh papergrid v0.11.0
100262026-09-11T20:36:35.396Z Fresh tabled_derive v0.7.0
100272026-09-11T20:36:35.396Z Fresh hickory-proto v0.24.4
100282026-09-11T20:36:35.396Z Fresh nu-ansi-term v0.50.3
100292026-09-11T20:36:35.396Z Fresh crossterm v0.29.0
100302026-09-11T20:36:35.396Z Fresh nom v8.0.0
100312026-09-11T20:36:35.396Z Fresh highway v1.3.0
100322026-09-11T20:36:35.396Z Fresh cfg_aliases v0.1.1
100332026-09-11T20:36:35.396Z Fresh nibble_vec v0.1.0
100342026-09-11T20:36:35.396Z Fresh endian-type v0.1.2
100352026-09-11T20:36:35.396Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100362026-09-11T20:36:35.396Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
100372026-09-11T20:36:35.396Z Fresh oxide-update-engine v0.1.2
100382026-09-11T20:36:35.396Z Fresh oxide-tokio-rt v0.1.4
100392026-09-11T20:36:35.396Z Fresh slog-dtrace v0.3.0
100402026-09-11T20:36:35.396Z Fresh rustc_version v0.1.7
100412026-09-11T20:36:35.396Z Fresh lru-cache v0.1.2
100422026-09-11T20:36:35.396Z Fresh tabled v0.15.0
100432026-09-11T20:36:35.397Z Fresh reedline v0.40.0
100442026-09-11T20:36:35.397Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100452026-09-11T20:36:35.397Z Fresh display-error-chain v0.2.2
100462026-09-11T20:36:35.397Z Fresh radix_trie v0.2.1
100472026-09-11T20:36:35.397Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100482026-09-11T20:36:35.398Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100492026-09-11T20:36:35.398Z Fresh phf_shared v0.12.1
100502026-09-11T20:36:35.398Z Fresh recursive-proc-macro-impl v0.1.1
100512026-09-11T20:36:35.398Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100522026-09-11T20:36:35.398Z Fresh const_format_proc_macros v0.2.34
100532026-09-11T20:36:35.398Z Fresh peg-macros v0.8.5
100542026-09-11T20:36:35.398Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100552026-09-11T20:36:35.398Z Fresh psm v0.1.30
100562026-09-11T20:36:35.398Z Fresh hickory-resolver v0.24.4
100572026-09-11T20:36:35.398Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100582026-09-11T20:36:35.398Z Fresh phf v0.12.1
100592026-09-11T20:36:35.398Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100602026-09-11T20:36:35.398Z Fresh sqlparser_derive v0.5.0
100612026-09-11T20:36:35.398Z Fresh winnow v0.6.26
100622026-09-11T20:36:35.398Z Fresh home v0.5.12
100632026-09-11T20:36:35.398Z Fresh unicode_categories v0.1.1
100642026-09-11T20:36:35.398Z Fresh peg v0.8.5
100652026-09-11T20:36:35.398Z Fresh const_format v0.2.35
100662026-09-11T20:36:35.398Z Fresh bcs v0.1.6
100672026-09-11T20:36:35.398Z Fresh sha1 v0.10.6
100682026-09-11T20:36:35.398Z Fresh filetime v0.2.27
100692026-09-11T20:36:35.398Z Fresh xattr v1.6.1
100702026-09-11T20:36:35.398Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
100712026-09-11T20:36:35.398Z Fresh bitfield-struct v0.6.2
100722026-09-11T20:36:35.398Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100732026-09-11T20:36:35.398Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100742026-09-11T20:36:35.398Z Fresh stacker v0.1.23
100752026-09-11T20:36:35.404Z Fresh qorb v0.4.1
100762026-09-11T20:36:35.404Z Fresh nix v0.28.0
100772026-09-11T20:36:35.404Z Fresh sqlformat v0.3.5
100782026-09-11T20:36:35.404Z Fresh chrono-tz v0.10.4
100792026-09-11T20:36:35.404Z Fresh tar v0.4.46
100802026-09-11T20:36:35.404Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100812026-09-11T20:36:35.404Z Fresh headers-core v0.3.0
100822026-09-11T20:36:35.404Z Fresh dropshot-api-manager-types v0.8.0
100832026-09-11T20:36:35.404Z Fresh xshell-macros v0.2.7
100842026-09-11T20:36:35.404Z Fresh subprocess v0.2.15
100852026-09-11T20:36:35.405Z Fresh yasna v0.5.2
100862026-09-11T20:36:35.405Z Fresh utf-8 v0.7.6
100872026-09-11T20:36:35.405Z Fresh port-file v0.1.0
100882026-09-11T20:36:35.405Z Fresh tagptr v0.2.0
100892026-09-11T20:36:35.405Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
100902026-09-11T20:36:35.405Z Fresh tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
100912026-09-11T20:36:35.405Z Fresh half v1.8.3
100922026-09-11T20:36:35.405Z Fresh newtype_derive v0.1.6
100932026-09-11T20:36:35.405Z Fresh recursive v0.1.1
100942026-09-11T20:36:35.405Z Fresh rustyline v14.0.0
100952026-09-11T20:36:35.405Z Fresh libefi-sys v0.1.0
100962026-09-11T20:36:35.405Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100972026-09-11T20:36:35.405Z Fresh headers v0.4.1
100982026-09-11T20:36:35.405Z Fresh xshell v0.2.7
100992026-09-11T20:36:35.405Z Fresh rcgen v0.12.1
101002026-09-11T20:36:35.405Z Fresh moka v0.12.13
101012026-09-11T20:36:35.405Z Fresh tungstenite v0.21.0
101022026-09-11T20:36:35.405Z Fresh tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
101032026-09-11T20:36:35.405Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
101042026-09-11T20:36:35.406Z Fresh path-slash v0.2.1
101052026-09-11T20:36:35.406Z Fresh serde_cbor v0.11.2
101062026-09-11T20:36:35.406Z Fresh anstyle-parse v0.2.7
101072026-09-11T20:36:35.406Z Fresh predicates-tree v1.0.13
101082026-09-11T20:36:35.406Z Fresh darling_core v0.21.3
101092026-09-11T20:36:35.406Z Fresh ignore v0.4.25
101102026-09-11T20:36:35.406Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101112026-09-11T20:36:35.406Z Fresh maplit v1.0.2
101122026-09-11T20:36:35.406Z Fresh scheduled-thread-pool v0.2.7
101132026-09-11T20:36:35.406Z Fresh sqlparser v0.61.0
101142026-09-11T20:36:35.406Z Fresh steno v0.4.1
101152026-09-11T20:36:35.406Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101162026-09-11T20:36:35.406Z Fresh hickory-resolver v0.25.2
101172026-09-11T20:36:35.406Z Fresh tokio-tungstenite v0.21.0
101182026-09-11T20:36:35.406Z Fresh object v0.39.1
101192026-09-11T20:36:35.406Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
101202026-09-11T20:36:35.406Z Fresh anstream v0.6.21
101212026-09-11T20:36:35.406Z Fresh darling_macro v0.21.3
101222026-09-11T20:36:35.406Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
101232026-09-11T20:36:35.407Z Fresh globwalk v0.9.1
101242026-09-11T20:36:35.407Z Fresh diesel_table_macro_syntax v0.3.0
101252026-09-11T20:36:35.407Z Fresh r2d2 v0.8.10
101262026-09-11T20:36:35.407Z Fresh downcast-rs v2.0.2
101272026-09-11T20:36:35.407Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101282026-09-11T20:36:35.408Z Fresh rand_seeder v0.4.0
101292026-09-11T20:36:35.408Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
101302026-09-11T20:36:35.408Z Fresh digest-io v0.1.0
101312026-09-11T20:36:35.408Z Fresh diff v0.1.13
101322026-09-11T20:36:35.408Z Fresh rawzip v0.4.4
101332026-09-11T20:36:35.408Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101342026-09-11T20:36:35.408Z Fresh hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
101352026-09-11T20:36:35.408Z Fresh darling v0.21.3
101362026-09-11T20:36:35.408Z Fresh camino-tempfile-ext v0.3.3
101372026-09-11T20:36:35.408Z Fresh vergen-lib v0.1.6
101382026-09-11T20:36:35.408Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101392026-09-11T20:36:35.408Z Fresh dirs-sys-next v0.1.2
101402026-09-11T20:36:35.408Z Fresh unicase v2.9.0
101412026-09-11T20:36:35.408Z Fresh bit-vec v0.6.3
101422026-09-11T20:36:35.409Z Fresh libscf-sys v1.2.0
101432026-09-11T20:36:35.409Z Fresh itertools v0.10.5
101442026-09-11T20:36:35.409Z Fresh ena v0.14.4
101452026-09-11T20:36:35.409Z Fresh libloading v0.8.9
101462026-09-11T20:36:35.409Z Fresh regex-syntax v0.6.29
101472026-09-11T20:36:35.409Z Fresh cexpr v0.6.0
101482026-09-11T20:36:35.409Z Fresh papergrid v0.18.0
101492026-09-11T20:36:35.409Z Fresh dsl_auto_type v0.2.0
101502026-09-11T20:36:35.409Z Fresh vergen-gitcl v1.0.8
101512026-09-11T20:36:35.410Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101522026-09-11T20:36:35.410Z Fresh dirs-next v2.0.0
101532026-09-11T20:36:35.410Z Fresh bit-set v0.5.3
101542026-09-11T20:36:35.410Z Fresh rustc-hash v2.1.1
101552026-09-11T20:36:35.410Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
101562026-09-11T20:36:35.410Z Fresh tabled v0.21.0
101572026-09-11T20:36:35.410Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101582026-09-11T20:36:35.410Z Fresh hashbrown v0.14.5
101592026-09-11T20:36:35.410Z Fresh strum_macros v0.24.3
101602026-09-11T20:36:35.410Z Fresh indoc v1.0.9
101612026-09-11T20:36:35.410Z Fresh rfc6979 v0.4.0
101622026-09-11T20:36:35.410Z Fresh quick-xml v0.37.5
101632026-09-11T20:36:35.410Z Fresh oso-derive v0.27.3
101642026-09-11T20:36:35.411Z Fresh impl-trait-for-tuples v0.2.3
101652026-09-11T20:36:35.411Z Fresh proc-macro-error-attr2 v2.0.0
101662026-09-11T20:36:35.411Z Fresh crc8 v0.1.1
101672026-09-11T20:36:35.411Z Fresh openssl-probe v0.1.6
101682026-09-11T20:36:35.411Z Fresh primeorder v0.13.6
101692026-09-11T20:36:35.411Z Fresh diesel_derives v2.3.7
101702026-09-11T20:36:35.411Z Fresh crunchy v0.2.4
101712026-09-11T20:36:35.411Z Fresh term v0.7.0
101722026-09-11T20:36:35.411Z Fresh clang-sys v1.8.1
101732026-09-11T20:36:35.411Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
101742026-09-11T20:36:35.411Z Fresh chumsky v0.9.3
101752026-09-11T20:36:35.416Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101762026-09-11T20:36:35.416Z Fresh proc-macro-error2 v2.0.1
101772026-09-11T20:36:35.416Z Fresh ecdsa v0.16.9
101782026-09-11T20:36:35.416Z Fresh trait-variant v0.1.2
101792026-09-11T20:36:35.416Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
101802026-09-11T20:36:35.416Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
101812026-09-11T20:36:35.416Z Fresh bb8 v0.8.6
101822026-09-11T20:36:35.416Z Fresh fxhash v0.2.1
101832026-09-11T20:36:35.417Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101842026-09-11T20:36:35.417Z Fresh nonempty v0.12.0
101852026-09-11T20:36:35.417Z Fresh diesel v2.3.7
101862026-09-11T20:36:35.417Z Fresh tiny-keccak v2.0.2
101872026-09-11T20:36:35.417Z Fresh ascii-canvas v3.0.0
101882026-09-11T20:36:35.417Z Fresh bindgen v0.71.1
101892026-09-11T20:36:35.417Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101902026-09-11T20:36:35.417Z Fresh libxml v0.3.3
101912026-09-11T20:36:35.417Z Fresh knus-derive v3.4.0
101922026-09-11T20:36:35.417Z Fresh p384 v0.13.1
101932026-09-11T20:36:35.417Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
101942026-09-11T20:36:35.417Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101952026-09-11T20:36:35.417Z Fresh cpubits v0.1.1
101962026-09-11T20:36:35.417Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101972026-09-11T20:36:35.417Z Fresh corncobs v0.1.4
101982026-09-11T20:36:35.418Z Fresh secrecy v0.8.0
101992026-09-11T20:36:35.418Z Fresh kstat-rs v0.2.5
102002026-09-11T20:36:35.418Z Fresh git-stub v1.0.0
102012026-09-11T20:36:35.418Z Fresh pem-rfc7468 v1.0.0
102022026-09-11T20:36:35.418Z Fresh prefix-trie v0.7.0
102032026-09-11T20:36:35.418Z Fresh universal-hash v0.6.1
102042026-09-11T20:36:35.418Z Fresh lalrpop v0.19.12
102052026-09-11T20:36:35.418Z Fresh knus v3.4.0
102062026-09-11T20:36:35.418Z Fresh salty v0.3.0
102072026-09-11T20:36:35.418Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
102082026-09-11T20:36:35.418Z Fresh async-bb8-diesel v0.2.1
102092026-09-11T20:36:35.418Z Fresh diesel-dtrace v0.5.0
102102026-09-11T20:36:35.418Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
102112026-09-11T20:36:35.418Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102122026-09-11T20:36:35.418Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102132026-09-11T20:36:35.418Z Fresh git-stub-vcs v0.1.0
102142026-09-11T20:36:35.419Z Fresh hickory-server v0.25.2
102152026-09-11T20:36:35.419Z Fresh nanorand v0.7.0
102162026-09-11T20:36:35.419Z Fresh void v1.0.2
102172026-09-11T20:36:35.419Z Fresh der v0.8.0
102182026-09-11T20:36:35.419Z Fresh polyval v0.7.1
102192026-09-11T20:36:35.419Z Fresh tungstenite v0.23.0
102202026-09-11T20:36:35.419Z Fresh tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
102212026-09-11T20:36:35.419Z Fresh nix v0.27.1
102222026-09-11T20:36:35.419Z Fresh serde_bytes v0.11.19
102232026-09-11T20:36:35.419Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
102242026-09-11T20:36:35.419Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102252026-09-11T20:36:35.419Z Fresh parking_lot_core v0.8.6
102262026-09-11T20:36:35.419Z Fresh flume v0.11.1
102272026-09-11T20:36:35.419Z Fresh lzss v0.8.2
102282026-09-11T20:36:35.419Z Fresh http-range v0.1.5
102292026-09-11T20:36:35.419Z Fresh assert_matches v1.5.0
102302026-09-11T20:36:35.419Z Fresh tokio-tungstenite v0.23.1
102312026-09-11T20:36:35.420Z Fresh ghash v0.6.0
102322026-09-11T20:36:35.420Z Fresh crypto-bigint v0.7.5
102332026-09-11T20:36:35.420Z Fresh aes v0.9.1
102342026-09-11T20:36:35.420Z Fresh signal-hook-tokio v0.3.1
102352026-09-11T20:36:35.420Z Fresh pbkdf2 v0.13.0
102362026-09-11T20:36:35.420Z Fresh ctr v0.10.1
102372026-09-11T20:36:35.420Z Fresh aead v0.6.1
102382026-09-11T20:36:35.421Z Fresh spki v0.8.0
102392026-09-11T20:36:35.421Z Fresh scuffle v0.1.0
102402026-09-11T20:36:35.421Z Fresh salsa20 v0.11.0
102412026-09-11T20:36:35.421Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
102422026-09-11T20:36:35.421Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102432026-09-11T20:36:35.421Z Fresh cbc v0.2.1
102442026-09-11T20:36:35.421Z Fresh samael v0.0.19
102452026-09-11T20:36:35.421Z Fresh parking_lot v0.11.2
102462026-09-11T20:36:35.422Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
102472026-09-11T20:36:35.422Z Fresh aes-gcm v0.11.0
102482026-09-11T20:36:35.422Z Fresh mime_guess v2.0.5
102492026-09-11T20:36:35.422Z Fresh scrypt v0.12.0
102502026-09-11T20:36:35.422Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
102512026-09-11T20:36:35.422Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
102522026-09-11T20:36:35.422Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102532026-09-11T20:36:35.422Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
102542026-09-11T20:36:35.422Z Fresh ff v0.14.0
102552026-09-11T20:36:35.422Z Fresh yansi v1.0.1
102562026-09-11T20:36:35.422Z Fresh signature v3.0.0
102572026-09-11T20:36:35.422Z Fresh base16ct v1.0.0
102582026-09-11T20:36:35.422Z Fresh hkdf v0.13.0
102592026-09-11T20:36:35.422Z Fresh polar-core v0.27.3
102602026-09-11T20:36:35.423Z Fresh sled v0.34.7
102612026-09-11T20:36:35.423Z Fresh hyper-staticfile v0.10.1
102622026-09-11T20:36:35.423Z Fresh pkcs5 v0.8.1
102632026-09-11T20:36:35.423Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
102642026-09-11T20:36:35.423Z Fresh pretty_assertions v1.4.1
102652026-09-11T20:36:35.423Z Fresh group v0.14.0
102662026-09-11T20:36:35.423Z Fresh sec1 v0.8.1
102672026-09-11T20:36:35.423Z Fresh arc-swap v1.8.2
102682026-09-11T20:36:35.423Z Fresh castaway v0.2.4
102692026-09-11T20:36:35.423Z Fresh indoc v2.0.7
102702026-09-11T20:36:35.423Z Fresh lru v0.12.5
102712026-09-11T20:36:35.423Z Fresh unicode-truncate v1.1.0
102722026-09-11T20:36:35.423Z Fresh concurrent-queue v2.5.0
102732026-09-11T20:36:35.423Z Fresh arrayvec v0.7.6
102742026-09-11T20:36:35.423Z Fresh cassowary v0.3.0
102752026-09-11T20:36:35.427Z Fresh parking v2.2.1
102762026-09-11T20:36:35.427Z Fresh arrayref v0.3.9
102772026-09-11T20:36:35.427Z Fresh oso v0.27.3
102782026-09-11T20:36:35.427Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102792026-09-11T20:36:35.427Z Fresh pkcs8 v0.11.0
102802026-09-11T20:36:35.427Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
102812026-09-11T20:36:35.427Z Fresh compact_str v0.8.1
102822026-09-11T20:36:35.427Z Fresh libz-sys v1.1.24
102832026-09-11T20:36:35.427Z Fresh slog-scope v4.4.1
102842026-09-11T20:36:35.427Z Fresh instability v0.3.11
102852026-09-11T20:36:35.427Z Fresh constant_time_eq v0.4.2
102862026-09-11T20:36:35.427Z Fresh wnaf v0.14.0
102872026-09-11T20:36:35.427Z Fresh event-listener v5.4.1
102882026-09-11T20:36:35.427Z Fresh primefield v0.14.0
102892026-09-11T20:36:35.427Z Fresh rfc6979 v0.6.0
102902026-09-11T20:36:35.427Z Fresh progenitor-impl v0.13.0
102912026-09-11T20:36:35.427Z Fresh console v0.16.2
102922026-09-11T20:36:35.428Z Fresh plotters-backend v0.3.7
102932026-09-11T20:36:35.428Z Fresh unit-prefix v0.5.2
102942026-09-11T20:36:35.428Z Fresh progenitor-client v0.13.0
102952026-09-11T20:36:35.428Z Fresh libsw-core v0.3.2
102962026-09-11T20:36:35.428Z Fresh colored v2.2.0
102972026-09-11T20:36:35.428Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
102982026-09-11T20:36:35.428Z Fresh elliptic-curve v0.14.1
102992026-09-11T20:36:35.428Z Fresh libgit2-sys v0.18.3+1.9.2
103002026-09-11T20:36:35.428Z Fresh slog-stdlog v4.1.1
103012026-09-11T20:36:35.428Z Fresh ratatui v0.29.0
103022026-09-11T20:36:35.428Z Fresh event-listener-strategy v0.5.4
103032026-09-11T20:36:35.428Z Fresh plotters-svg v0.3.7
103042026-09-11T20:36:35.428Z Fresh progenitor-macro v0.13.0
103052026-09-11T20:36:35.428Z Fresh petname v2.0.2
103062026-09-11T20:36:35.428Z Fresh indicatif v0.18.4
103072026-09-11T20:36:35.428Z Fresh sapling-renderdag v0.1.0
103082026-09-11T20:36:35.428Z Fresh futures-timer v3.0.3
103092026-09-11T20:36:35.428Z Fresh cast v0.3.0
103102026-09-11T20:36:35.428Z Fresh shell-words v1.1.1
103112026-09-11T20:36:35.428Z Fresh sync-ptr v0.1.4
103122026-09-11T20:36:35.428Z Fresh libsw v3.5.0
103132026-09-11T20:36:35.428Z Fresh ssh-encoding v0.3.0
103142026-09-11T20:36:35.428Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103152026-09-11T20:36:35.428Z Fresh git2 v0.20.4
103162026-09-11T20:36:35.428Z Fresh primeorder v0.14.0
103172026-09-11T20:36:35.428Z Fresh slog-envlogger v2.2.0
103182026-09-11T20:36:35.428Z Fresh ecdsa v0.17.0
103192026-09-11T20:36:35.428Z Fresh progenitor v0.13.0
103202026-09-11T20:36:35.428Z Fresh criterion-plot v0.6.0
103212026-09-11T20:36:35.428Z Fresh async-lock v3.4.2
103222026-09-11T20:36:35.428Z Fresh plotters v0.3.7
103232026-09-11T20:36:35.428Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103242026-09-11T20:36:35.428Z Fresh tinytemplate v1.2.1
103252026-09-11T20:36:35.428Z Fresh rtoolbox v0.0.3
103262026-09-11T20:36:35.428Z Fresh keccak v0.2.0
103272026-09-11T20:36:35.428Z Fresh anes v0.1.6
103282026-09-11T20:36:35.428Z Fresh oorandom v11.1.5
103292026-09-11T20:36:35.428Z Fresh tui-tree-widget v0.23.1
103302026-09-11T20:36:35.429Z Fresh oxide-update-engine-display v0.1.2
103312026-09-11T20:36:35.429Z Fresh curve25519-dalek v5.0.0
103322026-09-11T20:36:35.429Z Fresh ed25519 v3.0.0
103332026-09-11T20:36:35.429Z Fresh crypto-primes v0.7.2
103342026-09-11T20:36:35.429Z Fresh vergen-git2 v9.1.0
103352026-09-11T20:36:35.429Z Fresh async-object-pool v0.2.0
103362026-09-11T20:36:35.429Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103372026-09-11T20:36:35.429Z Fresh blake3 v1.8.5
103382026-09-11T20:36:35.429Z Fresh criterion v0.7.0
103392026-09-11T20:36:35.429Z Fresh rpassword v7.5.4
103402026-09-11T20:36:35.429Z Fresh pkcs1 v0.8.0-rc.4
103412026-09-11T20:36:35.429Z Fresh poly1305 v0.9.0
103422026-09-11T20:36:35.429Z Fresh supports-color v2.1.0
103432026-09-11T20:36:35.429Z Fresh supports-hyperlinks v2.1.0
103442026-09-11T20:36:35.430Z Fresh tokio-test v0.4.5
103452026-09-11T20:36:35.430Z Fresh supports-unicode v2.1.0
103462026-09-11T20:36:35.430Z Fresh textwrap v0.15.2
103472026-09-11T20:36:35.430Z Fresh blowfish v0.10.0
103482026-09-11T20:36:35.430Z Fresh blake2 v0.11.0-rc.6
103492026-09-11T20:36:35.430Z Fresh serde_regex v1.1.0
103502026-09-11T20:36:35.430Z Fresh assert-json-diff v2.0.2
103512026-09-11T20:36:35.430Z Fresh miette-derive v5.10.0
103522026-09-11T20:36:35.430Z Fresh terminal_size v0.1.17
103532026-09-11T20:36:35.430Z Fresh path-tree v0.8.3
103542026-09-11T20:36:35.430Z Fresh topological-sort v0.2.2
103552026-09-11T20:36:35.430Z Fresh stringmetrics v2.2.2
103562026-09-11T20:36:35.430Z Fresh owo-colors v3.5.0
103572026-09-11T20:36:35.430Z Fresh rsa v0.10.0-rc.18
103582026-09-11T20:36:35.430Z Fresh ssh-cipher v0.3.0
103592026-09-11T20:36:35.430Z Fresh omicron-zone-package v0.12.3
103602026-09-11T20:36:35.430Z Fresh argon2 v0.6.0-rc.8
103612026-09-11T20:36:35.430Z Fresh bcrypt-pbkdf v0.11.0
103622026-09-11T20:36:35.430Z Fresh httpmock v0.8.3
103632026-09-11T20:36:35.430Z Fresh target-lexicon v0.13.3
103642026-09-11T20:36:35.430Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103652026-09-11T20:36:35.430Z Fresh p384 v0.14.0
103662026-09-11T20:36:35.430Z Fresh p256 v0.14.0
103672026-09-11T20:36:35.430Z Fresh sha3 v0.11.0
103682026-09-11T20:36:35.430Z Fresh p521 v0.14.0
103692026-09-11T20:36:35.430Z Fresh ed25519-dalek v3.0.0
103702026-09-11T20:36:35.430Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103712026-09-11T20:36:35.430Z Fresh miette v5.10.0
103722026-09-11T20:36:35.430Z Fresh knuffel-derive v3.2.0
103732026-09-11T20:36:35.430Z Fresh kem v0.3.0
103742026-09-11T20:36:35.430Z Fresh twox-hash v2.1.2
103752026-09-11T20:36:35.438Z Fresh module-lattice v0.2.3
103762026-09-11T20:36:35.438Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
103772026-09-11T20:36:35.438Z Fresh atty v0.2.14
103782026-09-11T20:36:35.438Z Fresh sponge-cursor v0.1.0
103792026-09-11T20:36:35.438Z Fresh cfg-expr v0.20.6
103802026-09-11T20:36:35.438Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103812026-09-11T20:36:35.438Z Fresh ssh-key v0.7.0-rc.11
103822026-09-11T20:36:35.438Z Fresh russh-cryptovec v0.62.0
103832026-09-11T20:36:35.438Z Fresh knuffel v3.2.0
103842026-09-11T20:36:35.438Z Fresh guppy-workspace-hack v0.1.0
103852026-09-11T20:36:35.438Z Fresh ml-kem v0.3.2
103862026-09-11T20:36:35.438Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
103872026-09-11T20:36:35.438Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103882026-09-11T20:36:35.438Z Fresh sha3 v0.12.0
103892026-09-11T20:36:35.438Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103902026-09-11T20:36:35.438Z Fresh httptest v0.16.4
103912026-09-11T20:36:35.438Z Fresh internal-russh-num-bigint v0.5.0
103922026-09-11T20:36:35.439Z Fresh fatfs v0.3.6
103932026-09-11T20:36:35.439Z Fresh num-bigint v0.4.6
103942026-09-11T20:36:35.439Z Fresh generic-array v1.4.3
103952026-09-11T20:36:35.439Z Fresh russh-util v0.52.0
103962026-09-11T20:36:35.439Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
103972026-09-11T20:36:35.439Z Fresh delegate v0.13.5
103982026-09-11T20:36:35.439Z Fresh enum_dispatch v0.3.13
103992026-09-11T20:36:35.439Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104002026-09-11T20:36:35.439Z Fresh md5 v0.8.0
104012026-09-11T20:36:35.439Z Fresh hex-literal v0.4.1
104022026-09-11T20:36:35.439Z Fresh hex-literal v1.1.0
104032026-09-11T20:36:35.439Z Fresh seq-macro v0.3.6
104042026-09-11T20:36:35.439Z Fresh relative-path v1.9.3
104052026-09-11T20:36:35.439Z Fresh escape8259 v0.5.3
104062026-09-11T20:36:35.439Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104072026-09-11T20:36:35.440Z Fresh target-spec v3.5.7
104082026-09-11T20:36:35.440Z Fresh linkme-impl v0.3.35
104092026-09-11T20:36:35.440Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104102026-09-11T20:36:35.440Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
104112026-09-11T20:36:35.440Z Fresh target-triple v1.0.0
104122026-09-11T20:36:35.440Z Fresh blake2b_simd v1.0.4
104132026-09-11T20:36:35.440Z Fresh similar-asserts v1.7.0
104142026-09-11T20:36:35.440Z Fresh fancy-regex v0.14.0
104152026-09-11T20:36:35.440Z Fresh pathdiff v0.2.3
104162026-09-11T20:36:35.440Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
104172026-09-11T20:36:35.440Z Fresh approx v0.5.1
104182026-09-11T20:36:35.440Z Fresh uzers v0.12.2
104192026-09-11T20:36:35.440Z Fresh constant_time_eq v0.3.1
104202026-09-11T20:36:35.440Z Fresh nested v0.1.1
104212026-09-11T20:36:35.440Z Fresh internet-checksum v0.2.1
104222026-09-11T20:36:35.440Z Fresh termcolor v1.4.1
104232026-09-11T20:36:35.441Z Fresh russh v0.62.4
104242026-09-11T20:36:35.441Z Fresh libtest-mimic v0.8.1
104252026-09-11T20:36:35.441Z Fresh rstest_macros v0.25.0
104262026-09-11T20:36:35.441Z Fresh guppy v0.17.25
104272026-09-11T20:36:35.441Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
104282026-09-11T20:36:35.441Z Fresh rust-argon2 v2.1.0
104292026-09-11T20:36:35.441Z Fresh assert_cmd v2.1.2
104302026-09-11T20:36:35.441Z Fresh trybuild v1.0.116
104312026-09-11T20:36:35.441Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
104322026-09-11T20:36:35.441Z Fresh hickory-client v0.25.2
104332026-09-11T20:36:35.441Z Fresh partial-io v0.5.4
104342026-09-11T20:36:35.441Z Fresh rand_distr v0.5.1
104352026-09-11T20:36:35.441Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104362026-09-11T20:36:35.441Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104372026-09-11T20:36:35.441Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104382026-09-11T20:36:35.441Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104392026-09-11T20:36:35.441Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104402026-09-11T20:36:35.441Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104412026-09-11T20:36:35.441Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
104422026-09-11T20:36:35.441Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
104432026-09-11T20:36:35.441Z Fresh linkme v0.3.35
104442026-09-11T20:36:35.441Z Fresh datatest-stable v0.3.3
104452026-09-11T20:36:35.441Z Fresh rstest v0.25.0
104462026-09-11T20:36:35.441Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104472026-09-11T20:36:35.441Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104482026-09-11T20:36:35.441Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
104492026-09-11T20:36:35.441Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104502026-09-11T20:36:35.441Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104512026-09-11T20:36:35.441Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104522026-09-11T20:36:35.441Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
104532026-09-11T20:36:35.441Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104542026-09-11T20:36:35.441Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104552026-09-11T20:36:35.441Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104562026-09-11T20:36:35.441Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104572026-09-11T20:36:35.441Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104582026-09-11T20:36:35.441Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104592026-09-11T20:36:35.441Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104602026-09-11T20:36:35.441Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104612026-09-11T20:36:35.442Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104622026-09-11T20:36:35.442Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104632026-09-11T20:36:35.442Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104642026-09-11T20:36:35.442Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104652026-09-11T20:36:35.442Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
104662026-09-11T20:36:35.442Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
104672026-09-11T20:36:35.442Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
104682026-09-11T20:36:35.442Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104692026-09-11T20:36:35.442Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
104702026-09-11T20:36:35.442Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104712026-09-11T20:36:35.442Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
104722026-09-11T20:36:35.442Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
104732026-09-11T20:36:35.442Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104742026-09-11T20:36:35.442Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
104752026-09-11T20:36:35.448Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104762026-09-11T20:36:35.448Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104772026-09-11T20:36:35.448Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
104782026-09-11T20:36:35.448Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
104792026-09-11T20:36:35.448Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
104802026-09-11T20:36:35.448Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
104812026-09-11T20:36:35.448Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
104822026-09-11T20:36:35.448Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
104832026-09-11T20:36:35.449Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104842026-09-11T20:36:35.449Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
104852026-09-11T20:36:35.449Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
104862026-09-11T20:36:35.449Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
104872026-09-11T20:36:35.449Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
104882026-09-11T20:36:35.449Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
104892026-09-11T20:36:35.449Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
104902026-09-11T20:36:35.449Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
104912026-09-11T20:36:35.449Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
104922026-09-11T20:36:35.449Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
104932026-09-11T20:36:35.449Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
104942026-09-11T20:36:35.449Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
104952026-09-11T20:36:35.449Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
104962026-09-11T20:36:35.449Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
104972026-09-11T20:36:35.449Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
104982026-09-11T20:36:35.449Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
104992026-09-11T20:36:35.449Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105002026-09-11T20:36:35.449Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
105012026-09-11T20:36:35.449Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105022026-09-11T20:36:35.449Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105032026-09-11T20:36:35.449Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105042026-09-11T20:36:35.449Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105052026-09-11T20:36:35.449Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
105062026-09-11T20:36:35.449Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105072026-09-11T20:36:35.449Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105082026-09-11T20:36:35.449Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105092026-09-11T20:36:35.449Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105102026-09-11T20:36:35.449Z Fresh nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
105112026-09-11T20:36:35.449Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
105122026-09-11T20:36:35.449Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
105132026-09-11T20:36:35.449Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105142026-09-11T20:36:35.449Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105152026-09-11T20:36:35.449Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105162026-09-11T20:36:35.449Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
105172026-09-11T20:36:35.449Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
105182026-09-11T20:36:35.449Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105192026-09-11T20:36:35.449Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105202026-09-11T20:36:35.449Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105212026-09-11T20:36:35.450Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105222026-09-11T20:36:35.450Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105232026-09-11T20:36:35.450Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105242026-09-11T20:36:35.450Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
105252026-09-11T20:36:35.450Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105262026-09-11T20:36:35.450Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105272026-09-11T20:36:35.450Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105282026-09-11T20:36:35.450Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105292026-09-11T20:36:35.450Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105302026-09-11T20:36:35.450Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105312026-09-11T20:36:35.450Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105322026-09-11T20:36:35.450Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
105332026-09-11T20:36:35.450Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105342026-09-11T20:36:35.450Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105352026-09-11T20:36:35.450Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105362026-09-11T20:36:35.450Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105372026-09-11T20:36:35.450Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105382026-09-11T20:36:35.450Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105392026-09-11T20:36:35.450Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105402026-09-11T20:36:35.450Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105412026-09-11T20:36:35.450Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105422026-09-11T20:36:35.450Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105432026-09-11T20:36:35.450Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105442026-09-11T20:36:35.450Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105452026-09-11T20:36:35.450Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
105462026-09-11T20:36:35.450Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105472026-09-11T20:36:35.450Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105482026-09-11T20:36:35.451Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
105492026-09-11T20:36:35.451Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105502026-09-11T20:36:35.451Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105512026-09-11T20:36:35.451Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105522026-09-11T20:36:35.451Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105532026-09-11T20:36:35.451Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105542026-09-11T20:36:35.451Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105552026-09-11T20:36:35.451Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105562026-09-11T20:36:35.451Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105572026-09-11T20:36:35.451Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105582026-09-11T20:36:35.451Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105592026-09-11T20:36:35.451Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105602026-09-11T20:36:35.451Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105612026-09-11T20:36:35.451Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105622026-09-11T20:36:35.451Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105632026-09-11T20:36:35.451Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105642026-09-11T20:36:35.451Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105652026-09-11T20:36:35.451Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105662026-09-11T20:36:35.451Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105672026-09-11T20:36:35.451Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105682026-09-11T20:36:35.451Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105692026-09-11T20:36:35.451Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105702026-09-11T20:36:35.451Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105712026-09-11T20:36:35.451Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
105722026-09-11T20:36:35.452Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
105732026-09-11T20:36:35.452Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105742026-09-11T20:36:35.452Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
105752026-09-11T20:36:35.457Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
105762026-09-11T20:36:35.457Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
105772026-09-11T20:36:35.457Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105782026-09-11T20:36:35.457Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105792026-09-11T20:36:35.457Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105802026-09-11T20:36:35.457Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
105812026-09-11T20:36:35.457Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
105822026-09-11T20:36:35.457Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
105832026-09-11T20:36:35.458Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105842026-09-11T20:36:35.458Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
105852026-09-11T20:36:35.458Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
105862026-09-11T20:36:35.458Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
105872026-09-11T20:36:35.458Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105882026-09-11T20:36:35.458Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
105892026-09-11T20:36:35.458Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
105902026-09-11T20:36:35.458Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
105912026-09-11T20:36:35.458Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
105922026-09-11T20:36:35.458Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
105932026-09-11T20:36:35.458Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
105942026-09-11T20:36:35.458Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
105952026-09-11T20:36:35.458Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
105962026-09-11T20:36:35.458Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
105972026-09-11T20:36:35.458Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
105982026-09-11T20:36:35.458Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
105992026-09-11T20:36:35.458Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
106002026-09-11T20:36:35.458Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106012026-09-11T20:36:35.458Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
106022026-09-11T20:36:35.458Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106032026-09-11T20:36:35.459Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106042026-09-11T20:36:35.459Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106052026-09-11T20:36:35.459Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106062026-09-11T20:36:35.459Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
106072026-09-11T20:36:35.459Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106082026-09-11T20:36:35.459Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
106092026-09-11T20:36:35.459Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
106102026-09-11T20:36:35.459Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
106112026-09-11T20:36:35.479Z Doc-tests api_identity
106122026-09-11T20:36:35.483Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-18828d6033a378fd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106132026-09-11T20:36:35.537Z
106142026-09-11T20:36:35.537Zrunning 0 tests
106152026-09-11T20:36:35.537Z
106162026-09-11T20:36:35.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106172026-09-11T20:36:35.537Z
106182026-09-11T20:36:35.548Z Doc-tests authz_macros
106192026-09-11T20:36:35.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-0c5b4377aef4c55d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106202026-09-11T20:36:36.013Z
106212026-09-11T20:36:36.013Zrunning 7 tests
106222026-09-11T20:36:36.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106232026-09-11T20:36:36.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106242026-09-11T20:36:36.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106252026-09-11T20:36:36.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106262026-09-11T20:36:36.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106272026-09-11T20:36:36.014Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106282026-09-11T20:36:36.014Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106292026-09-11T20:36:36.014Z
106302026-09-11T20:36:36.017Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106312026-09-11T20:36:36.017Z
106322026-09-11T20:36:36.017Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
106332026-09-11T20:36:36.030Z Doc-tests bootstore
106342026-09-11T20:36:36.034Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106352026-09-11T20:36:36.279Z
106362026-09-11T20:36:36.279Zrunning 0 tests
106372026-09-11T20:36:36.280Z
106382026-09-11T20:36:36.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106392026-09-11T20:36:36.280Z
106402026-09-11T20:36:36.301Z Doc-tests bootstrap_agent_lockstep_api
106412026-09-11T20:36:36.301Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106422026-09-11T20:36:36.909Z
106432026-09-11T20:36:36.909Zrunning 2 tests
106442026-09-11T20:36:36.909Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
106452026-09-11T20:36:36.910Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
106462026-09-11T20:36:36.910Z
106472026-09-11T20:36:36.910Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106482026-09-11T20:36:36.910Z
106492026-09-11T20:36:36.913Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
106502026-09-11T20:36:36.941Z Doc-tests bootstrap_agent_lockstep_client
106512026-09-11T20:36:36.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106522026-09-11T20:36:37.626Z
106532026-09-11T20:36:37.626Zrunning 0 tests
106542026-09-11T20:36:37.626Z
106552026-09-11T20:36:37.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106562026-09-11T20:36:37.626Z
106572026-09-11T20:36:37.669Z Doc-tests bootstrap_agent_lockstep_types
106582026-09-11T20:36:37.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106592026-09-11T20:36:38.075Z
106602026-09-11T20:36:38.075Zrunning 0 tests
106612026-09-11T20:36:38.075Z
106622026-09-11T20:36:38.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106632026-09-11T20:36:38.075Z
106642026-09-11T20:36:38.105Z Doc-tests clickana
106652026-09-11T20:36:38.105Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-439dad35fa9e63e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106662026-09-11T20:36:38.336Z
106672026-09-11T20:36:38.336Zrunning 0 tests
106682026-09-11T20:36:38.337Z
106692026-09-11T20:36:38.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106702026-09-11T20:36:38.337Z
106712026-09-11T20:36:38.362Z Doc-tests clickhouse_admin_api
106722026-09-11T20:36:38.362Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106732026-09-11T20:36:38.950Z
106742026-09-11T20:36:38.950Zrunning 6 tests
106752026-09-11T20:36:38.950Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
106762026-09-11T20:36:38.950Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
106772026-09-11T20:36:38.950Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
106782026-09-11T20:36:38.951Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
106792026-09-11T20:36:38.952Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
106802026-09-11T20:36:38.952Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
106812026-09-11T20:36:38.952Z
106822026-09-11T20:36:38.952Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
106832026-09-11T20:36:38.952Z
106842026-09-11T20:36:38.958Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
106852026-09-11T20:36:38.979Z Doc-tests clickhouse_admin_keeper_client
106862026-09-11T20:36:38.979Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106872026-09-11T20:36:39.357Z
106882026-09-11T20:36:39.357Zrunning 0 tests
106892026-09-11T20:36:39.357Z
106902026-09-11T20:36:39.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106912026-09-11T20:36:39.358Z
106922026-09-11T20:36:39.389Z Doc-tests clickhouse_admin_server_client
106932026-09-11T20:36:39.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106942026-09-11T20:36:39.788Z
106952026-09-11T20:36:39.788Zrunning 0 tests
106962026-09-11T20:36:39.788Z
106972026-09-11T20:36:39.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106982026-09-11T20:36:39.788Z
106992026-09-11T20:36:39.822Z Doc-tests clickhouse_admin_single_client
107002026-09-11T20:36:39.822Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107012026-09-11T20:36:40.011Z
107022026-09-11T20:36:40.011Zrunning 0 tests
107032026-09-11T20:36:40.011Z
107042026-09-11T20:36:40.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107052026-09-11T20:36:40.011Z
107062026-09-11T20:36:40.031Z Doc-tests clickhouse_admin_test_utils
107072026-09-11T20:36:40.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107082026-09-11T20:36:40.211Z
107092026-09-11T20:36:40.211Zrunning 0 tests
107102026-09-11T20:36:40.211Z
107112026-09-11T20:36:40.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107122026-09-11T20:36:40.212Z
107132026-09-11T20:36:40.236Z Doc-tests clickhouse_admin_types
107142026-09-11T20:36:40.236Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107152026-09-11T20:36:40.413Z
107162026-09-11T20:36:40.413Zrunning 0 tests
107172026-09-11T20:36:40.413Z
107182026-09-11T20:36:40.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107192026-09-11T20:36:40.413Z
107202026-09-11T20:36:40.435Z Doc-tests clickhouse_admin_types_versions
107212026-09-11T20:36:40.435Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107222026-09-11T20:36:41.246Z
107232026-09-11T20:36:41.246Zrunning 1 test
107242026-09-11T20:36:41.246Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107252026-09-11T20:36:41.246Z
107262026-09-11T20:36:41.250Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107272026-09-11T20:36:41.250Z
107282026-09-11T20:36:41.251Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
107292026-09-11T20:36:41.286Z Doc-tests cockroach_admin_api
107302026-09-11T20:36:41.293Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-94318733bb2785ff.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107312026-09-11T20:36:41.804Z
107322026-09-11T20:36:41.804Zrunning 2 tests
107332026-09-11T20:36:41.804Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107342026-09-11T20:36:41.804Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107352026-09-11T20:36:41.804Z
107362026-09-11T20:36:41.808Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107372026-09-11T20:36:41.809Z
107382026-09-11T20:36:41.809Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
107392026-09-11T20:36:41.825Z Doc-tests cockroach_admin_client
107402026-09-11T20:36:41.825Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107412026-09-11T20:36:42.027Z
107422026-09-11T20:36:42.027Zrunning 0 tests
107432026-09-11T20:36:42.027Z
107442026-09-11T20:36:42.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107452026-09-11T20:36:42.027Z
107462026-09-11T20:36:42.049Z Doc-tests cockroach_admin_types
107472026-09-11T20:36:42.049Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107482026-09-11T20:36:42.130Z
107492026-09-11T20:36:42.130Zrunning 0 tests
107502026-09-11T20:36:42.130Z
107512026-09-11T20:36:42.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107522026-09-11T20:36:42.130Z
107532026-09-11T20:36:42.139Z Doc-tests cockroach_admin_types_versions
107542026-09-11T20:36:42.139Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107552026-09-11T20:36:42.649Z
107562026-09-11T20:36:42.649Zrunning 1 test
107572026-09-11T20:36:42.649Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107582026-09-11T20:36:42.649Z
107592026-09-11T20:36:42.649Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107602026-09-11T20:36:42.649Z
107612026-09-11T20:36:42.654Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
107622026-09-11T20:36:42.670Z Doc-tests db_macros
107632026-09-11T20:36:42.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-d66d3c58f97391b4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107642026-09-11T20:36:43.199Z
107652026-09-11T20:36:43.199Zrunning 3 tests
107662026-09-11T20:36:43.199Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
107672026-09-11T20:36:43.199Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
107682026-09-11T20:36:43.199Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
107692026-09-11T20:36:43.199Z
107702026-09-11T20:36:43.199Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107712026-09-11T20:36:43.199Z
107722026-09-11T20:36:43.202Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
107732026-09-11T20:36:43.219Z Doc-tests dev_tools_common
107742026-09-11T20:36:43.219Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107752026-09-11T20:36:43.274Z
107762026-09-11T20:36:43.274Zrunning 0 tests
107772026-09-11T20:36:43.274Z
107782026-09-11T20:36:43.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107792026-09-11T20:36:43.274Z
107802026-09-11T20:36:43.280Z Doc-tests dns_server
107812026-09-11T20:36:43.280Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107822026-09-11T20:36:43.515Z
107832026-09-11T20:36:43.516Zrunning 0 tests
107842026-09-11T20:36:43.516Z
107852026-09-11T20:36:43.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107862026-09-11T20:36:43.516Z
107872026-09-11T20:36:43.542Z Doc-tests dns_server_api
107882026-09-11T20:36:43.542Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107892026-09-11T20:36:44.049Z
107902026-09-11T20:36:44.049Zrunning 2 tests
107912026-09-11T20:36:44.049Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
107922026-09-11T20:36:44.049Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
107932026-09-11T20:36:44.049Z
107942026-09-11T20:36:44.049Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107952026-09-11T20:36:44.049Z
107962026-09-11T20:36:44.053Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
107972026-09-11T20:36:44.070Z Doc-tests dns_service_client
107982026-09-11T20:36:44.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107992026-09-11T20:36:44.229Z
108002026-09-11T20:36:44.229Zrunning 0 tests
108012026-09-11T20:36:44.229Z
108022026-09-11T20:36:44.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108032026-09-11T20:36:44.229Z
108042026-09-11T20:36:44.252Z Doc-tests end_to_end_tests
108052026-09-11T20:36:44.252Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108062026-09-11T20:36:44.633Z
108072026-09-11T20:36:44.633Zrunning 0 tests
108082026-09-11T20:36:44.633Z
108092026-09-11T20:36:44.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108102026-09-11T20:36:44.633Z
108112026-09-11T20:36:44.669Z Doc-tests ereport_types
108122026-09-11T20:36:44.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108132026-09-11T20:36:44.817Z
108142026-09-11T20:36:44.817Zrunning 0 tests
108152026-09-11T20:36:44.817Z
108162026-09-11T20:36:44.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108172026-09-11T20:36:44.817Z
108182026-09-11T20:36:44.831Z Doc-tests gateway_api
108192026-09-11T20:36:44.832Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108202026-09-11T20:36:45.390Z
108212026-09-11T20:36:45.390Zrunning 2 tests
108222026-09-11T20:36:45.390Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 60) ... ignored
108232026-09-11T20:36:45.390Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 66) ... ignored
108242026-09-11T20:36:45.390Z
108252026-09-11T20:36:45.390Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108262026-09-11T20:36:45.391Z
108272026-09-11T20:36:45.394Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
108282026-09-11T20:36:45.418Z Doc-tests gateway_client
108292026-09-11T20:36:45.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108302026-09-11T20:36:45.979Z
108312026-09-11T20:36:45.979Zrunning 0 tests
108322026-09-11T20:36:45.979Z
108332026-09-11T20:36:45.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108342026-09-11T20:36:45.979Z
108352026-09-11T20:36:46.013Z Doc-tests gateway_test_utils
108362026-09-11T20:36:46.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108372026-09-11T20:36:46.377Z
108382026-09-11T20:36:46.378Zrunning 0 tests
108392026-09-11T20:36:46.378Z
108402026-09-11T20:36:46.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108412026-09-11T20:36:46.378Z
108422026-09-11T20:36:46.416Z Doc-tests gateway_types
108432026-09-11T20:36:46.420Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108442026-09-11T20:36:46.576Z
108452026-09-11T20:36:46.576Zrunning 0 tests
108462026-09-11T20:36:46.576Z
108472026-09-11T20:36:46.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108482026-09-11T20:36:46.576Z
108492026-09-11T20:36:46.596Z Doc-tests gateway_types_versions
108502026-09-11T20:36:46.600Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108512026-09-11T20:36:47.440Z
108522026-09-11T20:36:47.440Zrunning 1 test
108532026-09-11T20:36:47.440Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108542026-09-11T20:36:47.440Z
108552026-09-11T20:36:47.440Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108562026-09-11T20:36:47.441Z
108572026-09-11T20:36:47.444Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
108582026-09-11T20:36:47.475Z Doc-tests gfss
108592026-09-11T20:36:47.475Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
108602026-09-11T20:36:47.574Z
108612026-09-11T20:36:47.574Zrunning 0 tests
108622026-09-11T20:36:47.574Z
108632026-09-11T20:36:47.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108642026-09-11T20:36:47.574Z
108652026-09-11T20:36:47.587Z Doc-tests illumos_utils
108662026-09-11T20:36:47.587Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
108672026-09-11T20:36:48.017Z
108682026-09-11T20:36:48.017Zrunning 0 tests
108692026-09-11T20:36:48.017Z
108702026-09-11T20:36:48.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712026-09-11T20:36:48.017Z
108722026-09-11T20:36:48.052Z Doc-tests installinator
108732026-09-11T20:36:48.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
108742026-09-11T20:36:48.407Z
108752026-09-11T20:36:48.407Zrunning 0 tests
108762026-09-11T20:36:48.407Z
108772026-09-11T20:36:48.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108782026-09-11T20:36:48.407Z
108792026-09-11T20:36:48.447Z Doc-tests installinator_api
108802026-09-11T20:36:48.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108812026-09-11T20:36:49.019Z
108822026-09-11T20:36:49.020Zrunning 2 tests
108832026-09-11T20:36:49.020Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
108842026-09-11T20:36:49.020Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
108852026-09-11T20:36:49.020Z
108862026-09-11T20:36:49.020Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108872026-09-11T20:36:49.020Z
108882026-09-11T20:36:49.031Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
108892026-09-11T20:36:49.035Z Doc-tests installinator_client
108902026-09-11T20:36:49.035Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-387a22574bb3e814.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108912026-09-11T20:36:49.302Z
108922026-09-11T20:36:49.303Zrunning 0 tests
108932026-09-11T20:36:49.303Z
108942026-09-11T20:36:49.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108952026-09-11T20:36:49.306Z
108962026-09-11T20:36:49.327Z Doc-tests installinator_common
108972026-09-11T20:36:49.331Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108982026-09-11T20:36:49.605Z
108992026-09-11T20:36:49.605Zrunning 0 tests
109002026-09-11T20:36:49.605Z
109012026-09-11T20:36:49.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109022026-09-11T20:36:49.606Z
109032026-09-11T20:36:49.633Z Doc-tests installinator_common_versions
109042026-09-11T20:36:49.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109052026-09-11T20:36:50.094Z
109062026-09-11T20:36:50.094Zrunning 1 test
109072026-09-11T20:36:50.094Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
109082026-09-11T20:36:50.094Z
109092026-09-11T20:36:50.094Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109102026-09-11T20:36:50.094Z
109112026-09-11T20:36:50.098Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109122026-09-11T20:36:50.111Z Doc-tests internal_dns_resolver
109132026-09-11T20:36:50.116Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109142026-09-11T20:36:50.337Z
109152026-09-11T20:36:50.337Zrunning 0 tests
109162026-09-11T20:36:50.337Z
109172026-09-11T20:36:50.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109182026-09-11T20:36:50.337Z
109192026-09-11T20:36:50.364Z Doc-tests internal_dns_types
109202026-09-11T20:36:50.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109212026-09-11T20:36:50.565Z
109222026-09-11T20:36:50.565Zrunning 0 tests
109232026-09-11T20:36:50.565Z
109242026-09-11T20:36:50.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109252026-09-11T20:36:50.565Z
109262026-09-11T20:36:50.588Z Doc-tests internal_dns_types_versions
109272026-09-11T20:36:50.588Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109282026-09-11T20:36:51.098Z
109292026-09-11T20:36:51.098Zrunning 1 test
109302026-09-11T20:36:51.098Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109312026-09-11T20:36:51.098Z
109322026-09-11T20:36:51.099Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109332026-09-11T20:36:51.099Z
109342026-09-11T20:36:51.103Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
109352026-09-11T20:36:51.117Z Doc-tests ipcc
109362026-09-11T20:36:51.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ddef13110ccf1ec1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109372026-09-11T20:36:51.244Z
109382026-09-11T20:36:51.244Zrunning 0 tests
109392026-09-11T20:36:51.244Z
109402026-09-11T20:36:51.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109412026-09-11T20:36:51.244Z
109422026-09-11T20:36:51.262Z Doc-tests key_manager
109432026-09-11T20:36:51.262Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109442026-09-11T20:36:51.463Z
109452026-09-11T20:36:51.463Zrunning 0 tests
109462026-09-11T20:36:51.464Z
109472026-09-11T20:36:51.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109482026-09-11T20:36:51.464Z
109492026-09-11T20:36:51.531Z Doc-tests key_manager_types
109502026-09-11T20:36:51.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109512026-09-11T20:36:51.539Z
109522026-09-11T20:36:51.540Zrunning 0 tests
109532026-09-11T20:36:51.540Z
109542026-09-11T20:36:51.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109552026-09-11T20:36:51.540Z
109562026-09-11T20:36:51.546Z Doc-tests live_tests_macros
109572026-09-11T20:36:51.546Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-8f9a64d5256aa26f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109582026-09-11T20:36:51.973Z
109592026-09-11T20:36:51.973Zrunning 1 test
109602026-09-11T20:36:51.974Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109612026-09-11T20:36:51.974Z
109622026-09-11T20:36:51.974Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109632026-09-11T20:36:51.974Z
109642026-09-11T20:36:51.977Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109652026-09-11T20:36:51.986Z Doc-tests nexus_auth
109662026-09-11T20:36:51.990Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109672026-09-11T20:36:52.619Z
109682026-09-11T20:36:52.619Zrunning 0 tests
109692026-09-11T20:36:52.619Z
109702026-09-11T20:36:52.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109712026-09-11T20:36:52.619Z
109722026-09-11T20:36:52.669Z Doc-tests nexus_background_task_interface
109732026-09-11T20:36:52.672Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
109742026-09-11T20:36:52.731Z
109752026-09-11T20:36:52.731Zrunning 0 tests
109762026-09-11T20:36:52.731Z
109772026-09-11T20:36:52.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109782026-09-11T20:36:52.731Z
109792026-09-11T20:36:52.739Z Doc-tests nexus_client
109802026-09-11T20:36:52.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109812026-09-11T20:36:53.297Z
109822026-09-11T20:36:53.297Zrunning 0 tests
109832026-09-11T20:36:53.297Z
109842026-09-11T20:36:53.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109852026-09-11T20:36:53.297Z
109862026-09-11T20:36:53.339Z Doc-tests nexus_config
109872026-09-11T20:36:53.339Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109882026-09-11T20:36:53.857Z
109892026-09-11T20:36:53.857Zrunning 0 tests
109902026-09-11T20:36:53.857Z
109912026-09-11T20:36:53.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109922026-09-11T20:36:53.857Z
109932026-09-11T20:36:53.950Z Doc-tests nexus_db_errors
109942026-09-11T20:36:53.950Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109952026-09-11T20:36:54.234Z
109962026-09-11T20:36:54.235Zrunning 0 tests
109972026-09-11T20:36:54.235Z
109982026-09-11T20:36:54.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109992026-09-11T20:36:54.235Z
110002026-09-11T20:36:54.271Z Doc-tests nexus_db_fixed_data
110012026-09-11T20:36:54.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110022026-09-11T20:36:54.564Z
110032026-09-11T20:36:54.564Zrunning 0 tests
110042026-09-11T20:36:54.564Z
110052026-09-11T20:36:54.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110062026-09-11T20:36:54.564Z
110072026-09-11T20:36:54.596Z Doc-tests nexus_db_lookup
110082026-09-11T20:36:54.597Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110092026-09-11T20:36:55.096Z
110102026-09-11T20:36:55.096Zrunning 0 tests
110112026-09-11T20:36:55.096Z
110122026-09-11T20:36:55.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110132026-09-11T20:36:55.096Z
110142026-09-11T20:36:55.142Z Doc-tests nexus_db_model
110152026-09-11T20:36:55.143Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110162026-09-11T20:37:11.604Z
110172026-09-11T20:37:11.604Zrunning 4 tests
110182026-09-11T20:37:11.620Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
110192026-09-11T20:37:11.624Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
110202026-09-11T20:37:11.624Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
110212026-09-11T20:37:11.624Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
110222026-09-11T20:37:11.624Z
110232026-09-11T20:37:11.624Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
110242026-09-11T20:37:11.624Z
110252026-09-11T20:37:11.654Zall doctests ran in 13.71s; merged doctests compilation took 13.65s
110262026-09-11T20:37:11.775Z Doc-tests nexus_db_queries
110272026-09-11T20:37:11.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110282026-09-11T20:37:18.891Z
110292026-09-11T20:37:18.891Zrunning 3 tests
110302026-09-11T20:37:18.896Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
110312026-09-11T20:37:18.896Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
110322026-09-11T20:37:18.896Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
110332026-09-11T20:37:18.897Z
110342026-09-11T20:37:18.897Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110352026-09-11T20:37:18.897Z
110362026-09-11T20:37:18.905Zall doctests ran in 5.56s; merged doctests compilation took 5.54s
110372026-09-11T20:37:19.020Z Doc-tests nexus_db_schema
110382026-09-11T20:37:19.039Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110392026-09-11T20:37:24.189Z
110402026-09-11T20:37:24.189Zrunning 0 tests
110412026-09-11T20:37:24.189Z
110422026-09-11T20:37:24.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-09-11T20:37:24.189Z
110442026-09-11T20:37:24.420Z Doc-tests nexus_defaults
110452026-09-11T20:37:24.420Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-384b5883c9cfe350.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462026-09-11T20:37:24.599Z
110472026-09-11T20:37:24.599Zrunning 0 tests
110482026-09-11T20:37:24.599Z
110492026-09-11T20:37:24.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-09-11T20:37:24.599Z
110512026-09-11T20:37:24.619Z Doc-tests nexus_external_api
110522026-09-11T20:37:24.619Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110532026-09-11T20:37:25.686Z
110542026-09-11T20:37:25.686Zrunning 2 tests
110552026-09-11T20:37:25.686Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 217) ... ignored
110562026-09-11T20:37:25.686Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 223) ... ignored
110572026-09-11T20:37:25.686Z
110582026-09-11T20:37:25.686Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110592026-09-11T20:37:25.687Z
110602026-09-11T20:37:25.693Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
110612026-09-11T20:37:25.770Z Doc-tests nexus_fm
110622026-09-11T20:37:25.770Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110632026-09-11T20:37:26.107Z
110642026-09-11T20:37:26.108Zrunning 0 tests
110652026-09-11T20:37:26.108Z
110662026-09-11T20:37:26.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110672026-09-11T20:37:26.108Z
110682026-09-11T20:37:26.143Z Doc-tests nexus_fm_slippy
110692026-09-11T20:37:26.143Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_fm_slippy --test nexus/fm/slippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm/slippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110702026-09-11T20:37:26.420Z
110712026-09-11T20:37:26.420Zrunning 0 tests
110722026-09-11T20:37:26.420Z
110732026-09-11T20:37:26.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110742026-09-11T20:37:26.420Z
110752026-09-11T20:37:26.449Z Doc-tests nexus_internal_api
110762026-09-11T20:37:26.455Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110772026-09-11T20:37:27.154Z
110782026-09-11T20:37:27.154Zrunning 2 tests
110792026-09-11T20:37:27.154Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110802026-09-11T20:37:27.154Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110812026-09-11T20:37:27.154Z
110822026-09-11T20:37:27.154Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110832026-09-11T20:37:27.154Z
110842026-09-11T20:37:27.157Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110852026-09-11T20:37:27.193Z Doc-tests nexus_inventory
110862026-09-11T20:37:27.197Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110872026-09-11T20:37:27.510Z
110882026-09-11T20:37:27.510Zrunning 0 tests
110892026-09-11T20:37:27.510Z
110902026-09-11T20:37:27.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-09-11T20:37:27.510Z
110922026-09-11T20:37:27.544Z Doc-tests nexus_lockstep_api
110932026-09-11T20:37:27.544Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110942026-09-11T20:37:28.257Z
110952026-09-11T20:37:28.257Zrunning 2 tests
110962026-09-11T20:37:28.258Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
110972026-09-11T20:37:28.258Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
110982026-09-11T20:37:28.258Z
110992026-09-11T20:37:28.258Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111002026-09-11T20:37:28.258Z
111012026-09-11T20:37:28.261Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
111022026-09-11T20:37:28.295Z Doc-tests nexus_lockstep_client
111032026-09-11T20:37:28.296Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111042026-09-11T20:37:29.978Z
111052026-09-11T20:37:29.978Zrunning 0 tests
111062026-09-11T20:37:29.978Z
111072026-09-11T20:37:29.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111082026-09-11T20:37:29.983Z
111092026-09-11T20:37:30.048Z Doc-tests nexus_macros_common
111102026-09-11T20:37:30.048Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111112026-09-11T20:37:30.091Z
111122026-09-11T20:37:30.091Zrunning 0 tests
111132026-09-11T20:37:30.091Z
111142026-09-11T20:37:30.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111152026-09-11T20:37:30.091Z
111162026-09-11T20:37:30.098Z Doc-tests nexus_metrics_producer_gc
111172026-09-11T20:37:30.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-274bf28b24d0a9db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111182026-09-11T20:37:30.494Z
111192026-09-11T20:37:30.495Zrunning 0 tests
111202026-09-11T20:37:30.495Z
111212026-09-11T20:37:30.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111222026-09-11T20:37:30.495Z
111232026-09-11T20:37:30.537Z Doc-tests nexus_mgs_updates
111242026-09-11T20:37:30.537Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111252026-09-11T20:37:30.897Z
111262026-09-11T20:37:30.897Zrunning 0 tests
111272026-09-11T20:37:30.897Z
111282026-09-11T20:37:30.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292026-09-11T20:37:30.897Z
111302026-09-11T20:37:30.932Z Doc-tests nexus_networking
111312026-09-11T20:37:30.932Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111322026-09-11T20:37:31.342Z
111332026-09-11T20:37:31.342Zrunning 0 tests
111342026-09-11T20:37:31.342Z
111352026-09-11T20:37:31.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111362026-09-11T20:37:31.342Z
111372026-09-11T20:37:31.383Z Doc-tests nexus_reconfigurator_blippy
111382026-09-11T20:37:31.383Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111392026-09-11T20:37:31.674Z
111402026-09-11T20:37:31.674Zrunning 0 tests
111412026-09-11T20:37:31.674Z
111422026-09-11T20:37:31.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-09-11T20:37:31.674Z
111442026-09-11T20:37:31.707Z Doc-tests nexus_reconfigurator_execution
111452026-09-11T20:37:31.707Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111462026-09-11T20:37:32.121Z
111472026-09-11T20:37:32.121Zrunning 0 tests
111482026-09-11T20:37:32.121Z
111492026-09-11T20:37:32.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111502026-09-11T20:37:32.122Z
111512026-09-11T20:37:32.169Z Doc-tests nexus_reconfigurator_planning
111522026-09-11T20:37:32.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111532026-09-11T20:37:32.631Z
111542026-09-11T20:37:32.631Zrunning 0 tests
111552026-09-11T20:37:32.631Z
111562026-09-11T20:37:32.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111572026-09-11T20:37:32.631Z
111582026-09-11T20:37:32.669Z Doc-tests nexus_reconfigurator_preparation
111592026-09-11T20:37:32.681Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111602026-09-11T20:37:33.096Z
111612026-09-11T20:37:33.096Zrunning 0 tests
111622026-09-11T20:37:33.096Z
111632026-09-11T20:37:33.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111642026-09-11T20:37:33.096Z
111652026-09-11T20:37:33.160Z Doc-tests nexus_reconfigurator_rendezvous
111662026-09-11T20:37:33.161Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111672026-09-11T20:37:33.499Z
111682026-09-11T20:37:33.499Zrunning 0 tests
111692026-09-11T20:37:33.499Z
111702026-09-11T20:37:33.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-09-11T20:37:33.499Z
111722026-09-11T20:37:33.543Z Doc-tests nexus_reconfigurator_simulation
111732026-09-11T20:37:33.543Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111742026-09-11T20:37:33.913Z
111752026-09-11T20:37:33.914Zrunning 0 tests
111762026-09-11T20:37:33.914Z
111772026-09-11T20:37:33.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111782026-09-11T20:37:33.914Z
111792026-09-11T20:37:33.977Z Doc-tests nexus_saga_recovery
111802026-09-11T20:37:33.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111812026-09-11T20:37:34.235Z
111822026-09-11T20:37:34.235Zrunning 0 tests
111832026-09-11T20:37:34.235Z
111842026-09-11T20:37:34.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-09-11T20:37:34.235Z
111862026-09-11T20:37:34.276Z Doc-tests nexus_switch_config
111872026-09-11T20:37:34.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111882026-09-11T20:37:34.545Z
111892026-09-11T20:37:34.545Zrunning 0 tests
111902026-09-11T20:37:34.545Z
111912026-09-11T20:37:34.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-09-11T20:37:34.545Z
111932026-09-11T20:37:34.566Z Doc-tests nexus_switch_config_preparation
111942026-09-11T20:37:34.578Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111952026-09-11T20:37:34.941Z
111962026-09-11T20:37:34.941Zrunning 0 tests
111972026-09-11T20:37:34.941Z
111982026-09-11T20:37:34.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-09-11T20:37:34.941Z
112002026-09-11T20:37:34.982Z Doc-tests nexus_test_interface
112012026-09-11T20:37:34.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112022026-09-11T20:37:35.376Z
112032026-09-11T20:37:35.376Zrunning 0 tests
112042026-09-11T20:37:35.376Z
112052026-09-11T20:37:35.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112062026-09-11T20:37:35.376Z
112072026-09-11T20:37:35.410Z Doc-tests nexus_test_utils
112082026-09-11T20:37:35.428Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112092026-09-11T20:37:35.941Z
112102026-09-11T20:37:35.941Zrunning 0 tests
112112026-09-11T20:37:35.941Z
112122026-09-11T20:37:35.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112132026-09-11T20:37:35.942Z
112142026-09-11T20:37:35.986Z Doc-tests nexus_test_utils_macros
112152026-09-11T20:37:35.989Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-7e7553f44400766b.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112162026-09-11T20:37:36.034Z
112172026-09-11T20:37:36.034Zrunning 1 test
112182026-09-11T20:37:36.037Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
112192026-09-11T20:37:36.037Z
112202026-09-11T20:37:36.037Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112212026-09-11T20:37:36.037Z
112222026-09-11T20:37:36.041Z Doc-tests nexus_types
112232026-09-11T20:37:36.045Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112242026-09-11T20:37:47.975Z
112252026-09-11T20:37:47.975Zrunning 4 tests
112262026-09-11T20:37:47.978Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3331) ... ignored
112272026-09-11T20:37:47.978Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3203) ... ignored
112282026-09-11T20:37:47.978Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2041) ... ignored
112292026-09-11T20:37:47.985Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
112302026-09-11T20:37:47.985Z
112312026-09-11T20:37:47.985Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
112322026-09-11T20:37:47.985Z
112332026-09-11T20:37:48.011Zall doctests ran in 9.98s; merged doctests compilation took 9.94s
112342026-09-11T20:37:48.113Z Doc-tests nexus_types_versions
112352026-09-11T20:37:48.113Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112362026-09-11T20:37:51.143Z
112372026-09-11T20:37:51.143Zrunning 1 test
112382026-09-11T20:37:51.143Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
112392026-09-11T20:37:51.143Z
112402026-09-11T20:37:51.143Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112412026-09-11T20:37:51.143Z
112422026-09-11T20:37:51.147Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112432026-09-11T20:37:51.255Z Doc-tests ntp_admin_api
112442026-09-11T20:37:51.259Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112452026-09-11T20:37:51.763Z
112462026-09-11T20:37:51.763Zrunning 2 tests
112472026-09-11T20:37:51.763Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
112482026-09-11T20:37:51.763Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
112492026-09-11T20:37:51.763Z
112502026-09-11T20:37:51.763Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-09-11T20:37:51.763Z
112522026-09-11T20:37:51.767Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112532026-09-11T20:37:51.786Z Doc-tests ntp_admin_client
112542026-09-11T20:37:51.786Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112552026-09-11T20:37:51.933Z
112562026-09-11T20:37:51.933Zrunning 0 tests
112572026-09-11T20:37:51.933Z
112582026-09-11T20:37:51.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112592026-09-11T20:37:51.933Z
112602026-09-11T20:37:52.017Z Doc-tests ntp_admin_types
112612026-09-11T20:37:52.017Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112622026-09-11T20:37:52.022Z
112632026-09-11T20:37:52.022Zrunning 0 tests
112642026-09-11T20:37:52.022Z
112652026-09-11T20:37:52.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-09-11T20:37:52.022Z
112672026-09-11T20:37:52.022Z Doc-tests ntp_admin_types_versions
112682026-09-11T20:37:52.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112692026-09-11T20:37:52.481Z
112702026-09-11T20:37:52.481Zrunning 1 test
112712026-09-11T20:37:52.481Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112722026-09-11T20:37:52.481Z
112732026-09-11T20:37:52.481Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112742026-09-11T20:37:52.481Z
112752026-09-11T20:37:52.496Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112762026-09-11T20:37:52.512Z Doc-tests omicron_certificates
112772026-09-11T20:37:52.513Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112782026-09-11T20:37:52.675Z
112792026-09-11T20:37:52.675Zrunning 0 tests
112802026-09-11T20:37:52.676Z
112812026-09-11T20:37:52.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112822026-09-11T20:37:52.676Z
112832026-09-11T20:37:52.698Z Doc-tests omicron_clickhouse_admin
112842026-09-11T20:37:52.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112852026-09-11T20:37:53.040Z
112862026-09-11T20:37:53.040Zrunning 0 tests
112872026-09-11T20:37:53.040Z
112882026-09-11T20:37:53.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112892026-09-11T20:37:53.041Z
112902026-09-11T20:37:53.073Z Doc-tests omicron_cockroach_admin
112912026-09-11T20:37:53.073Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112922026-09-11T20:37:53.339Z
112932026-09-11T20:37:53.339Zrunning 0 tests
112942026-09-11T20:37:53.339Z
112952026-09-11T20:37:53.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112962026-09-11T20:37:53.339Z
112972026-09-11T20:37:53.370Z Doc-tests omicron_cockroach_metrics
112982026-09-11T20:37:53.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112992026-09-11T20:37:55.357Z
113002026-09-11T20:37:55.357Zrunning 1 test
113012026-09-11T20:37:55.361Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
113022026-09-11T20:37:55.361Z
113032026-09-11T20:37:55.361Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113042026-09-11T20:37:55.361Z
113052026-09-11T20:37:55.364Zall doctests ran in 1.83s; merged doctests compilation took 1.83s
113062026-09-11T20:37:55.390Z Doc-tests omicron_common
113072026-09-11T20:37:55.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
113082026-09-11T20:38:00.736Z
113092026-09-11T20:38:00.736Zrunning 3 tests
113102026-09-11T20:38:00.739Ztest common/src/lib.rs - FileKv (line 36) ... ignored
113112026-09-11T20:38:00.743Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
113122026-09-11T20:38:00.743Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
113132026-09-11T20:38:00.743Z
113142026-09-11T20:38:00.743Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
113152026-09-11T20:38:00.743Z
113162026-09-11T20:38:00.754Zall doctests ran in 4.63s; merged doctests compilation took 4.61s
113172026-09-11T20:38:00.808Z Doc-tests omicron_ddm_admin_client
113182026-09-11T20:38:00.809Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-d29db20ca5b408a5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113192026-09-11T20:38:01.017Z
113202026-09-11T20:38:01.017Zrunning 0 tests
113212026-09-11T20:38:01.017Z
113222026-09-11T20:38:01.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113232026-09-11T20:38:01.017Z
113242026-09-11T20:38:01.041Z Doc-tests omicron_deployment_graph
113252026-09-11T20:38:01.041Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113262026-09-11T20:38:01.092Z
113272026-09-11T20:38:01.092Zrunning 0 tests
113282026-09-11T20:38:01.092Z
113292026-09-11T20:38:01.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113302026-09-11T20:38:01.092Z
113312026-09-11T20:38:01.101Z Doc-tests omicron_dev_lib
113322026-09-11T20:38:01.101Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113332026-09-11T20:38:01.388Z
113342026-09-11T20:38:01.388Zrunning 0 tests
113352026-09-11T20:38:01.388Z
113362026-09-11T20:38:01.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113372026-09-11T20:38:01.391Z
113382026-09-11T20:38:01.423Z Doc-tests omicron_gateway
113392026-09-11T20:38:01.441Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113402026-09-11T20:38:01.922Z
113412026-09-11T20:38:01.922Zrunning 0 tests
113422026-09-11T20:38:01.922Z
113432026-09-11T20:38:01.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113442026-09-11T20:38:01.923Z
113452026-09-11T20:38:01.964Z Doc-tests omicron_generation_kinds
113462026-09-11T20:38:01.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_generation_kinds --test generation-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/generation-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-97406f1daba247f9.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' --document-private-items -D warnings --error-format human`
113472026-09-11T20:38:02.051Z
113482026-09-11T20:38:02.051Zrunning 0 tests
113492026-09-11T20:38:02.052Z
113502026-09-11T20:38:02.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113512026-09-11T20:38:02.052Z
113522026-09-11T20:38:02.060Z Doc-tests omicron_git_version
113532026-09-11T20:38:02.060Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113542026-09-11T20:38:02.124Z
113552026-09-11T20:38:02.125Zrunning 0 tests
113562026-09-11T20:38:02.125Z
113572026-09-11T20:38:02.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113582026-09-11T20:38:02.125Z
113592026-09-11T20:38:02.131Z Doc-tests omicron_ledger
113602026-09-11T20:38:02.131Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113612026-09-11T20:38:02.210Z
113622026-09-11T20:38:02.210Zrunning 0 tests
113632026-09-11T20:38:02.210Z
113642026-09-11T20:38:02.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652026-09-11T20:38:02.210Z
113662026-09-11T20:38:02.226Z Doc-tests omicron_ls_apis
113672026-09-11T20:38:02.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113682026-09-11T20:38:02.404Z
113692026-09-11T20:38:02.404Zrunning 0 tests
113702026-09-11T20:38:02.404Z
113712026-09-11T20:38:02.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-09-11T20:38:02.404Z
113732026-09-11T20:38:02.422Z Doc-tests omicron_nexus
113742026-09-11T20:38:02.438Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113752026-09-11T20:38:11.025Z
113762026-09-11T20:38:11.025Zrunning 6 tests
113772026-09-11T20:38:11.060Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
113782026-09-11T20:38:11.060Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
113792026-09-11T20:38:11.060Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1017) ... ok
113802026-09-11T20:38:11.081Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1111) ... ok
113812026-09-11T20:38:11.081Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1039) ... ok
113822026-09-11T20:38:11.081Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1081) ... ok
113832026-09-11T20:38:11.081Z
113842026-09-11T20:38:11.081Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
113852026-09-11T20:38:11.081Z
113862026-09-11T20:38:11.081Zall doctests ran in 6.61s; merged doctests compilation took 6.59s
113872026-09-11T20:38:11.180Z Doc-tests omicron_ntp_admin
113882026-09-11T20:38:11.193Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0db3889ef3d5140e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113892026-09-11T20:38:11.390Z
113902026-09-11T20:38:11.390Zrunning 1 test
113912026-09-11T20:38:11.400Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
113922026-09-11T20:38:11.400Z
113932026-09-11T20:38:11.400Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113942026-09-11T20:38:11.400Z
113952026-09-11T20:38:11.418Z Doc-tests omicron_package
113962026-09-11T20:38:11.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4dfcdb8c66176037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113972026-09-11T20:38:11.576Z
113982026-09-11T20:38:11.576Zrunning 0 tests
113992026-09-11T20:38:11.576Z
114002026-09-11T20:38:11.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114012026-09-11T20:38:11.576Z
114022026-09-11T20:38:11.595Z Doc-tests omicron_passwords
114032026-09-11T20:38:11.602Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114042026-09-11T20:38:11.683Z
114052026-09-11T20:38:11.683Zrunning 0 tests
114062026-09-11T20:38:11.683Z
114072026-09-11T20:38:11.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114082026-09-11T20:38:11.683Z
114092026-09-11T20:38:11.697Z Doc-tests omicron_pins
114102026-09-11T20:38:11.697Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2bd68dede20b10bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114112026-09-11T20:38:11.762Z
114122026-09-11T20:38:11.762Zrunning 0 tests
114132026-09-11T20:38:11.762Z
114142026-09-11T20:38:11.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114152026-09-11T20:38:11.762Z
114162026-09-11T20:38:11.770Z Doc-tests omicron_repl_utils
114172026-09-11T20:38:11.776Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114182026-09-11T20:38:11.825Z
114192026-09-11T20:38:11.826Zrunning 0 tests
114202026-09-11T20:38:11.826Z
114212026-09-11T20:38:11.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114222026-09-11T20:38:11.826Z
114232026-09-11T20:38:11.834Z Doc-tests omicron_rpaths
114242026-09-11T20:38:11.834Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-513f19cf4ca03115.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114252026-09-11T20:38:11.877Z
114262026-09-11T20:38:11.877Zrunning 0 tests
114272026-09-11T20:38:11.877Z
114282026-09-11T20:38:11.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114292026-09-11T20:38:11.877Z
114302026-09-11T20:38:11.886Z Doc-tests omicron_sled_agent
114312026-09-11T20:38:11.894Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
114322026-09-11T20:38:12.940Z
114332026-09-11T20:38:12.940Zrunning 0 tests
114342026-09-11T20:38:12.940Z
114352026-09-11T20:38:12.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114362026-09-11T20:38:12.940Z
114372026-09-11T20:38:12.953Z Doc-tests omicron_test_utils
114382026-09-11T20:38:12.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
114392026-09-11T20:38:24.805Z
114402026-09-11T20:38:24.805Zrunning 2 tests
114412026-09-11T20:38:24.836Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
114422026-09-11T20:38:24.836Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
114432026-09-11T20:38:24.836Z
114442026-09-11T20:38:24.836Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
114452026-09-11T20:38:24.836Z
114462026-09-11T20:38:24.837Z
114472026-09-11T20:38:24.837Zrunning 1 test
114482026-09-11T20:38:24.837Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
114492026-09-11T20:38:24.837Z
114502026-09-11T20:38:24.837Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114512026-09-11T20:38:24.837Z
114522026-09-11T20:38:24.837Zall doctests ran in 11.05s; merged doctests compilation took 11.00s
114532026-09-11T20:38:24.837Z Doc-tests omicron_uuid_kinds
114542026-09-11T20:38:24.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
114552026-09-11T20:38:24.837Z
114562026-09-11T20:38:24.837Zrunning 0 tests
114572026-09-11T20:38:24.837Z
114582026-09-11T20:38:24.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114592026-09-11T20:38:24.837Z
114602026-09-11T20:38:24.837Z Doc-tests omicron_workspace_hack
114612026-09-11T20:38:24.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114622026-09-11T20:38:24.837Z
114632026-09-11T20:38:24.837Zrunning 0 tests
114642026-09-11T20:38:24.837Z
114652026-09-11T20:38:24.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114662026-09-11T20:38:24.838Z
114672026-09-11T20:38:24.844Z Doc-tests oxide_client
114682026-09-11T20:38:24.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114692026-09-11T20:38:28.909Z
114702026-09-11T20:38:28.909Zrunning 317 tests
114712026-09-11T20:38:28.909Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
114722026-09-11T20:38:28.909Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
114732026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
114742026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
114752026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
114762026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
114772026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
114782026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
114792026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
114802026-09-11T20:38:28.910Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
114812026-09-11T20:38:28.916Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
114822026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
114832026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
114842026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
114852026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
114862026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
114872026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
114882026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
114892026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
114902026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
114912026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
114922026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
114932026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
114942026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
114952026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
114962026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
114972026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
114982026-09-11T20:38:28.917Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
114992026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
115002026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
115012026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
115022026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
115032026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
115042026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
115052026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
115062026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
115072026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
115082026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
115092026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
115102026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
115112026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
115122026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
115132026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
115142026-09-11T20:38:28.918Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
115152026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
115162026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
115172026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
115182026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
115192026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
115202026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
115212026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
115222026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
115232026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
115242026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
115252026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
115262026-09-11T20:38:28.919Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
115272026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
115282026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
115292026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
115302026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
115312026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
115322026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
115332026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
115342026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
115352026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
115362026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
115372026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
115382026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
115392026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
115402026-09-11T20:38:28.920Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
115412026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
115422026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
115432026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
115442026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
115452026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
115462026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
115472026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
115482026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
115492026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
115502026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
115512026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
115522026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
115532026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
115542026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
115552026-09-11T20:38:28.921Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
115562026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
115572026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
115582026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
115592026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
115602026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
115612026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
115622026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
115632026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
115642026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
115652026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
115662026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
115672026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
115682026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
115692026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
115702026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
115712026-09-11T20:38:28.922Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
115722026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
115732026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
115742026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
115752026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115762026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115772026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115782026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
115792026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
115802026-09-11T20:38:28.923Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
115812026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
115822026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
115832026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
115842026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
115852026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
115862026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
115872026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
115882026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
115892026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
115902026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
115912026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
115922026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
115932026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
115942026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
115952026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
115962026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
115972026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
115982026-09-11T20:38:28.930Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
115992026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
116002026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116012026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116022026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
116032026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
116042026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
116052026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
116062026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
116072026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
116082026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
116092026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
116102026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
116112026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
116122026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
116132026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
116142026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
116152026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
116162026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
116172026-09-11T20:38:28.931Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
116182026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
116192026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
116202026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
116212026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
116222026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
116232026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
116242026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
116252026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
116262026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
116272026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
116282026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
116292026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
116302026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
116312026-09-11T20:38:28.932Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
116322026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
116332026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
116342026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
116352026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
116362026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
116372026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
116382026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
116392026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
116402026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
116412026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
116422026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
116432026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
116442026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
116452026-09-11T20:38:28.933Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
116462026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
116472026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
116482026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
116492026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
116502026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
116512026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
116522026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
116532026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
116542026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
116552026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
116562026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
116572026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
116582026-09-11T20:38:28.934Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
116592026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
116602026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
116612026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
116622026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
116632026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
116642026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
116652026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
116662026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
116672026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
116682026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
116692026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
116702026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
116712026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
116722026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
116732026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
116742026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
116752026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
116762026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
116772026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
116782026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
116792026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
116802026-09-11T20:38:28.935Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
116812026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
116822026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
116832026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
116842026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
116852026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
116862026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
116872026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
116882026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
116892026-09-11T20:38:28.941Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
116902026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
116912026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
116922026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
116932026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
116942026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
116952026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
116962026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
116972026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
116982026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
116992026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
117002026-09-11T20:38:28.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
117012026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
117022026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
117032026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
117042026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
117052026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
117062026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
117072026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
117082026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
117092026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
117102026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
117112026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
117122026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
117132026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
117142026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
117152026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
117162026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
117172026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
117182026-09-11T20:38:28.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
117192026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
117202026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
117212026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
117222026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
117232026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
117242026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
117252026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
117262026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
117272026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
117282026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
117292026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
117302026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
117312026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
117322026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
117332026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
117342026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
117352026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
117362026-09-11T20:38:28.944Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
117372026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
117382026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
117392026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
117402026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
117412026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
117422026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
117432026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
117442026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
117452026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
117462026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
117472026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
117482026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
117492026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
117502026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
117512026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
117522026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
117532026-09-11T20:38:28.945Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
117542026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
117552026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
117562026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
117572026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
117582026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
117592026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
117602026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
117612026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
117622026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
117632026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
117642026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
117652026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
117662026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
117672026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
117682026-09-11T20:38:28.946Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
117692026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
117702026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
117712026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
117722026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
117732026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
117742026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
117752026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
117762026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
117772026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
117782026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
117792026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
117802026-09-11T20:38:28.947Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
117812026-09-11T20:38:28.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
117822026-09-11T20:38:28.952Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
117832026-09-11T20:38:28.953Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
117842026-09-11T20:38:28.953Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
117852026-09-11T20:38:28.953Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
117862026-09-11T20:38:28.953Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
117872026-09-11T20:38:28.953Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
117882026-09-11T20:38:28.953Z
117892026-09-11T20:38:28.953Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
117902026-09-11T20:38:28.953Z
117912026-09-11T20:38:28.953Zall doctests ran in 0.63s; merged doctests compilation took 0.62s
117922026-09-11T20:38:29.036Z Doc-tests oximeter
117932026-09-11T20:38:29.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117942026-09-11T20:38:34.292Z
117952026-09-11T20:38:34.292Zrunning 2 tests
117962026-09-11T20:38:34.297Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
117972026-09-11T20:38:34.300Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
117982026-09-11T20:38:34.300Z
117992026-09-11T20:38:34.300Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118002026-09-11T20:38:34.300Z
118012026-09-11T20:38:34.310Zall doctests ran in 5.06s; merged doctests compilation took 5.03s
118022026-09-11T20:38:34.349Z Doc-tests oximeter_api
118032026-09-11T20:38:34.349Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118042026-09-11T20:38:34.913Z
118052026-09-11T20:38:34.913Zrunning 2 tests
118062026-09-11T20:38:34.913Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
118072026-09-11T20:38:34.913Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
118082026-09-11T20:38:34.913Z
118092026-09-11T20:38:34.914Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118102026-09-11T20:38:34.914Z
118112026-09-11T20:38:34.917Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
118122026-09-11T20:38:34.942Z Doc-tests oximeter_client
118132026-09-11T20:38:34.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118142026-09-11T20:38:35.218Z
118152026-09-11T20:38:35.218Zrunning 0 tests
118162026-09-11T20:38:35.218Z
118172026-09-11T20:38:35.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118182026-09-11T20:38:35.218Z
118192026-09-11T20:38:35.246Z Doc-tests oximeter_collector
118202026-09-11T20:38:35.246Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118212026-09-11T20:38:35.710Z
118222026-09-11T20:38:35.710Zrunning 0 tests
118232026-09-11T20:38:35.710Z
118242026-09-11T20:38:35.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118252026-09-11T20:38:35.711Z
118262026-09-11T20:38:35.755Z Doc-tests oximeter_db
118272026-09-11T20:38:35.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
118282026-09-11T20:38:36.811Z
118292026-09-11T20:38:36.811Zrunning 3 tests
118302026-09-11T20:38:36.811Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
118312026-09-11T20:38:36.811Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
118322026-09-11T20:38:36.811Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
118332026-09-11T20:38:36.811Z
118342026-09-11T20:38:36.812Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
118352026-09-11T20:38:36.812Z
118362026-09-11T20:38:36.815Z
118372026-09-11T20:38:36.815Zrunning 2 tests
118382026-09-11T20:38:36.815Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
118392026-09-11T20:38:36.815Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
118402026-09-11T20:38:36.815Z
118412026-09-11T20:38:36.815Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118422026-09-11T20:38:36.816Z
118432026-09-11T20:38:36.816Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
118442026-09-11T20:38:36.871Z Doc-tests oximeter_instruments
118452026-09-11T20:38:36.871Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
118462026-09-11T20:38:37.270Z
118472026-09-11T20:38:37.270Zrunning 0 tests
118482026-09-11T20:38:37.270Z
118492026-09-11T20:38:37.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118502026-09-11T20:38:37.270Z
118512026-09-11T20:38:37.289Z Doc-tests oximeter_macro_impl
118522026-09-11T20:38:37.290Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118532026-09-11T20:38:37.343Z
118542026-09-11T20:38:37.343Zrunning 0 tests
118552026-09-11T20:38:37.343Z
118562026-09-11T20:38:37.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118572026-09-11T20:38:37.343Z
118582026-09-11T20:38:37.353Z Doc-tests oximeter_producer
118592026-09-11T20:38:37.357Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118602026-09-11T20:38:37.699Z
118612026-09-11T20:38:37.699Zrunning 0 tests
118622026-09-11T20:38:37.699Z
118632026-09-11T20:38:37.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118642026-09-11T20:38:37.699Z
118652026-09-11T20:38:37.739Z Doc-tests oximeter_producer_api
118662026-09-11T20:38:37.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118672026-09-11T20:38:38.303Z
118682026-09-11T20:38:38.303Zrunning 2 tests
118692026-09-11T20:38:38.304Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
118702026-09-11T20:38:38.304Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
118712026-09-11T20:38:38.304Z
118722026-09-11T20:38:38.304Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118732026-09-11T20:38:38.304Z
118742026-09-11T20:38:38.309Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
118752026-09-11T20:38:38.332Z Doc-tests oximeter_schema
118762026-09-11T20:38:38.332Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118772026-09-11T20:38:38.560Z
118782026-09-11T20:38:38.560Zrunning 0 tests
118792026-09-11T20:38:38.560Z
118802026-09-11T20:38:38.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118812026-09-11T20:38:38.560Z
118822026-09-11T20:38:38.585Z Doc-tests oximeter_test_utils
118832026-09-11T20:38:38.586Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118842026-09-11T20:38:38.939Z
118852026-09-11T20:38:38.939Zrunning 0 tests
118862026-09-11T20:38:38.939Z
118872026-09-11T20:38:38.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118882026-09-11T20:38:38.939Z
118892026-09-11T20:38:38.977Z Doc-tests oximeter_timeseries_macro
118902026-09-11T20:38:38.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118912026-09-11T20:38:39.158Z
118922026-09-11T20:38:39.158Zrunning 0 tests
118932026-09-11T20:38:39.158Z
118942026-09-11T20:38:39.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118952026-09-11T20:38:39.158Z
118962026-09-11T20:38:39.179Z Doc-tests oximeter_types
118972026-09-11T20:38:39.179Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118982026-09-11T20:38:39.821Z
118992026-09-11T20:38:39.821Zrunning 11 tests
119002026-09-11T20:38:40.212Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
119012026-09-11T20:38:40.222Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
119022026-09-11T20:38:45.117Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
119032026-09-11T20:38:45.308Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
119042026-09-11T20:38:45.335Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
119052026-09-11T20:38:45.411Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
119062026-09-11T20:38:45.411Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
119072026-09-11T20:38:50.457Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
119082026-09-11T20:38:50.457Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
119092026-09-11T20:38:50.457Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
119102026-09-11T20:38:50.461Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
119112026-09-11T20:38:50.461Z
119122026-09-11T20:38:50.461Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.64s
119132026-09-11T20:38:50.461Z
119142026-09-11T20:38:50.461Zall doctests ran in 11.10s; merged doctests compilation took 0.46s
119152026-09-11T20:38:50.489Z Doc-tests oximeter_types_versions
119162026-09-11T20:38:50.493Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b24bf69782c43bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119172026-09-11T20:38:51.297Z
119182026-09-11T20:38:51.297Zrunning 1 test
119192026-09-11T20:38:51.297Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
119202026-09-11T20:38:51.297Z
119212026-09-11T20:38:51.297Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-09-11T20:38:51.298Z
119232026-09-11T20:38:51.301Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
119242026-09-11T20:38:51.339Z Doc-tests oxlog
119252026-09-11T20:38:51.339Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119262026-09-11T20:38:51.391Z
119272026-09-11T20:38:51.391Zrunning 0 tests
119282026-09-11T20:38:51.391Z
119292026-09-11T20:38:51.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119302026-09-11T20:38:51.391Z
119312026-09-11T20:38:51.400Z Doc-tests oxql_types
119322026-09-11T20:38:51.400Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119332026-09-11T20:38:51.657Z
119342026-09-11T20:38:51.657Zrunning 0 tests
119352026-09-11T20:38:51.657Z
119362026-09-11T20:38:51.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119372026-09-11T20:38:51.657Z
119382026-09-11T20:38:51.684Z Doc-tests parallel_task_set
119392026-09-11T20:38:51.684Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119402026-09-11T20:38:51.736Z
119412026-09-11T20:38:51.736Zrunning 0 tests
119422026-09-11T20:38:51.736Z
119432026-09-11T20:38:51.736Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119442026-09-11T20:38:51.736Z
119452026-09-11T20:38:51.746Z Doc-tests rack_init_config
119462026-09-11T20:38:51.750Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name rack_init_config --test dev-tools/rack-init-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/rack-init-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-83d8235723e9eac2.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119472026-09-11T20:38:51.943Z
119482026-09-11T20:38:51.943Zrunning 0 tests
119492026-09-11T20:38:51.943Z
119502026-09-11T20:38:51.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119512026-09-11T20:38:51.943Z
119522026-09-11T20:38:51.968Z Doc-tests range_requests
119532026-09-11T20:38:51.968Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119542026-09-11T20:38:52.089Z
119552026-09-11T20:38:52.089Zrunning 0 tests
119562026-09-11T20:38:52.089Z
119572026-09-11T20:38:52.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119582026-09-11T20:38:52.089Z
119592026-09-11T20:38:52.104Z Doc-tests reconfigurator_cli
119602026-09-11T20:38:52.104Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
119612026-09-11T20:38:52.580Z
119622026-09-11T20:38:52.580Zrunning 0 tests
119632026-09-11T20:38:52.580Z
119642026-09-11T20:38:52.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119652026-09-11T20:38:52.580Z
119662026-09-11T20:38:52.621Z Doc-tests repo_depot_api
119672026-09-11T20:38:52.621Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119682026-09-11T20:38:53.167Z
119692026-09-11T20:38:53.167Zrunning 2 tests
119702026-09-11T20:38:53.167Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
119712026-09-11T20:38:53.167Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
119722026-09-11T20:38:53.167Z
119732026-09-11T20:38:53.167Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119742026-09-11T20:38:53.167Z
119752026-09-11T20:38:53.175Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
119762026-09-11T20:38:53.192Z Doc-tests repo_depot_client
119772026-09-11T20:38:53.192Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119782026-09-11T20:38:53.331Z
119792026-09-11T20:38:53.331Zrunning 0 tests
119802026-09-11T20:38:53.331Z
119812026-09-11T20:38:53.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119822026-09-11T20:38:53.331Z
119832026-09-11T20:38:53.349Z Doc-tests sled_agent_api
119842026-09-11T20:38:53.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119852026-09-11T20:38:54.034Z
119862026-09-11T20:38:54.034Zrunning 2 tests
119872026-09-11T20:38:54.034Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 129) ... ignored
119882026-09-11T20:38:54.034Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 135) ... ignored
119892026-09-11T20:38:54.034Z
119902026-09-11T20:38:54.034Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119912026-09-11T20:38:54.034Z
119922026-09-11T20:38:54.038Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
119932026-09-11T20:38:54.068Z Doc-tests sled_agent_bootstrap_common
119942026-09-11T20:38:54.072Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_bootstrap_common --test sled-agent/bootstrap-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119952026-09-11T20:38:54.358Z
119962026-09-11T20:38:54.358Zrunning 0 tests
119972026-09-11T20:38:54.358Z
119982026-09-11T20:38:54.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119992026-09-11T20:38:54.358Z
120002026-09-11T20:38:54.392Z Doc-tests sled_agent_client
120012026-09-11T20:38:54.393Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120022026-09-11T20:38:55.842Z
120032026-09-11T20:38:55.842Zrunning 0 tests
120042026-09-11T20:38:55.842Z
120052026-09-11T20:38:55.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120062026-09-11T20:38:55.842Z
120072026-09-11T20:38:55.903Z Doc-tests sled_agent_config_reconciler
120082026-09-11T20:38:55.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120092026-09-11T20:38:56.390Z
120102026-09-11T20:38:56.390Zrunning 0 tests
120112026-09-11T20:38:56.390Z
120122026-09-11T20:38:56.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120132026-09-11T20:38:56.390Z
120142026-09-11T20:38:56.425Z Doc-tests sled_agent_health_monitor
120152026-09-11T20:38:56.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120162026-09-11T20:38:56.641Z
120172026-09-11T20:38:56.641Zrunning 0 tests
120182026-09-11T20:38:56.641Z
120192026-09-11T20:38:56.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120202026-09-11T20:38:56.641Z
120212026-09-11T20:38:56.666Z Doc-tests sled_agent_measurements
120222026-09-11T20:38:56.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120232026-09-11T20:38:56.935Z
120242026-09-11T20:38:56.935Zrunning 0 tests
120252026-09-11T20:38:56.935Z
120262026-09-11T20:38:56.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120272026-09-11T20:38:56.935Z
120282026-09-11T20:38:56.964Z Doc-tests sled_agent_multirack_join
120292026-09-11T20:38:56.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_multirack_join --test sled-agent/multirack-join/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/multirack-join -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120302026-09-11T20:38:57.278Z
120312026-09-11T20:38:57.278Zrunning 0 tests
120322026-09-11T20:38:57.278Z
120332026-09-11T20:38:57.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120342026-09-11T20:38:57.279Z
120352026-09-11T20:38:57.314Z Doc-tests sled_agent_rack_setup
120362026-09-11T20:38:57.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120372026-09-11T20:38:57.701Z
120382026-09-11T20:38:57.701Zrunning 0 tests
120392026-09-11T20:38:57.701Z
120402026-09-11T20:38:57.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120412026-09-11T20:38:57.701Z
120422026-09-11T20:38:57.738Z Doc-tests sled_agent_resolvable_files
120432026-09-11T20:38:57.738Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120442026-09-11T20:38:58.016Z
120452026-09-11T20:38:58.016Zrunning 0 tests
120462026-09-11T20:38:58.016Z
120472026-09-11T20:38:58.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120482026-09-11T20:38:58.016Z
120492026-09-11T20:38:58.047Z Doc-tests sled_agent_resolvable_files_examples
120502026-09-11T20:38:58.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120512026-09-11T20:38:58.243Z
120522026-09-11T20:38:58.243Zrunning 0 tests
120532026-09-11T20:38:58.243Z
120542026-09-11T20:38:58.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120552026-09-11T20:38:58.246Z
120562026-09-11T20:38:58.268Z Doc-tests sled_agent_scrimlet_reconcilers
120572026-09-11T20:38:58.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120582026-09-11T20:38:58.605Z
120592026-09-11T20:38:58.605Zrunning 0 tests
120602026-09-11T20:38:58.605Z
120612026-09-11T20:38:58.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120622026-09-11T20:38:58.605Z
120632026-09-11T20:38:58.635Z Doc-tests sled_agent_types
120642026-09-11T20:38:58.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120652026-09-11T20:38:58.900Z
120662026-09-11T20:38:58.900Zrunning 0 tests
120672026-09-11T20:38:58.901Z
120682026-09-11T20:38:58.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120692026-09-11T20:38:58.901Z
120702026-09-11T20:38:58.926Z Doc-tests sled_agent_types_versions
120712026-09-11T20:38:58.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120722026-09-11T20:39:01.498Z
120732026-09-11T20:39:01.498Zrunning 1 test
120742026-09-11T20:39:01.498Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120752026-09-11T20:39:01.498Z
120762026-09-11T20:39:01.498Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120772026-09-11T20:39:01.498Z
120782026-09-11T20:39:01.503Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
120792026-09-11T20:39:01.593Z Doc-tests sled_diagnostics
120802026-09-11T20:39:01.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120812026-09-11T20:39:01.855Z
120822026-09-11T20:39:01.855Zrunning 0 tests
120832026-09-11T20:39:01.855Z
120842026-09-11T20:39:01.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120852026-09-11T20:39:01.855Z
120862026-09-11T20:39:01.883Z Doc-tests sled_hardware
120872026-09-11T20:39:01.883Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120882026-09-11T20:39:02.193Z
120892026-09-11T20:39:02.193Zrunning 0 tests
120902026-09-11T20:39:02.193Z
120912026-09-11T20:39:02.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120922026-09-11T20:39:02.193Z
120932026-09-11T20:39:02.218Z Doc-tests sled_hardware_types
120942026-09-11T20:39:02.218Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
120952026-09-11T20:39:02.322Z
120962026-09-11T20:39:02.322Zrunning 0 tests
120972026-09-11T20:39:02.322Z
120982026-09-11T20:39:02.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120992026-09-11T20:39:02.322Z
121002026-09-11T20:39:02.335Z Doc-tests sled_storage
121012026-09-11T20:39:02.338Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121022026-09-11T20:39:02.602Z
121032026-09-11T20:39:02.602Zrunning 0 tests
121042026-09-11T20:39:02.602Z
121052026-09-11T20:39:02.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121062026-09-11T20:39:02.602Z
121072026-09-11T20:39:02.629Z Doc-tests sp_sim
121082026-09-11T20:39:02.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121092026-09-11T20:39:03.089Z
121102026-09-11T20:39:03.089Zrunning 0 tests
121112026-09-11T20:39:03.089Z
121122026-09-11T20:39:03.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121132026-09-11T20:39:03.089Z
121142026-09-11T20:39:03.127Z Doc-tests support_bundle_collection
121152026-09-11T20:39:03.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
121162026-09-11T20:39:03.570Z
121172026-09-11T20:39:03.571Zrunning 0 tests
121182026-09-11T20:39:03.571Z
121192026-09-11T20:39:03.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121202026-09-11T20:39:03.571Z
121212026-09-11T20:39:03.613Z Doc-tests transient_dns_server
121222026-09-11T20:39:03.613Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121232026-09-11T20:39:03.818Z
121242026-09-11T20:39:03.818Zrunning 0 tests
121252026-09-11T20:39:03.818Z
121262026-09-11T20:39:03.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121272026-09-11T20:39:03.818Z
121282026-09-11T20:39:03.842Z Doc-tests trust_quorum
121292026-09-11T20:39:03.842Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-c4fddf357656e3c1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121302026-09-11T20:39:04.192Z
121312026-09-11T20:39:04.192Zrunning 0 tests
121322026-09-11T20:39:04.192Z
121332026-09-11T20:39:04.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121342026-09-11T20:39:04.192Z
121352026-09-11T20:39:04.226Z Doc-tests trust_quorum_protocol
121362026-09-11T20:39:04.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
121372026-09-11T20:39:04.456Z
121382026-09-11T20:39:04.456Zrunning 0 tests
121392026-09-11T20:39:04.456Z
121402026-09-11T20:39:04.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121412026-09-11T20:39:04.456Z
121422026-09-11T20:39:04.476Z Doc-tests trust_quorum_test_utils
121432026-09-11T20:39:04.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121442026-09-11T20:39:04.635Z
121452026-09-11T20:39:04.635Zrunning 0 tests
121462026-09-11T20:39:04.635Z
121472026-09-11T20:39:04.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121482026-09-11T20:39:04.636Z
121492026-09-11T20:39:04.652Z Doc-tests trust_quorum_types
121502026-09-11T20:39:04.652Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121512026-09-11T20:39:04.739Z
121522026-09-11T20:39:04.739Zrunning 0 tests
121532026-09-11T20:39:04.739Z
121542026-09-11T20:39:04.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121552026-09-11T20:39:04.740Z
121562026-09-11T20:39:04.751Z Doc-tests trust_quorum_types_versions
121572026-09-11T20:39:04.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121582026-09-11T20:39:05.333Z
121592026-09-11T20:39:05.333Zrunning 1 test
121602026-09-11T20:39:05.333Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121612026-09-11T20:39:05.333Z
121622026-09-11T20:39:05.333Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121632026-09-11T20:39:05.333Z
121642026-09-11T20:39:05.337Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
121652026-09-11T20:39:05.356Z Doc-tests typed_rng
121662026-09-11T20:39:05.356Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-0971dfdbc3426724.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121672026-09-11T20:39:05.422Z
121682026-09-11T20:39:05.422Zrunning 0 tests
121692026-09-11T20:39:05.422Z
121702026-09-11T20:39:05.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121712026-09-11T20:39:05.422Z
121722026-09-11T20:39:05.432Z Doc-tests wicket
121732026-09-11T20:39:05.432Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121742026-09-11T20:39:05.928Z
121752026-09-11T20:39:05.928Zrunning 0 tests
121762026-09-11T20:39:05.928Z
121772026-09-11T20:39:05.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121782026-09-11T20:39:05.928Z
121792026-09-11T20:39:05.969Z Doc-tests wicket_common
121802026-09-11T20:39:05.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121812026-09-11T20:39:06.356Z
121822026-09-11T20:39:06.356Zrunning 0 tests
121832026-09-11T20:39:06.356Z
121842026-09-11T20:39:06.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121852026-09-11T20:39:06.356Z
121862026-09-11T20:39:06.386Z Doc-tests wicket_dbg
121872026-09-11T20:39:06.389Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121882026-09-11T20:39:06.662Z
121892026-09-11T20:39:06.662Zrunning 0 tests
121902026-09-11T20:39:06.662Z
121912026-09-11T20:39:06.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121922026-09-11T20:39:06.665Z
121932026-09-11T20:39:06.691Z Doc-tests wicketd
121942026-09-11T20:39:06.696Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121952026-09-11T20:39:07.155Z
121962026-09-11T20:39:07.155Zrunning 0 tests
121972026-09-11T20:39:07.156Z
121982026-09-11T20:39:07.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121992026-09-11T20:39:07.156Z
122002026-09-11T20:39:07.196Z Doc-tests wicketd_api
122012026-09-11T20:39:07.196Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122022026-09-11T20:39:07.861Z
122032026-09-11T20:39:07.861Zrunning 2 tests
122042026-09-11T20:39:07.861Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 48) ... ignored
122052026-09-11T20:39:07.861Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 54) ... ignored
122062026-09-11T20:39:07.861Z
122072026-09-11T20:39:07.861Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122082026-09-11T20:39:07.861Z
122092026-09-11T20:39:07.864Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
122102026-09-11T20:39:07.893Z Doc-tests wicketd_client
122112026-09-11T20:39:07.893Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122122026-09-11T20:39:08.953Z
122132026-09-11T20:39:08.953Zrunning 0 tests
122142026-09-11T20:39:08.953Z
122152026-09-11T20:39:08.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122162026-09-11T20:39:08.953Z
122172026-09-11T20:39:09.005Z Doc-tests wicketd_commission_api
122182026-09-11T20:39:09.005Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_api --test wicketd-commission-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122192026-09-11T20:39:09.594Z
122202026-09-11T20:39:09.594Zrunning 2 tests
122212026-09-11T20:39:09.594Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
122222026-09-11T20:39:09.594Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
122232026-09-11T20:39:09.594Z
122242026-09-11T20:39:09.594Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122252026-09-11T20:39:09.594Z
122262026-09-11T20:39:09.598Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122272026-09-11T20:39:09.623Z Doc-tests wicketd_commission_client
122282026-09-11T20:39:09.623Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_client --test clients/wicketd-commission-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-commission-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122292026-09-11T20:39:10.034Z
122302026-09-11T20:39:10.034Zrunning 0 tests
122312026-09-11T20:39:10.034Z
122322026-09-11T20:39:10.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122332026-09-11T20:39:10.034Z
122342026-09-11T20:39:10.064Z Doc-tests wicketd_commission_types
122352026-09-11T20:39:10.064Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122362026-09-11T20:39:10.253Z
122372026-09-11T20:39:10.253Zrunning 0 tests
122382026-09-11T20:39:10.253Z
122392026-09-11T20:39:10.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122402026-09-11T20:39:10.253Z
122412026-09-11T20:39:10.277Z Doc-tests wicketd_commission_types_versions
122422026-09-11T20:39:10.277Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122432026-09-11T20:39:11.233Z
122442026-09-11T20:39:11.233Zrunning 1 test
122452026-09-11T20:39:11.233Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
122462026-09-11T20:39:11.233Z
122472026-09-11T20:39:11.233Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122482026-09-11T20:39:11.233Z
122492026-09-11T20:39:11.237Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122502026-09-11T20:39:11.276Z Doc-tests xtask_downloader
122512026-09-11T20:39:11.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-f2fc6767a3c0748f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122522026-09-11T20:39:11.390Z
122532026-09-11T20:39:11.390Zrunning 1 test
122542026-09-11T20:39:11.394Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
122552026-09-11T20:39:11.394Z
122562026-09-11T20:39:11.394Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122572026-09-11T20:39:11.394Z
122582026-09-11T20:39:11.405Z Doc-tests zfs_test_harness
122592026-09-11T20:39:11.405Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122602026-09-11T20:39:11.640Z
122612026-09-11T20:39:11.640Zrunning 0 tests
122622026-09-11T20:39:11.640Z
122632026-09-11T20:39:11.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122642026-09-11T20:39:11.641Z
122652026-09-11T20:39:11.665Z Doc-tests zone_setup
122662026-09-11T20:39:11.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c3b124c6ac044b25.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122672026-09-11T20:39:11.889Z
122682026-09-11T20:39:11.889Zrunning 0 tests
122692026-09-11T20:39:11.889Z
122702026-09-11T20:39:11.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122712026-09-11T20:39:11.889Z
122722026-09-11T20:39:11.995Z
122732026-09-11T20:39:11.999Zreal 2:37.859879224
122742026-09-11T20:39:11.999Zuser 2:04.665292422
122752026-09-11T20:39:11.999Zsys 1:00.391890336
122762026-09-11T20:39:11.999Ztrap 0.014950318
122772026-09-11T20:39:11.999Ztflt 0.792869149
122782026-09-11T20:39:11.999Zdflt 0.262820642
122792026-09-11T20:39:11.999Zkflt 0.000045767
122802026-09-11T20:39:11.999Zlock 12:44.806406801
122812026-09-11T20:39:11.999Zslp 15:26.058182372
122822026-09-11T20:39:11.999Zlat 0.326074807
122832026-09-11T20:39:11.999Zstop 4.086355127
122842026-09-11T20:39:11.999Z+ banner 'check schema migration cleanup'
122852026-09-11T20:39:11.999Z
122862026-09-11T20:39:11.999Z #### # # ###### #### # # #### #### # # ######
122872026-09-11T20:39:11.999Z # # # # # # # # # # # # # # #
122882026-09-11T20:39:11.999Z # ###### ##### # #### #### # ###### #####
122892026-09-11T20:39:11.999Z # # # # # # # # # # # #
122902026-09-11T20:39:11.999Z # # # # # # # # # # # # # # # #
122912026-09-11T20:39:11.999Z #### # # ###### #### # # #### #### # # ######
122922026-09-11T20:39:11.999Z
122932026-09-11T20:39:11.999Z+ ptime -m cargo xtask schema old-migrations
122942026-09-11T20:39:12.505Z Compiling serde_core v1.0.228
122952026-09-11T20:39:12.505Z Compiling libc v0.2.185
122962026-09-11T20:39:12.505Z Compiling serde v1.0.228
122972026-09-11T20:39:12.508Z Compiling rustix v1.1.4
122982026-09-11T20:39:12.508Z Compiling serde_json v1.0.151
122992026-09-11T20:39:12.508Z Compiling bitflags v2.11.0
123002026-09-11T20:39:12.508Z Compiling syn v1.0.109
123012026-09-11T20:39:12.508Z Compiling log v0.4.33
123022026-09-11T20:39:12.588Z Compiling hashbrown v0.17.0
123032026-09-11T20:39:12.601Z Compiling getrandom v0.3.4
123042026-09-11T20:39:12.666Z Compiling usdt-impl v0.5.0
123052026-09-11T20:39:12.746Z Compiling fs-err v3.3.0
123062026-09-11T20:39:12.762Z Compiling once_cell v1.21.3
123072026-09-11T20:39:12.766Z Compiling anyhow v1.0.104
123082026-09-11T20:39:12.784Z Compiling syn v2.0.117
123092026-09-11T20:39:12.789Z Compiling heck v0.4.1
123102026-09-11T20:39:13.077Z Compiling indexmap v2.14.0
123112026-09-11T20:39:13.484Z Compiling errno v0.3.14
123122026-09-11T20:39:13.484Z Compiling thread-id v4.2.2
123132026-09-11T20:39:13.489Z Compiling memmap v0.7.0
123142026-09-11T20:39:14.207Z Compiling proc-macro-error v1.0.4
123152026-09-11T20:39:14.386Z Compiling terminal_size v0.4.3
123162026-09-11T20:39:14.386Z Compiling tempfile v3.27.0
123172026-09-11T20:39:14.488Z Compiling clap_builder v4.6.0
123182026-09-11T20:39:14.488Z Compiling textwrap v0.16.2
123192026-09-11T20:39:14.558Z Compiling tabled_derive v0.7.0
123202026-09-11T20:39:14.654Z Compiling camino v1.2.5
123212026-09-11T20:39:14.654Z Compiling cargo-platform v0.3.2
123222026-09-11T20:39:14.657Z Compiling semver v1.0.28
123232026-09-11T20:39:14.843Z Compiling pest_generator v2.8.6
123242026-09-11T20:39:14.921Z Compiling camino-tempfile v1.4.1
123252026-09-11T20:39:15.379Z Compiling tabled v0.15.0
123262026-09-11T20:39:15.396Z Compiling serde_derive v1.0.228
123272026-09-11T20:39:15.398Z Compiling thiserror-impl v1.0.69
123282026-09-11T20:39:15.399Z Compiling zerocopy-derive v0.7.35
123292026-09-11T20:39:15.399Z Compiling pest_derive v2.8.6
123302026-09-11T20:39:15.399Z Compiling scroll_derive v0.12.1
123312026-09-11T20:39:15.399Z Compiling thiserror-impl v2.0.18
123322026-09-11T20:39:15.399Z Compiling clap_derive v4.6.1
123332026-09-11T20:39:16.213Z Compiling scroll v0.12.0
123342026-09-11T20:39:16.300Z Compiling zerocopy v0.7.35
123352026-09-11T20:39:16.440Z Compiling goblin v0.8.2
123362026-09-11T20:39:16.566Z Compiling thiserror v1.0.69
123372026-09-11T20:39:16.588Z Compiling thiserror v2.0.18
123382026-09-11T20:39:16.653Z Compiling dtrace-parser v0.2.0
123392026-09-11T20:39:16.901Z Compiling clap v4.6.1
123402026-09-11T20:39:17.916Z Compiling toml_datetime v0.6.11
123412026-09-11T20:39:17.917Z Compiling serde_spanned v0.6.9
123422026-09-11T20:39:17.957Z Compiling macaddr v1.0.1
123432026-09-11T20:39:17.957Z Compiling cargo_metadata v0.23.1
123442026-09-11T20:39:17.957Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
123452026-09-11T20:39:17.957Z Compiling dof v0.3.0
123462026-09-11T20:39:17.957Z Compiling serde_tokenstream v0.2.3
123472026-09-11T20:39:18.138Z Compiling toml_edit v0.22.27
123482026-09-11T20:39:18.657Z Compiling usdt-attr-macro v0.5.0
123492026-09-11T20:39:18.658Z Compiling usdt-macro v0.5.0
123502026-09-11T20:39:19.346Z Compiling toml v0.8.23
123512026-09-11T20:39:19.428Z Compiling usdt v0.5.0
123522026-09-11T20:39:19.682Z Compiling cargo_toml v0.21.0
123532026-09-11T20:39:21.011Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123542026-09-11T20:39:23.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
123552026-09-11T20:39:23.474Z Running `target/debug/xtask schema old-migrations`
123562026-09-11T20:39:24.438Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
123572026-09-11T20:39:24.614Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123582026-09-11T20:39:24.614Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123592026-09-11T20:39:24.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
123602026-09-11T20:39:25.159Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
123612026-09-11T20:39:25.159Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
123622026-09-11T20:39:33.861Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
123632026-09-11T20:39:33.861Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
123642026-09-11T20:39:33.884Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
123652026-09-11T20:39:34.788Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
123662026-09-11T20:39:34.805Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
123672026-09-11T20:39:34.805Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123682026-09-11T20:39:36.135Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
123692026-09-11T20:39:36.348Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
123702026-09-11T20:39:43.838Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
123712026-09-11T20:39:52.633Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
123722026-09-11T20:39:54.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123732026-09-11T20:40:29.658Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
123742026-09-11T20:40:42.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
123752026-09-11T20:40:42.719Z Running `target/debug/schema old-migrations`
123762026-09-11T20:40:42.719ZIdentifying old migrations that can be removed
123772026-09-11T20:40:42.719ZBase schema version: 231.0.0
123782026-09-11T20:40:42.719ZOK: No old migrations found
123792026-09-11T20:40:42.719Z
123802026-09-11T20:40:42.719Zreal 1:30.012611230
123812026-09-11T20:40:42.719Zuser 2:47.841235202
123822026-09-11T20:40:42.719Zsys 28.291365588
123832026-09-11T20:40:42.719Ztrap 0.024167650
123842026-09-11T20:40:42.719Ztflt 0.616443906
123852026-09-11T20:40:42.719Zdflt 1.446173425
123862026-09-11T20:40:42.719Zkflt 0.000127025
123872026-09-11T20:40:42.719Zlock 12:42.877227551
123882026-09-11T20:40:42.719Zslp 5:50.930063265
123892026-09-11T20:40:42.719Zlat 0.342148418
123902026-09-11T20:40:42.719Zstop 17.662479814
123912026-09-11T20:40:42.719Z+ [[ illumos == \i\l\l\u\m\o\s ]]
123922026-09-11T20:40:42.720Z+ banner live-test
123932026-09-11T20:40:42.720Z
123942026-09-11T20:40:42.720Z # # # # ###### ##### ###### #### #####
123952026-09-11T20:40:42.720Z # # # # # # # # #
123962026-09-11T20:40:42.720Z # # # # ##### ##### # ##### #### #
123972026-09-11T20:40:42.720Z # # # # # # # # #
123982026-09-11T20:40:42.720Z # # # # # # # # # #
123992026-09-11T20:40:42.720Z ###### # ## ###### # ###### #### #
124002026-09-11T20:40:42.720Z
124012026-09-11T20:40:42.720Z+ ptime -m cargo xtask live-tests
124022026-09-11T20:40:42.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
124032026-09-11T20:40:42.720Z Running `target/debug/xtask live-tests`
124042026-09-11T20:40:42.720Zusing temporary directory: /var/tmp/omicron_tmp/.tmpBs7e8h
124052026-09-11T20:40:42.720Zwill create archive file: /var/tmp/omicron_tmp/.tmpBs7e8h/live-tests-archive/omicron-live-tests.tar.zst
124062026-09-11T20:40:42.720Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124072026-09-11T20:40:42.720Z
124082026-09-11T20:40:42.720Zrunning: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpBs7e8h/live-tests-archive/omicron-live-tests.tar.zst"
124092026-09-11T20:40:44.739Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124102026-09-11T20:40:44.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
124112026-09-11T20:40:44.752Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
124122026-09-11T20:40:44.753Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
124132026-09-11T20:40:44.764Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
124142026-09-11T20:40:44.765Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
124152026-09-11T20:40:44.777Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
124162026-09-11T20:40:44.780Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
124172026-09-11T20:40:44.780Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
124182026-09-11T20:40:44.780Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
124192026-09-11T20:40:44.818Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
124202026-09-11T20:40:45.945Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
124212026-09-11T20:40:46.648Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
124222026-09-11T20:40:50.229Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
124232026-09-11T20:40:50.229Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
124242026-09-11T20:40:51.373Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
124252026-09-11T20:41:22.864Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
124262026-09-11T20:41:23.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
124272026-09-11T20:41:25.814Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
124282026-09-11T20:41:26.581Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
124292026-09-11T20:41:55.622Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
124302026-09-11T20:42:03.408Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
124312026-09-11T20:42:28.057Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 44s
124322026-09-11T20:42:28.266Zinfo: experimental features enabled: setup-scripts, benchmarks
124332026-09-11T20:42:28.273Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpBs7e8h/live-tests-archive/omicron-live-tests.tar.zst
124342026-09-11T20:42:28.876Z Archived 402 files to /var/tmp/omicron_tmp/.tmpBs7e8h/live-tests-archive/omicron-live-tests.tar.zst in 0.60s
124352026-09-11T20:42:28.967Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpBs7e8h/live-tests-archive\""
124362026-09-11T20:42:28.978Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpBs7e8h" "live-tests-archive"
124372026-09-11T20:42:29.107Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
124382026-09-11T20:42:29.107Zcreated:
124392026-09-11T20:42:29.107ZTo use this:
124402026-09-11T20:42:29.107Z
124412026-09-11T20:42:29.107Z1. Copy the tarball to the switch zone in a deployed Omicron system.
124422026-09-11T20:42:29.107Z
124432026-09-11T20:42:29.111Z e.g., scp \
124442026-09-11T20:42:29.111Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124452026-09-11T20:42:29.111Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124462026-09-11T20:42:29.111Z
124472026-09-11T20:42:29.111Z2. Copy the `cargo-nextest` binary to the same place.
124482026-09-11T20:42:29.111Z
124492026-09-11T20:42:29.111Z e.g., scp \
124502026-09-11T20:42:29.111Z $(which cargo-nextest) \
124512026-09-11T20:42:29.111Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124522026-09-11T20:42:29.111Z
124532026-09-11T20:42:29.111Z3. From the switch zone on that system, unpack the tarball with:
124542026-09-11T20:42:29.111Z
124552026-09-11T20:42:29.111Z tar xzf live-tests-archive.tgz
124562026-09-11T20:42:29.111Z
124572026-09-11T20:42:29.111Z4. From the switch zone on that system, run tests with:
124582026-09-11T20:42:29.111Z
124592026-09-11T20:42:29.111Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124602026-09-11T20:42:29.111Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124612026-09-11T20:42:29.111Z --workspace-remap live-tests-archive
124622026-09-11T20:42:29.111Z
124632026-09-11T20:42:29.111Z
124642026-09-11T20:42:29.111Zreal 1:47.085301406
124652026-09-11T20:42:29.111Zuser 2:48.711607485
124662026-09-11T20:42:29.111Zsys 28.791915209
124672026-09-11T20:42:29.111Ztrap 0.023542992
124682026-09-11T20:42:29.111Ztflt 0.242281608
124692026-09-11T20:42:29.111Zdflt 1.140791285
124702026-09-11T20:42:29.111Zkflt 0.000008969
124712026-09-11T20:42:29.111Zlock 15:00.601673595
124722026-09-11T20:42:29.111Zslp 10:50.609580255
124732026-09-11T20:42:29.111Zlat 0.233139583
124742026-09-11T20:42:29.111Zstop 5.430651583
124752026-09-11T20:42:29.111Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
124762026-09-11T20:42:29.115Z+ unset TMPDIR
124772026-09-11T20:42:29.115Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
124782026-09-11T20:42:29.115Zfiles in /var/tmp/omicron_tmp (none expected on success):
124792026-09-11T20:42:29.115Z+ find /var/tmp/omicron_tmp -ls
124802026-09-11T20:42:29.115Z136352 32 drwxr-xr-x 2 build build 2 Sep 11 20:42 /var/tmp/omicron_tmp
124812026-09-11T20:42:29.115Z+ rmdir /var/tmp/omicron_tmp
124822026-09-11T20:42:29.118Zprocess exited: duration 2002921 ms, exit code 0
 
124832026-09-11T20:42:29.130Zfound 6 output files
124842026-09-11T20:42:29.130Zuploading: /work/cargo-build-analysis.jsonl (1830407 bytes)
124852026-09-11T20:42:30.159Zuploaded: /work/cargo-build-analysis.jsonl
124862026-09-11T20:42:30.159Zuploading: /work/environment.json (108 bytes)
124872026-09-11T20:42:31.171Zuploaded: /work/environment.json
124882026-09-11T20:42:31.171Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (684645 bytes)
124892026-09-11T20:42:32.192Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
124902026-09-11T20:42:32.192Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (291969536 bytes)
124912026-09-11T20:42:40.720Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124922026-09-11T20:42:40.720Zuploading: /tmp/nextest-run-archive.zip (3251531 bytes)
124932026-09-11T20:42:41.797Zuploaded: /tmp/nextest-run-archive.zip
124942026-09-11T20:42:41.797Zuploading: /tmp/nextest-chrome-trace.json (4356684 bytes)
124952026-09-11T20:42:42.884Zuploaded: /tmp/nextest-chrome-trace.json